Releases: mcmath/deep-map-keys
Releases · mcmath/deep-map-keys
v1.2.0
This release adds support for objects containing circular references.
Feature
- Support for circular references
Dependencies
- Two new dependencies added
Documentation
- README updated accordingly
v1.1.2
This release fixes a for...in
loop by ensuring it loops
over the object's own enumerable properties rather than
all enumerable properties.
Fix
- Fixes
for...in
loop by merging PR #3
Development
- Enforces the above fix through
tslint.json
v1.1.1
Fixes
- Dependencies in
typings.json
are now all development
dependencies.
v1.1.0
Features
- Add TypeScript declarations
Development
- Refactor source code with TypeScript
- Refactor tests with TypeScript
- Remove
test/
folder; tests now beside source code
- Remove ESLint; add TSLint
Documentation
- Stylistic changes in
README.md
v1.0.0 Initial Release
Features
- Package exports a single function,
deepMapKeys()
Development
- Added tests written in CoffeeScript
- Set up CI and automatic deployment via Travis
- Added configuration files, e.g.
.gitignore
, .travis.yml
Documentation
- All functionality documented in
README.md
- MIT License added