diff --git a/CHANGELOG.md b/CHANGELOG.md index 095d86d4d..f1ccf4b33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ +## [8.8.0](https://github.com/nartc/mapper/compare/8.7.7...8.8.0) (2024-01-22) + + +### Features + +* **core:** add autoMap mapping configuration ([#538](https://github.com/nartc/mapper/issues/538)) ([5906add](https://github.com/nartc/mapper/commit/5906adddb2bf9a97916e7bbcb789cb4d4ac19b8a)) +* **core:** use model's name on mapping error message ([#518](https://github.com/nartc/mapper/issues/518)) ([09bb926](https://github.com/nartc/mapper/commit/09bb9264301e72674a37df171976d7dbab374376)) +* **nestjs:** bump nestjs dependencies to v10 ([#561](https://github.com/nartc/mapper/issues/561)) ([1403b41](https://github.com/nartc/mapper/commit/1403b41e2e7e17e026260914a0c96b921604db2e)) +* **zod:** init zod ([aa010cd](https://github.com/nartc/mapper/commit/aa010cd7a1efee7caee2db193f320c82932781b4)) + + +### Bug Fixes + +* **classes:** add script to update plugin version for jest ([018c666](https://github.com/nartc/mapper/commit/018c6664ee8284513d98d757349e38287e400dfb)), closes [#528](https://github.com/nartc/mapper/issues/528) +* **classes:** clean up transformer plugin to ensure decorator is ignored ([e82e9a1](https://github.com/nartc/mapper/commit/e82e9a1c1699ef43d65ad5e93e90e284eeb6825e)) +* **core:** consolidate some logic between forMember and createInitialMapping ([88397b4](https://github.com/nartc/mapper/commit/88397b4fe66ff257fc4360054a36ac04515bfdcc)) + + +### Documentations + +* **core:** adjust documentation ([193d541](https://github.com/nartc/mapper/commit/193d541e5d33440bf8de872607bc3e3d04264dfb)) + ### [8.7.7](https://github.com/nartc/mapper/compare/8.7.6...8.7.7) (2022-10-25) diff --git a/version.json b/version.json index 2d401e4ac..1e3a630a8 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "8.7.7" + "version": "8.8.0" }