2021-11-25 04:30:46 +00:00
|
|
|
# changelog
|
|
|
|
|
|
|
|
See also: [Github Release Page](https://github.com/enpaul/peewee-plus/releases).
|
|
|
|
|
2022-01-20 06:03:12 +00:00
|
|
|
## Version 1.1.0
|
|
|
|
|
|
|
|
View this release on: [Github](https://github.com/enpaul/peewee-plus/releases/tag/1.1.0),
|
|
|
|
[PyPI](https://pypi.org/project/peewee-plus/1.1.0/)
|
|
|
|
|
|
|
|
- Add decorator function for wrapping callables in a flat database transaction
|
|
|
|
|
2021-11-25 04:30:46 +00:00
|
|
|
## Version 1.0.0
|
|
|
|
|
|
|
|
View this release on: [Github](https://github.com/enpaul/peewee-plus/releases/tag/1.0.0),
|
|
|
|
[PyPI](https://pypi.org/project/peewee-plus/1.0.0/)
|
|
|
|
|
|
|
|
- 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
|