Skip to content

Releases: absent1706/sqlalchemy-mixins

v1.5.2

03 May 22:04
088ac7a
Compare
Choose a tag to compare
  • Added missing py.typed file to setup (#83 )

Add support for or operators

10 Aug 14:54
Compare
Choose a tag to compare

No changes between this and v1.5 release.

Add support for or operators

10 Aug 14:51
7d7a090
Compare
Choose a tag to compare
Merge pull request #63 from fredludlow/filter-operators-rebase

Filter operators rebase

Add typing and improve serialization

23 May 23:35
Compare
Choose a tag to compare
  • Add typing (#72)
  • Add support for column exclusion during serialization (#73)
  • Minor bug fixes and code cleanup

SQLAlchemy 1.4 support

19 Mar 00:39
Compare
Choose a tag to compare

This release adds supports for SQLAlchemy 1.4
Also, it introduces GitHub actions for testing PRs.

v 1.2.1: Reverted breaking change made in v1.2

30 Mar 06:58
Compare
Choose a tag to compare

Highly recommend to skip v1.2 and migrate to this version.

See https:/absent1706/sqlalchemy-mixins#v121

(removed from PyPi) v 1.2: TimestampsMixin, Python 3.7-3.8, new operators

27 Mar 11:30
Compare
Choose a tag to compare

See release notes at https:/absent1706/sqlalchemy-mixins#v12

It was removed from PyPi because of compatibility breaking change

v 1.0.1: SerializationMixin and __ne operator

18 Mar 12:23
Compare
Choose a tag to compare

SmartQueryMixin: make smart_query function standalone

16 Nov 17:56
Compare
Choose a tag to compare

Fixed bug in ReprMixin: it crashed for objects without IDs

03 Apr 07:22
Compare
Choose a tag to compare