Skip to content

Commit

Permalink
chore: release 8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Jan 22, 2024
1 parent 1403b41 commit 4b03318
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "8.7.7"
"version": "8.8.0"
}

0 comments on commit 4b03318

Please sign in to comment.