Skip to content

Releases: anikolaienko/py-automapper

1.2.3

20 Nov 23:49
Compare
Choose a tag to compare

Added automated code checks for different Python versions: 3.8, 3.9, 3.10, 3.11

1.2.2

20 Nov 19:00
Compare
Choose a tag to compare
  • [@soldag] Fixed mapping of string enum types (#17)

1.2.1

13 Nov 11:31
6653f86
Compare
Choose a tag to compare
  • Fixed mapping source object or type dictionary (any type that implements __getitem__) to target object.
  • Implemented CI checks and build status.

1.2.0

25 Oct 10:16
b12f14e
Compare
Choose a tag to compare
  • [@g-pichler] Ability to disable deepcopy on mapping: use_deepcopy flag in map method.
  • [@g-pichler] Improved error text when no spec function exists for target class.
  • Updated doc comments.

1.1.3

07 Oct 14:06
Compare
Choose a tag to compare
  • [ @g-pichler ] Added support for SQLAlchemy models mapping
  • Upgraded code checking tool and improved code formatting

1.0.4

25 Jul 12:24
Compare
Choose a tag to compare
  • Improved description for Pydantic and TortoiseORM support.
  • Better type casting
  • Simplified test cases

1.0.3

24 Jul 15:56
Compare
Choose a tag to compare

Fixed Issue #4: mapping for dictionary field

1.0.2

24 Jul 15:31
Compare
Choose a tag to compare

Added custom fields mapping. Fixed bugs.

1.0.1

10 Jan 14:17
Compare
Choose a tag to compare

Fully functioning mapper with passed code checks and unit tests

0.1.1-alpha

05 Aug 07:32
Compare
Choose a tag to compare

Fully working implementation with all the tests.