mirror of
https://github.com/enpaul/peewee-plus.git
synced 2025-12-20 15:52:34 +00:00
Add initial documentation
Add initial docs that mostly just point to the source code for now Add changelog Add code of conduct
This commit is contained in:
15
CHANGELOG.md
Normal file
15
CHANGELOG.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# changelog
|
||||
|
||||
See also: [Github Release Page](https://github.com/enpaul/peewee-plus/releases).
|
||||
|
||||
## 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
|
||||
Reference in New Issue
Block a user