sortedmap 0.5.4 sortedmap: ^0.5.4 copied to clipboard
A map of objects which can be sorted and filtered on both their key and value
0.5.4 #
- Performance improvements
0.5.3 #
- Fix:
BidirectionalIterator
is deprecated in dart 3.0.0
0.5.2 #
- Fix: FilteredMap returning values for keys that are not in the map
0.5.1 #
- Fix KeyValueInterval.containsPoint with min and max pairs
0.5.0 #
- Null safety
0.4.2 #
- Support Dart 2 in
pubspec.yaml
0.4.1 #
- fixes on Dart 2 compatibility
0.4.0 #
- Dart 2 pre-release compatibility
0.3.1 #
- performance improvements
0.3.0 #
- resolve strong mode analysis warnings
- change dependency on quiver to <0.28.0
0.2.0 #
- new FilteredMapView class
- some api changes
0.1.2 #
- keep elements after limit in FilteredMap
0.1.1 #
compare
andisValid
methods iso getters inFilter
- strong mode fixes
- linter
0.1.0 #
- Initial version