Skip to content

Releases: planttheidea/hash-it

Release 6.0.0

09 Jan 01:16
Compare
Choose a tag to compare

Release 6.0.0-beta.2

08 Jan 20:20
Compare
Choose a tag to compare
Release 6.0.0-beta.2 Pre-release
Pre-release
  • update README and CHANGELOG (7a93768)
  • add support for bigint typed arrays, as well as shared array buffers (c890f4d)
  • fix unused import (9439c82)
  • add WeakRef support (a842919)
  • update README (e4d3025)
  • bespoke handling of object types to reduce work (b24c75d)

Release 6.0.0-beta.0

29 Dec 18:34
Compare
Choose a tag to compare

*Initial beta of v6

Release 6.0.0-beta.1

29 Dec 22:27
Compare
Choose a tag to compare
Release 6.0.0-beta.1 Pre-release
Pre-release
  • pass object class to stringifyComplexType to avoid local variable (2f30a93)
  • consolidate namespaced construction into utility (4afed9d)
  • simplify prefix creation (0e7bfff)
  • use string concatenation manually to avoid .concat() in TSC output (aa61288)
  • refactor build setup to avoid separate packageJson.js file (fb9d118)