Nartc Mapper Versions Save

🔥 An Object-Object AutoMapper for TypeScript 🔥

8.8.1

3 months ago

8.8.1 (2024-01-23)

Bug Fixes

  • classes: fixed transformer ttypescript / ts-patch support (#556) (eafd79b)
  • ignore import path transformations on win32 platform (#570) (4089bb4)
  • mikro: infinite loop when using OneToOne eager loading (#546) (ec00a0d)
  • remove / from @automapper/classes default exports (#589) (d1d2df5)

Documentations

  • core: add autoMap mapping configuration docs (#539) (d92f62f)

8.8.0

3 months ago

8.8.0 (2024-01-22)

Features

  • core: add autoMap mapping configuration (#538) (5906add)
  • core: use model's name on mapping error message (#518) (09bb926)
  • nestjs: bump nestjs dependencies to v10 (#561) (1403b41)
  • zod: init zod (aa010cd)

Bug Fixes

  • classes: add script to update plugin version for jest (018c666), closes #528
  • classes: clean up transformer plugin to ensure decorator is ignored (e82e9a1)
  • core: consolidate some logic between forMember and createInitialMapping (88397b4)

Documentations

  • core: adjust documentation (193d541)

8.7.7

1 year ago

8.7.7 (2022-10-25)

Bug Fixes

  • core: extend uses customProperties instead of properties because it is custom (b29f2ef)
  • core: send extraArgs from original map operation to mapWith operations (65c6a74), closes #509

8.7.6

1 year ago

8.7.6 (2022-08-31)

Bug Fixes

8.7.5

1 year ago

8.7.5 (2022-08-03)

8.7.4

1 year ago

8.7.4 (2022-08-02)

8.7.3

1 year ago

8.7.3 (2022-08-02)

Bug Fixes

  • remove target default on package that affects the secondary entry point (4993411)

8.7.2

1 year ago

8.7.2 (2022-07-31)

8.7.1

1 year ago

8.7.1 (2022-07-29)

Bug Fixes

  • core: ensure forMember to always push mapping property to customProperties (27c1ca0)

8.7.0

1 year ago

8.7.0 (2022-07-27)

Features

  • core: add custom properties to isolate forMember configuration (e5b7028), closes #497