Releases
v0.2.0
passsy
released this
03 Dec 19:30
Changelog
diff v0.1.0...v0.2.0
Behavior change
#6 Breaking: KMutableIterator.remove
now throws UnimplementedError
because of bug #5
API changes
#1 Add Set<T> get set
returning the internal dart set
#1 Add Map<K, V> get map
returning the intenral dart set
#7 Add KMap.toMap
and KMap.toMutableMap
#8 Add KMap.isNotEmpty
3e3228e Add KMap.toString()
#9 Add Map.plus
, Map.minus
and operator +(KMap<K, V> map)
, operator -(K key)
#12 Remove const constructors from collection interfaces
#13 Remove default implementations from collection interfaces
Documentation changes
#15 Add documentation for compareBy
and compareByDescending
Other changes
#2 Travis CI #2
#3 , #4 Code coverage
#10 Test KMutableList.fill
#11 Test KPair
, KTriple
#14 Test Exceptions
#15 Test Comparators naturalOrder()
, reverseOrder()
#15 Test reverse(Comparator)
util function
6dd0d85 Reformatted with dartfmt (80 chars)
You can’t perform that action at this time.