Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

v3.0.0

Choose a tag to compare

@nartc nartc released this 05 Apr 21:22
· 311 commits to master since this release

3.0.0 (2020-04-05)

Bug Fixes

  • package.json: update automapper (4a7c41b)
  • package.json: update automapper (00caf80)
  • package.json: update package (7d83218)
  • package.json: update packages (f72e0fe)

Features

  • automapper.module.ts: cut new release to support automapper v6 (9346674)
  • automapper.module.ts: cut the next release (d8811d1)

BREAKING CHANGES

  • automapper.module.ts: - forRoot() has been deprecated. Please use withMapper() instead.
  • automapper.module.ts: - Deprecating forRoot because Mapper.intialize is deprecated
  • Add
    withMapperto replace forRoot and also allow adding AutoMapperGlobalSettings to withMapper