Skip to content

Releases: reactodia/hashmap

Release list

v0.2.1

Choose a tag to compare

@AlexeyMz AlexeyMz released this 08 Nov 16:35
  • 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

Choose a tag to compare

@AlexeyMz AlexeyMz released this 14 Mar 17:51

Initial release with:

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