mapper

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

MIT License

Downloads
732.2K
Stars
952
Committers
19

Bot releases are hidden (Show)

mapper -

Published by nartc almost 4 years ago

Releasing beta

mapper - v7.0.4

Published by nartc about 4 years ago

7.0.4 (2020-09-22)

Bug Fixes

  • minor adjustment to 7.0.3 to keep docs consistence and docs updated (eb3e229)
mapper - v7.0.3

Published by nartc about 4 years ago

7.0.3 (2020-09-22)

Bug Fixes

  • adjust circular dependencies handling for instantiating new models (644365c), closes #207
mapper - v7.0.2

Published by nartc about 4 years ago

7.0.2 (2020-09-13)

Performance Improvements

mapper - v7.0.1

Published by nartc about 4 years ago

7.0.1 (2020-09-06)

Bug Fixes

mapper - v7.0.0

Published by nartc about 4 years ago

7.0.0 (2020-08-23)

Features

BREAKING CHANGES

  • ErrorHandler with shouldThrow set to false (using withGlobalSettings) calls
    "console.warn" which isn't a terminating statement. Although, there is no "true" breaking changes
    but if you run into any, please open an issue.
mapper - v6.5.2

Published by nartc about 4 years ago

6.5.2 (2020-08-16)

Bug Fixes

mapper - v6.5.1

Published by nartc about 4 years ago

6.5.1 (2020-08-10)

Bug Fixes

  • instantiate.ts: attempt to fix properties order in destination (4287ba0), closes #181
mapper - v6.5.0

Published by nartc about 4 years ago

6.5.0 (2020-08-01)

Features

  • automapper.ts: add skipUnmappedAssertion global setting (9d0aeb6), closes #176
mapper - v6.4.0

Published by nartc about 4 years ago

6.4.0 (2020-07-27)

Features

  • map.ts: add assertion logic for unmapped properties (8cf8694)
mapper - v6.3.17

Published by nartc about 4 years ago

6.3.17 (2020-07-27)

Performance Improvements

mapper - v6.3.16

Published by nartc over 4 years ago

6.3.16 (2020-07-20)

Bug Fixes

  • convert-using.ts: fix convert using for value selector return falsy (c7efcd7), closes #169
mapper - v6.3.15

Published by nartc over 4 years ago

6.3.15 (2020-07-15)

Bug Fixes

  • index.ts: export naming conventions (f101279)
mapper - v6.3.14

Published by nartc over 4 years ago

6.3.14 (2020-07-04)

Bug Fixes

  • map-with.ts: fix mapwith return null when sourceValue is empty [] (5904a1f)
mapper - v6.3.13

Published by nartc over 4 years ago

6.3.13 (2020-06-22)

Bug Fixes

  • convert-using.ts: adjust convertUsing (f2bb7f4)
mapper - v6.3.12

Published by nartc over 4 years ago

6.3.12 (2020-06-21)

Bug Fixes

  • automapper.ts: misc. additions (e96dc34)
mapper - v6.3.11

Published by nartc over 4 years ago

6.3.11 (2020-06-14)

Bug Fixes

  • types.ts: make TransformationType a const enum (a658f67)
mapper - v6.3.10

Published by nartc over 4 years ago

6.3.10 (2020-06-13)

Bug Fixes

  • metadata.storage.ts: check prototype metadata before returning (424d181), closes #147
mapper - v6.3.9

Published by nartc over 4 years ago

6.3.9 (2020-06-06)

Bug Fixes

  • automapper: various adjustments and tests added (420d365)
mapper - v6.3.8

Published by nartc over 4 years ago

6.3.8 (2020-05-24)

Bug Fixes

  • isntantiate.ts: adjust instantiate (ce582e2)