Skip to content

Releases: aidenwallis/kysely-d1

0.4.0

19 Apr 04:30
3634902

Choose a tag to compare

What's Changed

  • Distribute package as both ESM and CJS by @zidhuss in #25

New Contributors

Full Changelog: 0.3.0...0.4.0

0.3.0

25 Feb 12:21
ba48112

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

13 Feb 11:08
d1ce75d

Choose a tag to compare

Breaking change to the D1 API.

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0

13 Jan 23:53
3d358e8

Choose a tag to compare

First breaking change, moving to the next major version of Kysely!

  • add numAffectedRows @ D1Connection.executeQuery. (#14) - Thank you @igalklebanov

0.0.6

25 Nov 00:51
fc360d5

Choose a tag to compare

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

22 Oct 19:22
ad1088d

Choose a tag to compare

Cleans up README with an actual useful example.

0.0.4

16 Oct 23:14
765e841

Choose a tag to compare

  • Cleanup READMEs
  • Remove wrangler as a dev dependency

0.0.2

16 Oct 22:56
2d9c4e4

Choose a tag to compare

  • Updates code comments for kysely-d1