Skip to content

Releases: combine/objection-slugify

v3.1.0

25 Feb 19:09
Compare
Choose a tag to compare
  • (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
Choose a tag to compare
  • (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
Choose a tag to compare
  • (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
Choose a tag to compare

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
Choose a tag to compare

Update plugin with mixin implementation as suggested by Objection.js's best practices. [#2] (Thanks @abelsoares!)