Skip to content

0.27.2

Compare
Choose a tag to compare
@koskimas koskimas released this 06 Jan 10:27
· 117 commits to master since this release
  • Add allowUnorderedMigrations option for the migrator. #723 Awesome work by @tracehelms ❤️
  • Fix update and insert query type issues when using Kysely<any>.
  • Improve error messages when passing a wrong column name or wrong type for a column in UpdateQueryBuilder#set and InsertQueryBuilder#values methods.