Skip to content

v3.0.0

Compare
Choose a tag to compare
@nartc nartc released this 21 Jan 03:36
· 785 commits to main since this release

3.0.0 (2020-01-21)

Bug Fixes

  • automapper.ts: add multiple mappings on same view model support (0a3335a), closes #47
  • base.ts: fix multiple mappings (cd6cdd1), closes #47

BREAKING CHANGES

  • automapper.ts: add @AutoMap() decorator to replace @ExposedType() and @expose() decorators.
    Nothing changes functionality wise but AutoMap makes it uniformed with the library
  • base.ts: new autoMap decorator instead of @ExposedType