Releases: vdolek/sharp-collections
Releases · vdolek/sharp-collections
v1.7.3
10 Mar 16:39
Compare
Sorry, something went wrong.
No results found
What's new
fix - removed dependency on global variable
v1.7.1
08 Mar 11:11
Compare
Sorry, something went wrong.
No results found
v1.7.0
08 Mar 10:27
Compare
Sorry, something went wrong.
No results found
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
02 Mar 18:12
Compare
Sorry, something went wrong.
No results found
What's new
added collections LinkedList, Stack and Queue
fixed count method for collections
v1.5.1
06 Jan 10:39
Compare
Sorry, something went wrong.
No results found
What's new
FIX Dictionary and HashSet when using SelectorEqualityComparer with other that default inner comparer
v1.5.0
06 Jan 10:28
Compare
Sorry, something went wrong.
No results found
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
06 Jan 10:28
Compare
Sorry, something went wrong.
No results found
What's new
fixed module exports - HashCode
v1.4.0
06 Jan 10:28
Compare
Sorry, something went wrong.
No results found
What's new
Support for EqaulityComparer in:
Dictionary (and ReadOnlyDictionary)
HashSet (and ReadOnlyHashSet)
distinct method
distinctBy method
except method
union method
v1.3.0
06 Jan 10:28
Compare
Sorry, something went wrong.
No results found
v1.2.0
06 Jan 10:28
Compare
Sorry, something went wrong.
No results found
What's new
added size property to collections
updated readme