Skip to content

v1.0.0

Compare
Choose a tag to compare
@jacobwgillespie jacobwgillespie released this 25 Sep 13:04
· 42 commits to main since this release
ccee21e

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