We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4a276 commit 55eda09Copy full SHA for 55eda09
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+1.2.1 - 2022/11/13
2
+* Fixed dictionary source mapping to target object.
3
+* Implemented CI checks
4
+
5
1.2.0 - 2022/10/25
6
* [g-pichler] Ability to disable deepcopy on mapping: `use_deepcopy` flag in `map` method.
7
* [g-pichler] Improved error text when no spec function exists for `target class`.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py-automapper"
-version = "1.2.0"
+version = "1.2.1"
description = "Library for automatically mapping one object to another"
authors = ["Andrii Nikolaienko <anikolaienko14@gmail.com>"]
license = "MIT"
0 commit comments