Lucid Slugify Versions Save

Generate unique slugs using your Lucid models

v2.2.1

1 year ago
  • fix: register slugify as singleton to the container e9e96eb
  • chore: update dependencies 26f725b

https://github.com/adonisjs/lucid-slugify/compare/v2.2.0...v2.2.1

v2.2.0

1 year ago
  • chore: update dependencies e68a2ad
  • chore: update dependencies 9c872f3

Full Changelog: https://github.com/adonisjs/lucid-slugify/compare/v2.1.5...v2.2.0

v2.1.5

2 years ago

v2.1.4

2 years ago
  • 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

https://github.com/adonisjs/lucid-slugify/compare/v2.1.3...v2.1.4

v2.1.3

2 years ago

v2.1.2

2 years ago

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

  • fix: turn on strict mode 4688462

https://github.com/adonisjs/lucid-slugify/compare/v2.1.1...v2.1.2

v2.1.1

2 years ago
  • chore: change mssql image source 612a2a5
  • chore: ignore package-lock file 267e64b
  • chore: update dependencies a69b17a
  • docs(README): fix shortId example 6d3e986

https://github.com/adonisjs/lucid-slugify/compare/v2.1.0...v2.1.1

v2.1.0

2 years ago
  • feat: add support for allowing updates at runtime using a custom function 6a04a9d
  • docs: add defaults to the options table 6018efd

https://github.com/adonisjs/lucid-slugify/compare/v2.0.1...v2.1.0

v2.0.1

2 years ago
  • fix: register typings to package.json file 071548c

https://github.com/adonisjs/lucid-slugify/compare/v2.0.0...v2.0.1

v2.0.0

2 years ago
  • 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

https://github.com/adonisjs/lucid-slugify/compare/v1.0.3...v2.0.0