Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@subframe7536 subframe7536 released this 29 Oct 06:10
· 6 commits to master since this release

   🚨 Breaking Changes

  • dialect-bun-worker: Use SELECT 1 with run() to get insertId and numAffectedRows(requires Bun@^1.1.14)  -  by @subframe7536 (0094f)
  • dialect-tauri: Upgrade @tauri-apps/plugin-sql dependency to 2.0.0  -  by @subframe7536 (8f5a6)

   🚀 Features

  • dialect-bun-worker: Function to create custom OnMessageCallback in worker, add stream support  -  by @subframe7536 (41750)
  • dialect-sqlite-worker: Function to create custom OnMessageCallback in worker  -  by @subframe7536 (611ad)
  • dialect-wasqlite-worker: Function to create custom OnMessageCallback in worker  -  by @subframe7536 (46541)
  • worker: Export worker paths  -  by @subframe7536 (6f13e)

   🐞 Bug Fixes

    View changes on GitHub