Skip to content

v0.5.1

Compare
Choose a tag to compare
@halvardssm halvardssm released this 02 Jun 08:11
060871d

This release contains updates regarding the query builder and migration schema. There should be no breaking changes, but if you face any issue, consult the Readme and examples. If this does not help, submit an issue.

  • The query builder now returns (in most cases) an array instead of a string.
  • Migration files now have their own types (up and down has the type Migration importable from mod.ts
  • updatedAt works again (timestamps are now fixed)