Releases: ESSS/serialchemy
Releases · ESSS/serialchemy
v1.0.3
v1.0.2
What's Changed
- Adjust PolymorphicModelSerializer to accept a pure Enum as polymorphic identity
v1.0.1
- Fix license placement on setup.py
v1.0.0
- Add support for SQLAlchemy imperative (classical) mapping
- Drop support for Python versions bellow 3.8
- Drop support for SQLAlchemy 1.3
v0.4.0
- Fix to get model attribute name instead of table column name on polymorphic serializer
- Extends the PolymorphicModelSerializer to accept also column descriptors when searching
for the polymorphic column key. - Add support for serialization of Python Enums
- Change PolymorphicModelSerializer to support inherited models of inherited models
- Change Field to use a default serializer for not None values
- Added support for sqlalchemy 1.4
- Add EnumKeySerializer
v0.3.0
Update changelog
v0.2.0
First release on PyPI
Make flask-restalchemy make use of serialchemy - Improve README file - Move conftest to the root folder - Created SessionBasedFields base class to flag which fields require a SQLAlchemy session for deserialization - Use data-regression for tests - Remove RTD docs generation