Releases: marcj/topsort.php
Releases · marcj/topsort.php
2.0.0
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
Added SameTypeExtraGrouping feature.
Fixed bug where you can only call sort() once.
Removed GroupedFixedArraySort due its inefficient implementation
First official version
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.
Add new items for groups at the end of the group instead of the beginning.