ordered_iterable 1.0.10
ordered_iterable: ^1.0.10 copied to clipboard
Multi-level (by more than one key simultaneously), hierarchical, stable sorting of iterable collections (orderBy, orderByDescending, thenBy, thenByDescending).
1.0.10 #
- Added an example of list sorting (
example_sort_list.dart).
1.0.9 #
- Minor changes to the
Comparer.
1.0.8 #
- Changes to the
OrderedIterablesorting algorithm.
1.0.7 #
- Minor changes to the
OrderedIterableiterator creation algorithm.
1.0.6 #
- Minor improvement to the
OrderedIterableiterator algorithm. Added freeing of unused memory.
1.0.5 #
- The multi-level (hierarchical) sorting algorithm has been refactored.
1.0.4 #
- Undoing changes from the previous version.
1.0.3 #
- The behavior of the ordering mechanism has been changed.
1.0.2 #
- Renamed class
TypeHolderto_TypeHolder.
1.0.1 #
- Minor changes in the
example/example.dartfile. - Minor changes in the
README.mdfile.
1.0.0 #
- Initial release.