Skip to content

Releases: nartc/mapper

v3.0.0

21 Jan 03:36
Compare
Choose a tag to compare

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

v2.1.1-next.2

05 Dec 05:04
Compare
Choose a tag to compare
v2.1.1-next.2 Pre-release
Pre-release

2.1.1-next.2 (2019-12-05)

Bug Fixes

  • mapperasync.js: test async (b5d951c)

v2.1.1-next.1

05 Dec 04:41
Compare
Choose a tag to compare
v2.1.1-next.1 Pre-release
Pre-release

2.1.1-next.1 (2019-12-05)

Bug Fixes

  • package.json: update semantic release (85b316a)
  • travis.yml: test script (35e7c3d)

v2.1.0

05 Dec 04:26
Compare
Choose a tag to compare

2.1.0 (2019-12-05)

Bug Fixes

  • mapperasync.ts: test async (2229d3c)
  • travis.yml: fix script (d949a46)
  • travis.yml: modify script (c4f3f85)
  • travis.yml: modify script (87044ad)
  • travis.yml: remove node 10 (8f91c7b)

Features

  • mapperasync.ts: test async (6b4d47a)

v2.0.3

05 Dec 04:47
Compare
Choose a tag to compare

2.0.3 (2019-12-05)

Bug Fixes

  • package.json: revert master release (6766aeb)

v2.0.2

20 Nov 15:41
Compare
Choose a tag to compare

2.0.2 (2019-11-20)

Bug Fixes

  • base.ts: null substitution (b11104b), closes #15

v2.0.1

17 Nov 19:13
Compare
Choose a tag to compare

2.0.1 (2019-11-17)

Bug Fixes

  • package.json: marked side effects (88feafa)

v2.0.0

17 Nov 18:46
Compare
Choose a tag to compare

2.0.0 (2019-11-17)

Features

  • automapper.ts: remove configure method from mapping profile base (a268f3f), closes #12

BREAKING CHANGES

  • automapper.ts: Same as description

v1.1.8

03 Nov 23:20
Compare
Choose a tag to compare

1.1.8 (2019-11-03)

Bug Fixes

  • automapper.utils.ts: fix initialize source member path (4f6e5ba)

v1.1.7

03 Nov 21:57
Compare
Choose a tag to compare

1.1.7 (2019-11-03)

Bug Fixes

  • base.ts: fix plain to class (3323db3)
  • base.ts: improve map member (01fd8e2)