Releases: strapi-community/strapi-plugin-slugify
Releases · strapi-community/strapi-plugin-slugify
v2.2.1
What's Changed
- feat(graphql): add publicationState filter support by @DomDew in #23
- fix: broken check for draftAndPublished by @DomDew in #36
- chore(README): add plugin order note for gql by @ComfortablyCoding in #37
- fix(slugController): incorrect relation response by @ComfortablyCoding in #42
New Contributors
Full Changelog: 2.1.1...2.2.1
v2.1.1
What's Changed
- fix(findSlug utility): respect foreign model permissions by @ComfortablyCoding and @Convly in #33
Full Changelog: 2.1.0...2.1.1
v2.1.0
What's Changed
- refactor(transformResponse): import from strapi by @ComfortablyCoding in #18
- fix(slugController): sanitize response by @ComfortablyCoding in #19
- feat(slugification): add slugify with count by @ComfortablyCoding in #21
- feat(slugification): add compound references by @ComfortablyCoding in #22
- chore(README): incorrect casing for
slugifyWithCount
setting by @ComfortablyCoding in #26
Full Changelog: 2.0.0...2.1.0
v2.0.0
This release introduces the following changes:
- feat: add graphql support
- fix (findSlug query): default live publication state - BREAKING CHANGE
- fix(README): format REST error response
- chore(README) format examples
- fix(graphql): error on invalid model
- fix(findSlug REST): incorrect response format
Full Changelog: 1.0.1...2.0.0
v1.0.1
This release introduces the following changes:
- some readme clarifications by @tpiros in #1
- chore(README): add badges
- refactor(slug-controller): error messages
Full Changelog: 1.0.0...1.0.1
v1.0.0
Initial Release