Skip to content

Releases: reactodia/hashmap

v0.2.1

08 Nov 16:35

Choose a tag to compare

  • Fix HashMap and HashSet iterator types to be MapIterator and SetIterator to be assignment-compatible with native ReadonlyMap and ReadonlySet types (type-level only change).
  • Update dev dependencies: typescript, vitest and rimraf.

v0.1.0

14 Mar 17:51

Choose a tag to compare

Initial release with:

  • Collection classes: HashMap, HashSet.
  • Interface types: ReadonlyHashMap, ReadonlyHashSet.
  • Hash functions: chainHash(), dropHighestNonSignBit(), hashBigInt(), hashNumber(), hashString(), hashTuple(), hashValue().