Skip to content

Releases: johnhaup/dope-map

v2.1.2

07 Jan 05:09
Compare
Choose a tag to compare

2.1.2 (2025-01-07)

Bug Fixes

  • remove esm from package.json (b908be6)

v2.1.1

07 Jan 04:52
Compare
Choose a tag to compare

2.1.1 (2025-01-07)

Bug Fixes

v2.1.0

07 Jan 04:09
Compare
Choose a tag to compare

2.1.0 (2025-01-07)

Features

  • change to named esm export (2ce2a4d)

v2.0.0

29 Dec 05:32
Compare
Choose a tag to compare

2.0.0 (2024-12-29)

V2 by @johnhaup in #20

What's Changed

  • Removed hash-it dep, replaced with hardcoded hashing function
  • Added check to reuse processed keys
  • Removed asArray arguments from entries, keys, and values functions in favor of new get functions
  • Added initial entries support (matches native Map
  • Improved typing

v1.1.0

24 Dec 03:24
Compare
Choose a tag to compare

1.1.0 (2024-12-24)

Features

  • store original keys in map (9a19bdf)

v1.0.6

23 Dec 00:40
Compare
Choose a tag to compare

1.0.6 (2024-12-23)

Bug Fixes

  • remove hash-it from bundle (ca13421)

v1.0.5

22 Dec 05:28
Compare
Choose a tag to compare

1.0.5 (2024-12-22)

Bug Fixes

v1.0.4

22 Dec 03:58
Compare
Choose a tag to compare

1.0.4 (2024-12-22)

Bug Fixes

  • add contents permission to release workflow (6009873)

v1.0.3

21 Dec 18:53
Compare
Choose a tag to compare

1.0.3 (2024-12-21)

Bug Fixes

  • prevent hash of string or number (00173b6)
  • remove string prefix and transformation in getKey (58c9329)

v1.0.2

16 Dec 02:33
Compare
Choose a tag to compare

1.0.2 (2024-12-16)

Bug Fixes