- Fix examples in README.md
- Support path array (#17, thanks to KrzysztofKarol)
- Replace TSLint with ESLint
- Update dev dependencies
- Improve typings for greedy mode (#11, thanks to rkrupinski)
- Update dependencies
- Update dependencies
- A few minor fixes for strict TypeScript checks in unit tests
- Change schema entry to object instead of using tuples
- Drop nested schema support for better type inference in TypeScript; compose mappers instead
- Move to Jest for unit tests
- Change schema so its shape reflects its output
- Update dependencies
- Update dependencies
- Update tsconfig.json
- Update TypeScript to 2.0
- Obtain declarations through npm instead of typings
- Check strictMode for true
- Add greedy mode
- Stop throwing when entry is filtered out (breaking change)
- Add
name
option to set custom mapper name
- Introduce options object
- Import only lodash/get and lodash/set
- Add standalone bundle
- Add linting
- Add strict checks mode (breaking change)
- Add per entry filtering (breaking change)