Skip to content

Drift 1.4.0

Compare
Choose a tag to compare
@simolus3 simolus3 released this 09 Feb 15:54
· 2062 commits to develop since this release
c58c93c

1.4.0

  • Most methods to compose statements are now available as an extension on tables. As an alternative to update(todos).replace(newEntry), you can 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.