Skip to content

Releases: mattmilburn/strapi-plugin-do-not-delete

v2.0.0

07 Feb 00:20
Compare
Choose a tag to compare

Fully refactored for TypeScript and Strapi 5 compatibility 🎉

💥 Breaking Changes! 💥

Please see the Migrations Guide to keep your "do not delete" plugin up-to-date.

  • The plugin configuration has moved from the root-level config/plugins.ts to now apply to each content-type's pluginOptions defined in schema.json.

v1.2.0

09 Nov 16:29
Compare
Choose a tag to compare

⚙️ Chore

  • Bump versions for Strapi packages to use minimum version 4.13.1.
  • Bump versions for node engines to >=16.0.0 <=20.x.x.

v1.1.1

30 Jul 18:54
Compare
Choose a tag to compare

⚙️ Chore

  • Add validation for plugin config.

v1.1.0

24 Jul 20:08
Compare
Choose a tag to compare

💅🏻 Enhancements

  • New comparators ⭐
    • isNot
    • notIn
    • hasNot
    • lt
    • lte
    • gt
    • gte
    • between
    • before
    • after
    • day
    • month
    • year
  • Dev tools for eslint, prettier, jest, and pre-commit actions.
  • New isProtectedEntity server util.

⚙️ Chore

  • Install husky and lint-staged to enable pre-commit actions.
  • Add lint, format, and test scripts in package.json
  • Minor refactoring to satisfy eslint and prettier rules.

⭐ Special thanks

Thank you @BorysShulyak for your great contributions to this release!

v1.0.0

22 Apr 18:02
Compare
Choose a tag to compare

This is the first official release for my "do not delete" plugin. 🎉