Releases: halcyonnouveau/estoult
Releases · halcyonnouveau/estoult
v0.7.0
This version has major breaking changes, please read.
- BREAKING CHANGE: rename
apocryphan
to apocryphes
.
- BREAKING CHANGE:
update
/insert
now returns the changeset of the operation instead of the primary key.
- BREAKING CHANGE: rename
QF
to qf
.
- Add association for
insert
/update
on Schema
.
v0.6.6
- Add
min
and max
functions.
- Field
default
can now be a function.
v0.6.5
- Fix wrong errors being called with pooled database.
v0.6.4
- Add
allow_wildcard_select
to schemas.
v0.6.3
- Fix associations with
None
values.
v0.6.2
- Fix
delete_by_pk
.
- Add type hinting for
execute
.
v0.6.1
- Fix rider depends on variable again.
v0.6.0
- Add associations for schema definitions
- Basic usage for preloading queries
- Fix atomic for autoconnect
v0.5.3
- Fix rider depends on variable.