Releases: anikolaienko/py-automapper
Releases · anikolaienko/py-automapper
2.2.0
2.1.0
2.0.0
- Upgraded all dependencies, including Pydantic and SQLAlchemy. New versions should be supported now.
- Moved away from poetry to simple pip.
1.2.3
Added automated code checks for different Python versions: 3.8, 3.9, 3.10, 3.11
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