Releases: aidenwallis/kysely-d1
Releases · aidenwallis/kysely-d1
0.3.0
What's Changed
- Reference Cloudflare workers type by import by @zhuhaow in #18
- 0.3.0 by @aidenwallis in #19
New Contributors
Full Changelog: 0.2.0...0.3.0
0.2.0
Breaking change to the D1 API.
What's Changed
- Update to latest D1 API by @tom-sherman in #16
- 0.2.0 by @aidenwallis in #17
New Contributors
- @tom-sherman made their first contribution in #16
Full Changelog: 0.1.0...0.2.0
0.1.0
First breaking change, moving to the next major version of Kysely!
- add
numAffectedRows
@D1Connection.executeQuery
. (#14) - Thank you @igalklebanov
0.0.6
First release since the open alpha of D1!
Makes the following changes, these are bug fixes/documentation improvements, and are not breaking changes:
- Point to public documentation for D1 in README (#11)
- Fix "Cannot convert undefined to a BigInt" (#8) - thank you @KernelFreeze!
0.0.5
Cleans up README with an actual useful example.
0.0.4
- Cleanup READMEs
- Remove
wrangler
as a dev dependency
0.0.2
- Updates code comments for kysely-d1