- Coveralls replaced with codecov
- Updated dependencies
- Simpler rollup build process
- Auto npm deployment
- Add
groups
support forPropertyType
decorator.
- Fix
PropertyType
support for extended classes.
- Add option to conditionally toggle
MapFromSource
decorator. - Improved documentation in
README.md
.
- Update of documentation in
README.md
.
- Inheritance mapping stops if one of classes in prototype chain has no
MapFromSource
decorator assigned.
- Mapping support for inheritance classes
- Mapping support for nested structures including Arrays