Releases: mattmilburn/strapi-plugin-do-not-delete
Releases · mattmilburn/strapi-plugin-do-not-delete
v2.0.0
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'spluginOptions
defined inschema.json
.
v1.2.0
⚙️ 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
⚙️ Chore
- Add validation for plugin config.
v1.1.0
💅🏻 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
andlint-staged
to enable pre-commit actions. - Add
lint
,format
, andtest
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
This is the first official release for my "do not delete" plugin. 🎉