Skip to content

Releases: nartc/mapper

v4.0.1

08 Feb 02:43
Compare
Choose a tag to compare

4.0.1 (2020-02-08)

Bug Fixes

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

v4.0.0

04 Feb 19:43
Compare
Choose a tag to compare

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.

v3.3.1

04 Feb 04:45
Compare
Choose a tag to compare

3.3.1 (2020-02-04)

Bug Fixes

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

v3.3.0

04 Feb 04:20
Compare
Choose a tag to compare

3.3.0 (2020-02-04)

Features

  • automapper.ts: mapping inheritance (f027588), closes #68

v3.2.1

29 Jan 19:29
Compare
Choose a tag to compare

3.2.1 (2020-01-29)

Bug Fixes

  • readme.md: update readme (584acb0)
  • readme.md: update readme to mention plugin (a9e98c4)

v3.2.0

29 Jan 16:42
Compare
Choose a tag to compare

3.2.0 (2020-01-29)

Features

  • metadata-explorer.ts: add metadata explorer (dd5871a)

v3.1.3

28 Jan 20:00
Compare
Choose a tag to compare

3.1.3 (2020-01-28)

Bug Fixes

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

v3.1.2

28 Jan 17:46
Compare
Choose a tag to compare

3.1.2 (2020-01-28)

Bug Fixes

  • base.ts: initialize with plain to class early (afa7028)

v3.1.1

27 Jan 14:21
cab5879
Compare
Choose a tag to compare

3.1.1 (2020-01-27)

Bug Fixes

  • base.ts: modify condition default value (a909bb1)
  • base.ts: modify preCondition default value (2eb2d9c)

v3.1.0

26 Jan 22:46
Compare
Choose a tag to compare

3.1.0 (2020-01-26)

Features

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