Skip to content

Releases: vdolek/sharp-collections

v1.7.3

10 Mar 16:39
9de0780
Compare
Choose a tag to compare

What's new

  • fix - removed dependency on global variable

v1.7.1

08 Mar 11:11
9204d0e
Compare
Choose a tag to compare

What's new

  • fixed groupBy typing

v1.7.0

08 Mar 10:27
dd7c774
Compare
Choose a tag to compare

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
d37708c
Compare
Choose a tag to compare

What's new

  • added collections LinkedList, Stack and Queue
  • fixed count method for collections

v1.5.1

06 Jan 10:39
Compare
Choose a tag to compare

What's new

  • FIX Dictionary and HashSet when using SelectorEqualityComparer with other that default inner comparer

v1.5.0

06 Jan 10:28
Compare
Choose a tag to compare

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
Choose a tag to compare

What's new

  • fixed module exports - HashCode

v1.4.0

06 Jan 10:28
Compare
Choose a tag to compare

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
Choose a tag to compare

What's new

  • refactored to extensions

v1.2.0

06 Jan 10:28
Compare
Choose a tag to compare

What's new

  • added size property to collections
  • updated readme