Skip to content

Releases: aidenwallis/kysely-d1

0.4.0

Choose a tag to compare

@aidenwallis aidenwallis released this 19 Apr 04:30
3634902

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

Choose a tag to compare

@aidenwallis aidenwallis released this 25 Feb 12:21
ba48112

What's Changed

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

Choose a tag to compare

@aidenwallis aidenwallis released this 13 Feb 11:08
d1ce75d

Breaking change to the D1 API.

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0

Choose a tag to compare

@aidenwallis aidenwallis released this 13 Jan 23:53
3d358e8

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

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

0.0.6

Choose a tag to compare

@aidenwallis aidenwallis released this 25 Nov 00:51
fc360d5

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

Choose a tag to compare

@aidenwallis aidenwallis released this 22 Oct 19:22
ad1088d

Cleans up README with an actual useful example.

0.0.4

Choose a tag to compare

@aidenwallis aidenwallis released this 16 Oct 23:14
765e841
  • Cleanup READMEs
  • Remove wrangler as a dev dependency

0.0.2

Choose a tag to compare

@aidenwallis aidenwallis released this 16 Oct 22:56
2d9c4e4
  • Updates code comments for kysely-d1