Releases: dyedgreen/deno-sqlite
Releases Β· dyedgreen/deno-sqlite
v3.9.1
What's Changed
- Fix TypeScript error when using Deno 2 by @teleclimber in #266
New Contributors
- @teleclimber made their first contribution in #266
Full Changelog: v3.9.0...v3.9.1
v3.9.0
What's Changed
- DB documentation, execute example code results in error by @Pizt0lmnk in #244
- Enable full-text search (FTS5) by @alexgleason in #251
- Enable 'make setup' to run on MacOS/Arm by @rherrmann in #254
- Fix test failing because of syntax error by @canac in #260
- Fix deprecated APIs warnings by @canac in #259
New Contributors
- @Pizt0lmnk made their first contribution in #244
- @canac made their first contribution in #260
Full Changelog: v3.8...v3.9.0
v3.8.0
v3.7.3
v3.7.2
v3.7.1
v3.7.0
v3.6.0
- Add
expandSql
function to prepared queries which returns the query SQL, substituting provided parameters for their placeholders - Add support for user defined (scalar) SQL functions; this adds a
createFunction
anddeleteFunction
API to the database class - Improve the SQLite warm binary size by stripping debug symbols in the release build
- Improve wording of documentation and expand on existing documentation with more examples
- Fix some mistakes in example code contained in the documentation