mapper

๐Ÿ”ฅ An Object-Object AutoMapper for TypeScript ๐Ÿ”ฅ

MIT License

Downloads
732.2K
Stars
952
Committers
19

Bot releases are hidden (Show)

mapper - v5.0.9

Published by nartc over 4 years ago

5.0.9 (2020-02-24)

Bug Fixes

  • automapper.utils.ts: fix mapping error for subclass w/o base map (dbc3da4), closes #81
mapper - v5.0.8

Published by nartc over 4 years ago

5.0.8 (2020-02-17)

Bug Fixes

mapper - v5.0.7

Published by nartc over 4 years ago

5.0.7 (2020-02-17)

Performance Improvements

  • base.ts: slight performance improvement (4af23b3)
mapper - v5.0.6

Published by nartc over 4 years ago

5.0.6 (2020-02-11)

Bug Fixes

  • base.ts: pass default value to instantiation (14a00a1)
mapper - v5.0.5

Published by nartc over 4 years ago

5.0.5 (2020-02-11)

Bug Fixes

  • metadata-explorer.ts: fix array meta (2ed1efc)
mapper - v5.0.4

Published by nartc over 4 years ago

5.0.4 (2020-02-11)

Bug Fixes

  • metadata-explorer.ts: fix null check for type fn (d9b3972)
mapper - v5.0.3

Published by nartc over 4 years ago

5.0.3 (2020-02-11)

Bug Fixes

  • metadata-explorer.ts: adjust metadata to accommodate transofmer (c009960)
mapper - v5.0.2

Published by nartc over 4 years ago

5.0.2 (2020-02-10)

Bug Fixes

  • metadata-explorer.ts: fix missing props from base class (2e4ec7d)
mapper - v5.0.1

Published by nartc over 4 years ago

5.0.1 (2020-02-10)

Bug Fixes

  • automap.decorator.ts: bumb version (3adaf85)
mapper - v5.0.0

Published by nartc over 4 years ago

5.0.0 (2020-02-10)

Bug Fixes

  • automapper.ts: refactor to use internal solution for metadata track (8af1817), closes #73

BREAKING CHANGES

  • automapper.ts: ExposedType is removed
mapper - v4.0.1

Published by nartc over 4 years ago

4.0.1 (2020-02-08)

Bug Fixes

  • common.utils.ts: fix selector string parser (5e60e50), closes #72
mapper - v4.0.0

Published by nartc over 4 years ago

4.0.0 (2020-02-04)

Bug Fixes

  • metadata-explorer.ts: fix metadata explorer for plugin (b8681eb)

Features

  • automapper.ts: reimplement mapping inheritance for better generics (bf964cc)

BREAKING CHANGES

  • automapper.ts: includeBase is no longer a part of CreateMapFluentFunctions. Instead, it is now a
    part of CreateMapOptions.
mapper - v3.3.1

Published by nartc over 4 years ago

3.3.1 (2020-02-04)

Bug Fixes

  • base.ts: add inherit base map to reverse mapping if available (911f3b8)
mapper - v3.3.0

Published by nartc over 4 years ago

3.3.0 (2020-02-04)

Features

  • automapper.ts: mapping inheritance (f027588), closes #68
mapper - v3.2.1

Published by nartc over 4 years ago

3.2.1 (2020-01-29)

Bug Fixes

  • readme.md: update readme (584acb0)
  • readme.md: update readme to mention plugin (a9e98c4)
mapper - v3.2.0

Published by nartc over 4 years ago

3.2.0 (2020-01-29)

Features

  • metadata-explorer.ts: add metadata explorer (dd5871a)
mapper - v3.1.3

Published by nartc over 4 years ago

3.1.3 (2020-01-28)

Bug Fixes

  • base.ts: only run plain to class on plain object (7da7898)
mapper - v3.1.2

Published by nartc over 4 years ago

3.1.2 (2020-01-28)

Bug Fixes

  • base.ts: initialize with plain to class early (afa7028)
mapper - v3.1.1

Published by nartc over 4 years ago

3.1.1 (2020-01-27)

Bug Fixes

  • base.ts: modify condition default value (a909bb1)
  • base.ts: modify preCondition default value (2eb2d9c)
mapper - v3.1.0

Published by nartc over 4 years ago

3.1.0 (2020-01-26)

Features

  • automapper.ts: allow defaultValue for condition operations (1fd8ca2), closes #54