Release History


Release 0.2.2

Bugs Fixed

  • #36: Fixed error in documentation (flask_sqlathanor.initialize_flask_sqlathanor() initially documented as flask_sqlathanor.initialize_sqlathanor()).

Other Changes

  • 32: Added Code of Conduct.

Release 0.2.1

Bugs Fixed

  • #30: Tweaked function signature for declarative_base() to make cls a keyword argument.

Release 0.2.0

Features Added

  • #21: Added support for SQLAlchemy Automap Extension.
  • #27: Added support for programmatically modifying serialization/de-serialization configuration after model definition.

Release 0.1.1


Release 0.1.0

  • First public release