All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
No usage changes except removal of support for deprecated javascript engines.
- devDependencies update
- standardize README and CHANGELOG markdown styling
- Node.js <= 6 and IE <= 10 compatibility is no longer an objective of this library
- Fix coveralls builds using travis
- Use specific lodash components directly for smaller module size
- update dependencies
- Update lodash to 4.17.5 to address security issue
- Fixed issue with null data and nested structure where error was thrown, thank you Tim de Koning
- Implements check for unsupported multiple ids
- Replace complete lodash with partial includes, thank you Saviio
- Uses export function to allowed scoped usage
- Support for specified ids properties and columns
- Some general improvements to README
- License changed to ISC
- Changelog
- Custom types
- Default values
0.2.13 - 2016-06-06
- Added eslint checks
- Minor style and error fixes
0.2.12 - 2016-05-25
- Added type constants
- Upgraded dependencies
0.2.11 - 2015-07-21
- Coverage badge to README
- Build status badge to README
0.2.9 - 2015-07-20
- TravisCI build
- Test coverage reporting
- Now throws errors instead of Strings
0.2.8 - 2015-07-20
- Typo on column list length check
0.2.7 - 2015-07-20
- Updated lodash library
0.2.6 - 2015-07-20
- Updated q library
0.2.5 - 2015-07-19
- Performance improvements
0.2.4 - 2015-02-02
- Additional tests around non-standard structure
0.2.3 - 2015-01-22
- Base layer is an object with id having
___NUMBER
postfix or was mapped
0.2.2 - 2014-09-10
- Documentation updates
0.2.1 - 2014-09-05
- Column confusion
0.2.0 - 2014-09-04
- Type casting
0.1.4 - 2014-09-03
- Usage documentation
- Related projects to README
0.1.3 - 2014-08-20
- Package repository property
0.1.2 - 2014-08-19
- Rename mapping
0.1.1 - 2014-08-18
- Package main property
- Initial nest hydration project