mapper

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

MIT License

Downloads
732.2K
Stars
952
Committers
19

Bot releases are hidden (Show)

mapper - v6.3.7

Published by nartc over 4 years ago

6.3.7 (2020-05-24)

Bug Fixes

  • metadata.storage.ts: adjust metadata map list (dde3ab5)
mapper - v6.3.6

Published by nartc over 4 years ago

6.3.6 (2020-05-24)

Bug Fixes

  • metadata.storage.ts: prevent duplicating meta key to be stored (7bd6535)
mapper - v6.3.5

Published by nartc over 4 years ago

6.3.5 (2020-05-14)

Bug Fixes

mapper - v6.3.4

Published by nartc over 4 years ago

6.3.4 (2020-05-10)

Bug Fixes

mapper - v6.3.3

Published by nartc over 4 years ago

6.3.3 (2020-05-10)

Bug Fixes

  • instantiate.ts: better handling of circular dep (1dcf626)
mapper - v6.3.2

Published by nartc over 4 years ago

6.3.2 (2020-05-09)

Bug Fixes

  • automap.decorator.ts: revert getting metadata (b00025d)
mapper - v6.3.1

Published by nartc over 4 years ago

6.3.1 (2020-05-09)

Bug Fixes

  • automap.decorator.ts: fix reflect metadata being undefiend (b55235a)
mapper - v6.3.0

Published by nartc over 4 years ago

6.3.0 (2020-05-09)

Features

  • instantiate-depth.storage.ts: handle ciruclar dependency (f61b343)
mapper - v6.2.1

Published by nartc over 4 years ago

6.2.1 (2020-05-08)

Bug Fixes

  • instantiate.ts: fix premature return in instantiate and null check (6be63e3), closes #123 #124
mapper - v6.2.0

Published by nartc over 4 years ago

6.2.0 (2020-05-01)

Features

  • automapper.ts: add useUndefined (762f1c1)
mapper - v6.1.2

Published by nartc over 4 years ago

6.1.2 (2020-04-18)

Bug Fixes

  • isobjectlike.ts: adjust isObjectLike function (e81a0af)
  • types.ts: remove ObjectTab enum (afddcff)
mapper - v6.1.1

Published by nartc over 4 years ago

6.1.1 (2020-04-17)

Bug Fixes

mapper - v6.1.0

Published by nartc over 4 years ago

6.1.0 (2020-04-15)

Features

  • map-defer.ts: add MapDefer (e88cc97)
mapper - v6.0.4

Published by nartc over 4 years ago

6.0.4 (2020-04-11)

Bug Fixes

  • instantiate.ts: fix for empty model (e4dd15e), closes #89
mapper - v6.0.3

Published by nartc over 4 years ago

6.0.3 (2020-04-11)

Bug Fixes

  • upgrade prismjs from 1.19.0 to 1.20.0 (c83bfb1)
mapper - v6.0.2

Published by nartc over 4 years ago

6.0.2 (2020-04-08)

Bug Fixes

  • instantiate.ts: fix mapping array for plain object (a19e906)
mapper - v6.0.1

Published by nartc over 4 years ago

6.0.1 (2020-04-08)

Bug Fixes

  • instantiate.ts: make sure the order of mapped result is maintained (9e5f6c4)
mapper - v6.0.0

Published by nartc over 4 years ago

6.0.0 (2020-04-05)

Bug Fixes

  • automapper.ts: add fake async back (6ccf9d1)
  • automapper.ts: add more tests and fix get bug (bdab072)
  • automapper.ts: change map functions to array index (c66cbb5)
  • automapper.ts: clean up utils (1428e7a)
  • automapper.ts: fix misc bugs (7dd66ab)
  • automapper.ts: manage storages instance in automapper instance (e1def2d)
  • automapper.ts: remove coverage from git, clean up (a7a13b9)
  • automapper.ts: remove unreachable code paths (a0d4492)
  • create-map-metadata.ts: add javascript support via create metadata (cf53f02)
  • get.ts: fix get format (514f4b9)
  • get.ts: fix get format (fb26825)
  • isobjectlike.ts: fix isObjectlike (7970ea4)
  • map.ts: attempt to optimize loops (1ba5290)
  • mapping.storage.ts: fix set mapping on same source (f7423c8)
  • package.json: move tslib to dependencies (b71b65a)
  • package.json: remove tslib (56aba3b)
  • types.ts: change mapping interface to array indexing (a0fadcf)
  • types.ts: update resolver type (dc9a146)
  • utils/index.ts: clean up utils functions (b311d7c)

Features

  • automapper.ts: v6 release cut (c03a79c)
  • automapper.ts: v6 rewrite (b895c5b)

BREAKING CHANGES

  • automapper.ts: Some API changes to how manual map configuration works
mapper - v6.0.0-next.18

Published by nartc over 4 years ago

6.0.0-next.18 (2020-04-03)

Bug Fixes

  • types.ts: update resolver type (dc9a146)
mapper - v6.0.0-next.17

Published by nartc over 4 years ago

6.0.0-next.17 (2020-04-03)

Bug Fixes

  • automapper.ts: remove coverage from git, clean up (a7a13b9)