Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

31 lines (19 loc) · 1.04 KB

Changelog

  • (Fix): Upgrade to slugify package which is better kept up-to-date.
  • (Fix): Run npm audit fix.
  • (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.
  • Fixed a bug that caused a unique slug to generate when patching an instance with the same source data.
  • Update plugin with mixin implementation as suggested by Objection.js's best practices. [#2] (Thanks @abelsoares!)
  • Maintenance release with updates to README and build tools.
  • Initial version.