Py Automapper Versions Save

Python object auto mapper

1.2.3

1 year ago

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

1.2.2

1 year ago
  • [@soldag] Fixed mapping of string enum types (#17)

1.2.1

1 year ago
  • Fixed mapping source object or type dictionary (any type that implements __getitem__) to target object.
  • Implemented CI checks and build status.

1.2.0

1 year ago
  • [@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

1 year ago
  • [ @g-pichler ] Added support for SQLAlchemy models mapping
  • Upgraded code checking tool and improved code formatting

1.0.4

1 year ago
  • Improved description for Pydantic and TortoiseORM support.
  • Better type casting
  • Simplified test cases

1.0.3

1 year ago

Fixed Issue #4: mapping for dictionary field

1.0.2

1 year ago

Added custom fields mapping. Fixed bugs.

1.0.1

2 years ago

Fully functioning mapper with passed code checks and unit tests

0.1.1

2 years ago

Fully working implementation with all the tests.