Releases: mcmath/deep-map
Releases · mcmath/deep-map
v1.4.2
22 Aug 00:36
Compare
Sorry, something went wrong.
No results found
This release updates NPM and Typings dependencies.
Dependencies
Update package.json dependencies
Update typings.json dependencies
Restrict ts-node to ~1.2.3 due to failing tests with v1.3.0
v1.4.1
20 Jun 00:08
Compare
Sorry, something went wrong.
No results found
This release refactors the source code in a small but sensible way.
Refactor
v1.4.0
19 Jun 20:56
Compare
Sorry, something went wrong.
No results found
This release adds support for objects containing circular references.
Feature
Support for circular references
Dependencies
Two new dependencies added:
Documentation
README updated accordingly
v1.3.2
16 Jun 01:22
Compare
Sorry, something went wrong.
No results found
Fix
for...in loop now iterates through own enumerable
properties only, rather than all enumerable properties
v1.3.1
15 Jun 08:50
Compare
Sorry, something went wrong.
No results found
Fixes
typings/ folder added to .npmignore
v1.3.0
15 Jun 08:33
Compare
Sorry, something went wrong.
No results found
Development
Source files are now in TypeScript
Test files are now in TypeScript
Test folder is removed; tests are now kept next to source
ESLint is removed; TSLint is added
Typings is added, but only for development dependencies
Documentation
README is updated to improve style and to include information
about use with TypeScript
v1.2.1
14 Jun 11:57
Compare
Sorry, something went wrong.
No results found
Fixes
Fix .npmignore path to tsconfig.json
v1.2.0
14 Jun 11:51
Compare
Sorry, something went wrong.
No results found
Featurs
Add TypeScript declarations
Development
Add tests for declarations
Replace JSHint and JSCS with ESLint
v1.1.0
12 Feb 08:47
Compare
Sorry, something went wrong.
No results found
Dependencies
Remove as lodash a dependency and make it a development dependency
Refactoring
Add language utility functions to index.js in place of lodash
Remove multiple line breaks
Development Maintenance
v1.0.3
10 Feb 19:50
Compare
Sorry, something went wrong.
No results found
Maintenance
Development Features