Releases: combine/objection-slugify
Releases · combine/objection-slugify
v3.1.0
25 Feb 19:09
Compare
Sorry, something went wrong.
No results found
(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
24 Aug 21:15
Compare
Sorry, something went wrong.
No results found
(Fix): Upgrade to slugify package which is better kept up-to-date.
(Fix): Run npm audit fix.
v3.0.0
24 Aug 21:16
Compare
Sorry, something went wrong.
No results found
(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
24 Aug 21:16
Compare
Sorry, something went wrong.
No results found
Fixed a bug that caused a unique slug to generate when patching an instance with the same source data.
v2.0.0
21 Mar 10:01
Compare
Sorry, something went wrong.
No results found
Update plugin with mixin implementation as suggested by Objection.js's best practices. [#2 ] (Thanks @abelsoares !)