Skip to content

Releases: jarrodconnolly/sequelize-slugify

v1.6.2

31 Aug 06:21
v1.6.2
011d622
Compare
Choose a tag to compare

Bug Fixes

  • change model parameter type to ModelStatic [typescript] (#55) (3c8b5ea)

v1.6.1

31 Aug 06:13
v1.6.1
2ca739e
Compare
Choose a tag to compare

Bug Fixes

  • update missing bulkUpdate option in published types (ba2785f)

v1.6.0

18 Aug 03:24
v1.6.0
b1f8f2e
Compare
Choose a tag to compare

Features

  • include ts types in npm package (920e1c9)

v1.5.0

06 Mar 06:46
v1.5.0
8769bc9
Compare
Choose a tag to compare

Features

  • support for optional bulk update slug regeneration (b357502)

v1.4.0

07 Feb 10:46
v1.4.0
3e2801d
Compare
Choose a tag to compare

Features

  • add paranoid option for duplicate check (7e664db)

v1.3.2

01 Jan 12:31
v1.3.2
30d292d
Compare
Choose a tag to compare

Bug Fixes

  • make forceGenerateSlug generate slug even if nothing changed (c521275)

v1.3.1

14 Nov 07:55
v1.3.1
ff5f374
Compare
Choose a tag to compare
  • Republish of 1.3.0

v1.3.0

14 Nov 07:03
v1.3.0
150f762
Compare
Choose a tag to compare

Features

  • feat: change to using standard-version for releases (d6d3d83)

v1.2.1

28 Aug 11:58
Compare
Choose a tag to compare
v1.2.1 Pre-release
Pre-release

1.2.1 (2020-08-28)

Bug Fixes

  • Remove a superfluous unique check calling findOne when using suffixSource (10fe7a2)

v1.2.0

28 Aug 11:20
Compare
Choose a tag to compare
v1.2.0 Pre-release
Pre-release

1.2.0 (2020-08-28)

Features

  • Add regenerateSlug method to model to allow manual control of slug regeneration. (1870be0)