mirror of
https://github.com/enpaul/peewee-plus.git
synced 2024-11-14 02:27:13 +00:00
1.7 KiB
1.7 KiB
changelog
See also: Github Release Page.
Version 1.3.0
View this release on: Github, PyPI
- Add field for storing Datetime Timedeltas
- BREAKING CHANGE: Update
JSONField
to raiseValueError
instead ofIntegrityError
on bad data write - Update tests to account for more cases and test public API validity
Version 1.2.1
View this release on: Github, PyPI
- Add PyPI classifier for Python 3.11
- Fix SQLite variable limit determination to account for changes in SQLite 3.32
Version 1.2.0
View this release on: Github, PyPI
- Remove support for Python 3.6
- Update development workflows to use Poetry 1.2
- Fix nullable enums raising an
IntegrityError
when value isNone
(#1)
Version 1.1.0
View this release on: Github, PyPI
- Add decorator function for wrapping callables in a flat database transaction
Version 1.0.0
View this release on: Github, PyPI
- 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