Releases: mcmath/deep-map
Releases · mcmath/deep-map
v1.4.2
v1.4.1
This release refactors the source code in a small but sensible way.
Refactor
- Removes unused params in
deep-map.ts
v1.4.0
v1.3.2
v1.3.1
v1.3.0
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
v1.2.0
v1.1.0
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
- Update package.json scripts for clarity
- Minor changes to .travis.yml to reflect above changes