- (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.