7.0.0 (2021-11-11)
⚠ BREAKING CHANGES
- types: @automapper/types is removed
@automapper/types
has been removed and the types have been moved to @automapper/core
. This is to reduce the amount of libraries that the consumers have to install. The types themselves are untouched, you can probably fix this with a simple Find and Replace.
Features
- classes: use core types (985def8)
- core: add isFileConstructor util (54d2b65)
- core: move types into core (62ffdc6)
- core: use local types (558782d)
- nestjs: use core types (a21f5a3)
- pojos: support File as a metadata constructor (0eafe05)
- pojos: use core types (d601da2)
- sequelize: use core types (35c28a8)
- test: use core types (f562ca0)
- types: moving types to core to retire @automapper/types (ccfcf94)
Documentations
- add lookup types limitation on custom type converter (#370) (9ab6023)
- core: add documentations for forSelf (e896a22)
Refactor