typescript-map
Version:
ES6 Map Implemented in TypeScript
25 lines (21 loc) • 620 B
Markdown
# 0.0.7
- Merged PR.
- Updated dependencies.
- Fixed issue [3](https://github.com/ClickSimply/typescript-map/issues/3).
# 0.0.6
- Fixed `sortedSet` bug.
- Updated dependencies
# 0.0.5
- Added `sortedSet` method that forces the keys to remain sorted as you insert items.
# 0.0.4
- Cleaned up code a bit.
- Added `deepGet` property.
- `toJSON` and `fromJSON` work with nested TSMaps now
- Optimized several of the looping functions.
- Upgraded to newest Typescript lib.
- Updated readme.
# 0.0.3
- Cleaned up Readme.
- First "official" release.
- 100% TSLinte compliant.
- Adjusted several functions to allow chaining.