mirror of https://github.com/AMT-Cheif/drift.git
Prepare changelogs for 1.4 release
This commit is contained in:
parent
fca9db2052
commit
c58c93c348
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue