Skip to content

Releases: depot/kysely-planetscale

v1.4.0

29 Jul 11:26
41b3133
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

10 Feb 10:15
e80b238
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

30 Dec 12:51
c93a194
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

10 Dec 16:20
981c203
Compare
Choose a tag to compare

What's Changed

  • add numAffectedRows @ PlanetScaleConnection.executeQuery. by @igalklebanov in #8

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

14 Oct 18:01
5b92e56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

25 Sep 13:05
5215e03
Compare
Choose a tag to compare

What's Changed

  • Fix main export file extension

Full Changelog: v1.0.0...v1.0.1

v1.0.0

25 Sep 13:04
ccee21e
Compare
Choose a tag to compare

Breaking Changes

This module is now ESM-only ("type": "module") - the @planetscale/database module is itself ESM-only, so we are unable to publish a working dual ESM/CJS module.

This change will likely not affect you, as your bundler was already using the ESM exports from this module, but in the case that you do need to use it in a CJS environment, see this gist.

Full Changelog: v0.2.1...v1.0.0

v0.2.1

25 Sep 12:03
24cb815
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @rawnly made their first contribution in #4

Full Changelog: v0.2.0...v0.2.1

v0.2.0

09 Sep 21:52
c3fd469
Compare
Choose a tag to compare

What's Changed

  • Publish as a dual ESM/CJS package
  • Fixed typo in code example by @esthevann in #1

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

09 Sep 21:51
0614718
Compare
Choose a tag to compare

Initial release 🎉