Deno SQLite3 - v0.10.0
What's Changed
- Fixed typo in database.ts by @sant123 in #102
- fix: small typo in README by @craigpastro in #104
- added types to transaction to infer types from passed function by @sant123 in #103
- Detect JSON subtypes and
JSON.parse()
before returning. by @asg017 in #106 - chore: bump sqlite and module version, lower glibc version requiremen… by @DjDeveloperr in #107
- Add a
.sql
tagged template for executing one-off SQL queries by @asg017 in #108
New Contributors
- @craigpastro made their first contribution in #104
Full Changelog: 0.9.1...0.10.0