Releases: combine/objection-slugify
Releases · combine/objection-slugify
v3.1.0
- (Chore): Upgrade package dependencies to resolve security issues with
merge
package.
- (Feature): Add the ability to pass options to
slugify
. (Thanks @jrbarnard)
v3.0.1
- (Fix): Upgrade to slugify package which is better kept up-to-date.
- (Fix): Run npm audit fix.
v3.0.0
- (Feature): Allow opts.update to be specified whether it updates the slug when the source field is updated.
- (Feature): Use UUID as a default suffix, unless a custom generator (opts.generateUniqueSuffix) is specified.
v2.0.1
Fixed a bug that caused a unique slug to generate when patching an instance with the same source data.
v2.0.0
Update plugin with mixin implementation as suggested by Objection.js's best practices. [#2] (Thanks @abelsoares!)