Skip to content

Upgrade to work with AdonisJS v6 and Lucid 21

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 12:13

This should be a drop-in upgrade for v6 applications except the changes in the import paths.

The only breaking change comes in form of implementing custom strategies. Now, strategies do not have to implement the makeSlug method and only implement the makeSlugUnique method. Also, the makeSlugUnique method now receives an instance of the model instead of the model class.

3.0.0 (2025-03-09)

Full Changelog: v2.2.1...v3.0.0