Skip to content

Commit b7b9873

Browse files
committed
Finalize v0.2.0
1 parent 259e483 commit b7b9873

3 files changed

Lines changed: 508 additions & 449 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ All notable changes to the project will be documented in this document.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [0.2.0]
7+
- 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).
8+
- Update dev dependencies: `typescript`, `vitest` and `rimraf`.
9+
610
## [0.1.0]
711
- Initial release with:
812
* Collection classes: `HashMap`, `HashSet`.
913
* Interface types: `ReadonlyHashMap`, `ReadonlyHashSet`.
1014
* Hash functions: `chainHash()`, `dropHighestNonSignBit()`, `hashBigInt()`, `hashNumber()`, `hashString()`, `hashTuple()`, `hashValue()`.
1115

16+
[0.2.0]: https://github.com/reactodia/hashmap/compare/v0.1.0...v0.2.0
1217
[0.1.0]: https://github.com/reactodia/hashmap/commits/v0.1.0

0 commit comments

Comments
 (0)