Skip to content

Migrate to work with AdonisJS v6

Pre-release
Pre-release
Compare
Choose a tag to compare
@thetutlage thetutlage released this 17 Jul 08:54
· 41 commits to develop since this release

Breaking changes

  • The package is in pure ESM
  • Configuration must be defined using defineConfig method exported by the package.
  • New drivers must be registered with driversList object exported by the package.
  • And that is all!

Commits

What's Changed

  • Fix contributing link in readme. by @dkbay in #142

New Contributors

Full Changelog: v4.1.5...v5.0.0-0