Skip to content

Releases: nartc/mapper

v5.0.9

24 Feb 14:24
Compare
Choose a tag to compare

5.0.9 (2020-02-24)

Bug Fixes

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

v5.0.8

17 Feb 05:20
Compare
Choose a tag to compare

5.0.8 (2020-02-17)

Bug Fixes

v5.0.7

17 Feb 03:55
Compare
Choose a tag to compare

5.0.7 (2020-02-17)

Performance Improvements

  • base.ts: slight performance improvement (4af23b3)

v5.0.6

11 Feb 03:10
Compare
Choose a tag to compare

5.0.6 (2020-02-11)

Bug Fixes

  • base.ts: pass default value to instantiation (14a00a1)

v5.0.5

11 Feb 02:54
Compare
Choose a tag to compare

5.0.5 (2020-02-11)

Bug Fixes

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

v5.0.4

11 Feb 02:34
Compare
Choose a tag to compare

5.0.4 (2020-02-11)

Bug Fixes

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

v5.0.3

11 Feb 02:15
Compare
Choose a tag to compare

5.0.3 (2020-02-11)

Bug Fixes

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

v5.0.2

10 Feb 23:15
Compare
Choose a tag to compare

5.0.2 (2020-02-10)

Bug Fixes

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

v5.0.1

10 Feb 21:04
Compare
Choose a tag to compare

5.0.1 (2020-02-10)

Bug Fixes

  • automap.decorator.ts: bumb version (3adaf85)

v5.0.0

10 Feb 20:14
Compare
Choose a tag to compare

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