Releases: anikolaienko/py-automapper
Releases · anikolaienko/py-automapper
1.2.3
1.2.2
1.2.1
- Fixed mapping source object or type dictionary (any type that implements
__getitem__
) to target object. - Implemented CI checks and build status.
1.2.0
- [@g-pichler] Ability to disable deepcopy on mapping:
use_deepcopy
flag inmap
method. - [@g-pichler] Improved error text when no spec function exists for
target class
. - Updated doc comments.
1.1.3
- [ @g-pichler ] Added support for SQLAlchemy models mapping
- Upgraded code checking tool and improved code formatting
1.0.4
- Improved description for Pydantic and TortoiseORM support.
- Better type casting
- Simplified test cases
1.0.3
1.0.2
Added custom fields mapping. Fixed bugs.
1.0.1
Fully functioning mapper with passed code checks and unit tests
0.1.1-alpha
Fully working implementation with all the tests.