mirror of https://github.com/AMT-Cheif/drift.git
Add changelog entry for custom types
This commit is contained in:
parent
28130fd3f1
commit
7ae0ccb1ab
|
@ -1,6 +1,8 @@
|
||||||
## 2.13.0-dev
|
## 2.13.0-dev
|
||||||
|
|
||||||
- Add APIs to setup Wasm databases with custom drift workers.
|
- Add APIs to setup Wasm databases with custom drift workers.
|
||||||
|
- Add support for [custom types](https://drift.simonbinder.eu/docs/sql-api/types/),
|
||||||
|
which are useful when extending drift to support other database engines.
|
||||||
- Add `Expression.and` and `Expression.or` to create disjunctions and conjunctions
|
- Add `Expression.and` and `Expression.or` to create disjunctions and conjunctions
|
||||||
of sub-predicates.
|
of sub-predicates.
|
||||||
- Step-by-step migrations now save the intermediate schema version after each step.
|
- Step-by-step migrations now save the intermediate schema version after each step.
|
||||||
|
|
Loading…
Reference in New Issue