Releases: johnhaup/dope-map
Releases · johnhaup/dope-map
v2.1.2
2.1.2 (2025-01-07)
Bug Fixes
- remove esm from package.json (b908be6)
v2.1.1
2.1.1 (2025-01-07)
Bug Fixes
v2.1.0
2.1.0 (2025-01-07)
Features
- change to named esm export (2ce2a4d)
v2.0.0
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
1.1.0 (2024-12-24)
Features
- store original keys in map (9a19bdf)
v1.0.6
1.0.6 (2024-12-23)
Bug Fixes
- remove hash-it from bundle (ca13421)
v1.0.5
1.0.5 (2024-12-22)
Bug Fixes
v1.0.4
1.0.4 (2024-12-22)
Bug Fixes
- add contents permission to release workflow (6009873)
v1.0.3
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
1.0.2 (2024-12-16)
Bug Fixes