mapper

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

MIT License

Downloads
732.2K
Stars
952
Committers
19

Bot releases are visible (Hide)

mapper - v6.0.0-next.16

Published by nartc over 4 years ago

6.0.0-next.16 (2020-03-30)

Bug Fixes

  • package.json: remove tslib (56aba3b)
mapper - v6.0.0-next.15

Published by nartc over 4 years ago

6.0.0-next.15 (2020-03-30)

Bug Fixes

  • package.json: move tslib to dependencies (b71b65a)
mapper - v6.0.0-next.14

Published by nartc over 4 years ago

6.0.0-next.14 (2020-03-29)

Bug Fixes

  • automapper.ts: clean up utils (1428e7a)
mapper - v6.0.0-next.13

Published by nartc over 4 years ago

6.0.0-next.13 (2020-03-29)

Bug Fixes

  • mapping.storage.ts: fix set mapping on same source (f7423c8)
mapper - v6.0.0-next.12

Published by nartc over 4 years ago

6.0.0-next.12 (2020-03-29)

Bug Fixes

  • automapper.ts: manage storages instance in automapper instance (e1def2d)
mapper - v6.0.0-next.11

Published by nartc over 4 years ago

6.0.0-next.11 (2020-03-29)

Bug Fixes

  • automapper.ts: remove unreachable code paths (a0d4492)
mapper - v6.0.0-next.10

Published by nartc over 4 years ago

6.0.0-next.10 (2020-03-28)

Bug Fixes

  • automapper.ts: fix misc bugs (7dd66ab)
mapper - v6.0.0-next.9

Published by nartc over 4 years ago

6.0.0-next.9 (2020-03-24)

Bug Fixes

mapper - v6.0.0-next.8

Published by nartc over 4 years ago

6.0.0-next.8 (2020-03-24)

Bug Fixes

  • automapper.ts: add more tests and fix get bug (bdab072)
mapper - v6.0.0-next.7

Published by nartc over 4 years ago

6.0.0-next.7 (2020-03-24)

Bug Fixes

  • automapper.ts: change map functions to array index (c66cbb5)
mapper - v6.0.0-next.6

Published by nartc over 4 years ago

6.0.0-next.6 (2020-03-24)

Bug Fixes

  • types.ts: change mapping interface to array indexing (a0fadcf)
mapper - v5.0.13

Published by nartc over 4 years ago

5.0.13 (2020-03-23)

Bug Fixes

  • automapper.ts: fix unique issue with profiles (25d6ca3)
mapper - v6.0.0-next.5

Published by nartc over 4 years ago

6.0.0-next.5 (2020-03-22)

Bug Fixes

  • map.ts: attempt to optimize loops (1ba5290)
mapper - v6.0.0-next.4

Published by nartc over 4 years ago

6.0.0-next.4 (2020-03-21)

Bug Fixes

  • automapper.ts: add fake async back (6ccf9d1)
  • utils/index.ts: clean up utils functions (b311d7c)
mapper - v6.0.0-next.3

Published by nartc over 4 years ago

6.0.0-next.3 (2020-03-20)

Bug Fixes

  • isobjectlike.ts: fix isObjectlike (7970ea4)
mapper - v6.0.0-next.2

Published by nartc over 4 years ago

6.0.0-next.2 (2020-03-20)

Bug Fixes

  • create-map-metadata.ts: add javascript support via create metadata (cf53f02)
mapper - v6.0.0-next.1

Published by nartc over 4 years ago

6.0.0-next.1 (2020-03-20)

Features

  • automapper.ts: v6 rewrite (b895c5b)

BREAKING CHANGES

  • automapper.ts: Some API changes to how manual map configuration works
mapper - v5.0.12

Published by nartc over 4 years ago

5.0.12 (2020-03-20)

Bug Fixes

  • automap.decorator.ts: fix metadata manager (adba6b4)
  • base.ts: fix unique key issue (458f3ac), closes #86
  • base.ts: make sure not to overide the current map for 1 source (d09a81b)
mapper - v5.0.11

Published by nartc over 4 years ago

5.0.11 (2020-03-18)

Bug Fixes

  • base.ts: attempt to fix duplicate keys after uglify (83ac4fc), closes #86
mapper - v5.0.10

Published by nartc over 4 years ago

5.0.10 (2020-03-10)

Bug Fixes

  • common.utils.ts: attempt to fix mapping key unique (d46e1b1), closes #86