Skip to content

Releases: enpaul/peewee-plus

Version 1.3.0

04 May 19:28
4279817
Compare
Choose a tag to compare
  • Add field for storing Datetime Timedeltas
  • BREAKING CHANGE: Update JSONField to raise ValueError instead of IntegrityError on bad data write
  • Update tests to account for more cases and test public API validity

View this release on PyPI

Version 1.2.1

13 Apr 19:03
0693d19
Compare
Choose a tag to compare
  • Add PyPI classifier for Python 3.11
  • Fix SQLite variable limit determination to account for changes in SQLite 3.32

View this release on PyPI

Version 1.2.0

15 Nov 15:18
Compare
Choose a tag to compare
  • Remove support for Python 3.6
  • Update development workflows to use Poetry 1.2
  • Fix nullable enums raising an IntegrityError when value is None. Contributed by echernyavskiy (#1)

View this release on PyPI

Version 1.1.0

20 Jan 06:08
8076d8c
Compare
Choose a tag to compare
  • Add decorator function for wrapping callables in a flat database transaction

View this release on PyPI

Version 1.0.0

25 Nov 04:35
af7d420
Compare
Choose a tag to compare
  • Add function for calculating SQLite batch size
  • Add constants for SQLite default parameters
  • Add field for storing JSON-serializable data
  • Add field for storing Enums
  • Add field for storing paths
  • Add field for storing floats with custom precision parameters

View this release on PyPI