Skip to content

Releases: jarrodconnolly/sequelize-slugify

v1.1.0

27 Aug 07:42
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release

1.1.0 (2020-08-27)

Features

  • Add transaction support. Passes transaction used by Models into the plugin. (a1b726a)

v1.0.0

26 Aug 08:10
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

1.0.0 (2020-08-26)

⚠ BREAKING CHANGES

  • Drop Node.js 6 and 8, minimum version is 10
  • Rename incrementalReplacement to incrementalSeparator

Continuous Integration

  • Move from Travis to GitHub Actions
  • Run unit tests using PostgreSQL, MySQL and SQLite
  • Add code coverage reporting