mapper

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

MIT License

Downloads
662.5K
Stars
952
Committers
19

Bot releases are hidden (Show)

mapper - v3.0.10

Published by nartc over 4 years ago

3.0.10 (2020-01-25)

Bug Fixes

  • common.utils.ts: fix internal get method (a98d050)
mapper - v3.0.9

Published by nartc over 4 years ago

3.0.9 (2020-01-25)

Bug Fixes

  • automapper.utils.ts: modify get internal (84120fe)
mapper - v3.0.8

Published by nartc over 4 years ago

3.0.8 (2020-01-25)

Bug Fixes

  • automapper.utils.ts: fix get path for multiple parts (11c2f35)

Performance Improvements

  • automapper.ts: remove unused and duplicate code paths (1fb23ca)
mapper - v3.0.7

Published by nartc over 4 years ago

3.0.7 (2020-01-24)

Bug Fixes

  • snake-case-naming-convention.ts: use map and join instead of for (d0a84a4)
mapper - v3.0.6

Published by nartc over 4 years ago

3.0.6 (2020-01-24)

Bug Fixes

  • snake-case-naming-convention.ts: add snake case (914d0d3)
mapper - v3.0.5

Published by nartc over 4 years ago

3.0.5 (2020-01-23)

Bug Fixes

  • common.utils.ts: fix recursive (abaa794)
mapper - v3.0.4

Published by nartc over 4 years ago

3.0.4 (2020-01-23)

Bug Fixes

  • common.utils.ts: attempt to fix recursive paths (7b09ec9)
mapper - v3.0.3

Published by nartc over 4 years ago

3.0.3 (2020-01-23)

Bug Fixes

  • common.utils.ts: fix get recursive path for getters (7e34e1d)
mapper - v3.0.2

Published by nartc over 4 years ago

3.0.2 (2020-01-23)

Bug Fixes

  • common.utils.ts: adjust assertion on missing mapped keys (10fcbba), closes #51
mapper - v3.0.1

Published by nartc over 4 years ago

3.0.1 (2020-01-23)

Bug Fixes

  • automapper.ts: fix automapper to work with getters setters (21f7c23), closes #51
mapper - v3.0.0

Published by nartc almost 5 years ago

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
mapper - v2.1.1-next.2

Published by nartc almost 5 years ago

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

Bug Fixes

  • mapperasync.js: test async (b5d951c)
mapper - v2.0.3

Published by nartc almost 5 years ago

2.0.3 (2019-12-05)

Bug Fixes

  • package.json: revert master release (6766aeb)
mapper - v2.1.1-next.1

Published by nartc almost 5 years ago

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

Bug Fixes

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

Published by nartc almost 5 years ago

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)
mapper - v2.0.2

Published by nartc almost 5 years ago

2.0.2 (2019-11-20)

Bug Fixes

  • base.ts: null substitution (b11104b), closes #15
mapper - v2.0.1

Published by nartc almost 5 years ago

2.0.1 (2019-11-17)

Bug Fixes

  • package.json: marked side effects (88feafa)
mapper - v2.0.0

Published by nartc almost 5 years ago

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
mapper - v1.1.8

Published by nartc almost 5 years ago

1.1.8 (2019-11-03)

Bug Fixes

  • automapper.utils.ts: fix initialize source member path (4f6e5ba)
mapper - v1.1.7

Published by nartc almost 5 years ago

1.1.7 (2019-11-03)

Bug Fixes

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