Skip to content

Releases: adonisjs/lucid-slugify

Bind slugify manager as a singleton

13 Aug 17:13
Compare
Choose a tag to compare
  • fix: register slugify as singleton to the container e9e96eb
  • chore: update dependencies 26f725b

v2.2.0...v2.2.1

Update dependencies

22 May 12:37
Compare
Choose a tag to compare
  • chore: update dependencies e68a2ad
  • chore: update dependencies 9c872f3

Full Changelog: v2.1.5...v2.2.0

Update dependencies

08 Apr 12:05
Compare
Choose a tag to compare
  • chore: update dependencies 1971139

v2.1.4...v2.1.5

Update dependencies

03 Mar 04:14
Compare
Choose a tag to compare
  • refactor: reorganize meta config bc4ffb5
  • ci: run sqlite tests outside of the container 916e410
  • ci: fixes to docker file to build sqlite3 native module dbae53c
  • chore: use @vscode/sqlite3 and remove sqlite3 07647be
  • chore: update dependencies cd54867

v2.1.3...v2.1.4

update dependencies

30 Aug 05:49
Compare
Choose a tag to compare
  • chore: update dependencies d21efa3

v2.1.2...v2.1.3

Turn on strict mode for generating the base slug

20 Aug 11:39
Compare
Choose a tag to compare

This does not break anything for the existing slugs, but the new slugs will remove any sort of special characters that often conflicts with the URL

v2.1.1...v2.1.2

Update dependencies

04 Jul 07:49
Compare
Choose a tag to compare
  • chore: change mssql image source 612a2a5
  • chore: ignore package-lock file 267e64b
  • chore: update dependencies a69b17a
  • docs(README): fix shortId example 6d3e986

v2.1.0...v2.1.1

Add support for allowing updates at runtime using a custom function

25 Jun 13:56
Compare
Choose a tag to compare
  • feat: add support for allowing updates at runtime using a custom function 6a04a9d
  • docs: add defaults to the options table 6018efd

v2.0.1...v2.1.0

Add types path to the package.json file

23 Jun 13:53
Compare
Choose a tag to compare
  • fix: register typings to package.json file 071548c

v2.0.0...v2.0.1

Upgrade to work with AdonisJS v5

23 Jun 13:17
Compare
Choose a tag to compare
  • chore: remove unused dependency 20368c6
  • chore: setup adonisjs instructions aceb892
  • chore: change publishConfig tag to latest 448592e
  • docs: fix configure command 08b4ac3
  • feat: add shortid and simple strategies 97a03c6
  • docs: document package usage ab0656b
  • fix: unused import 28d5506
  • fix: use columnName in whereRaw clauses 2ec46ac
  • chore: update docker compose to wait for containers to be ready dbd7793
  • chore: update repo name references b346f95
  • feat: rewrite for v5 aa1dbb4
  • feat: initiate project from scratch 475fc14

v1.0.3...v2.0.0