ordered_iterable 1.0.6
ordered_iterable: ^1.0.6 copied to clipboard
Ordered iterable is a library for multi-level (hierarchical) sorting of collections (orderBy, orderByDescending, thenBy, thenByDescending).
1.0.6 #
- Minor improvement to the
Iteratorcreation 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.