Releases: jarrodconnolly/sequelize-slugify
Releases · jarrodconnolly/sequelize-slugify
v1.6.2
Bug Fixes
- change model parameter type to
ModelStatic
[typescript] (#55) (3c8b5ea)
v1.6.1
Bug Fixes
- update missing
bulkUpdate
option in published types (ba2785f)
v1.6.0
Features
- include ts types in npm package (920e1c9)
v1.5.0
Features
- support for optional bulk update slug regeneration (b357502)
v1.4.0
Features
- add paranoid option for duplicate check (7e664db)
v1.3.2
Bug Fixes
- make forceGenerateSlug generate slug even if nothing changed (c521275)
v1.3.0
Features
- feat: change to using standard-version for releases (d6d3d83)
v1.2.1
1.2.1 (2020-08-28)
Bug Fixes
- Remove a superfluous unique check calling
findOne
when using suffixSource
(10fe7a2)
v1.2.0
1.2.0 (2020-08-28)
Features
- Add
regenerateSlug
method to model to allow manual control of slug regeneration. (1870be0)