Skip to content

Releases: marcj/topsort.php

2.0.0

02 Dec 15:55
972f58e
Compare
Choose a tag to compare

Added new major version supporting now PHP 8 thanks to @sminnee in #8! This will drop support for PHP < 7.3.

There are no new features or bug fixes, as this library is feature-complete. So if you use PHP < 7.3 you can keep using the old 1.1.0 version.

1.1.0

19 Nov 14:58
Compare
Choose a tag to compare

Added SameTypeExtraGrouping feature.

Fixed bug where you can only call sort() once.
Removed GroupedFixedArraySort due its inefficient implementation

First official version

31 Aug 13:15
Compare
Choose a tag to compare
Added circular exception interceptor.

Add new items for groups at the end of the group instead of the beginning.

0.2: Added circular exception interceptor.

17 Jun 12:12
Compare
Choose a tag to compare
Add new items for groups at the end of the group instead of the beginning.

0.1

16 Oct 09:42
Compare
Choose a tag to compare
0.1

Hi