Prepare changelogs for 1.4 release

This commit is contained in:
Simon Binder 2022-02-09 16:47:22 +01:00
parent fca9db2052
commit c58c93c348
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,8 @@
now write `todos.replaceOne(newEntry)`.
- Deprecate the `from(table)` API introduced in 1.3.0. Having the methods on
the table instances turned out to be even easier!
- In drift files, you can now use `LIST(SELECT ...)` as a result column to
get all results of the inner select as a `List` in the result set.
## 1.3.0

View File

@ -1,5 +1,6 @@
## 1.4.0-dev
## 1.4.0
- Generator support for the `LIST()` feature introduced in drift 1.4.
- Fix imported views in `.drift` files not being available in all cases.
## 1.3.0