Releases: vdolek/sharp-collections
Releases · vdolek/sharp-collections
v1.7.3
What's new
- fix - removed dependency on global variable
v1.7.0
What's new
- added support for
EqualityComparer
in groupBy
method
- added
DeepEqualityComparer
(accessible using EqualityComparer.deep()
)
- added
ShallowEqualityComparer
(accessible using EqualityComparer.shallow()
)
v1.6.1
What's new
- added collections
LinkedList
, Stack
and Queue
- fixed count method for collections
v1.5.1
What's new
- FIX
Dictionary
and HashSet
when using SelectorEqualityComparer
with other that default inner comparer
v1.5.0
What's new
- optimized
Dictionary
and HashSet
when using SelectorEqualityComparer
- removed exports of
Comparer
and EqualityComparer
classes
- instead use static methods of
Comparer
and EqualityComparer
classes (eg. Comparer.fromSelector(...)
)
v1.4.1
What's new
- fixed module exports -
HashCode
v1.4.0
What's new
- Support for
EqaulityComparer
in:
Dictionary
(and ReadOnlyDictionary
)
HashSet
(and ReadOnlyHashSet
)
distinct
method
distinctBy
method
except
method
union
method
v1.2.0
What's new
- added
size
property to collections
- updated readme