Slug Versions Save

URL-friendly slugify with multiple languages support.

v1.14.0

2 months ago

🚀 New features and improvements

  • Add portuguese language (#78) by @guilherme-santos
  • Add AppendTimestamp option to make slug unique (#81) by @phihungtf
  • Adds portuguese language & @ symbols (#79) by @auyer

🐛 Bug Fixes

  • Correct substitution for bulgarian 'Щ' (#80) by @kvalev

🧰 Maintenance

  • Remove rebase Github action (#86) by @matrixik
  • Update Github test actions (#85) by @matrixik

🚦 Tests

  • Fix some order dependent tests (#83) by @vannem-sj

v1.13.1

1 year ago

🐛 Bug Fixes

  • Fixed truncation issue (#77) by @Aym3nTN

v1.13.0

1 year ago

Thank you for all contributions.

🚀 New features and improvements

  • Added the possibility to disable smart truncate (with the exception of the trimming) (#75) by @Aym3nTN
  • Add Romanian (#69) by @vasilegoian
  • Add Italian language substitutions (#68) by @TomOne
  • Adds support for Bulgarian language (#66) by @aquilax

🐛 Bug Fixes

  • Fix edge case in truncate function allowing too long slugs (#74) by @Redlinkk
  • Fix Greek language to follow ELOT 743 standard (#70) by @imikod
  • Fixes to CI

v1.12.0

2 years ago

🚀 New features and improvements

  • New language: hu/hun/hungarian (#65) by @theriverman
  • Add Indonesia Language (#64) by @dhi9

📝 Documentation updates

  • Fix inconsistent indentation in README.md (#63) by @thecashewtrader

v1.11.2

2 years ago
  • Add more info to readme (#62) by @matrixik

v1.11.1

2 years ago

Performance improvements in https://github.com/gosimple/unidecode thanks to @stefanb

📝 Documentation updates

  • Improve benchmaring info in README (#60) by @matrixik

🧰 Maintenance

  • Update gosimple/unidecode with performance improvements (#61) by @matrixik

v1.11.0

2 years ago

🚀 New features and improvements

  • Add Czech language (#59) by @jansvabik

v1.10.0

2 years ago

New release after long time (sorry, I was burnout).

Main points in this release:

🚀 New features and improvements

  • Adding french language (#48) by @fraiss-c
  • Add Norwegian language subs (#50) by @marcusirgens
  • Added Slovenian substitutions and tests (#52) by @stefanb
  • Remove forcing of go version 1.13 in modules (#42) by @matrixik

🐛 Bug Fixes

  • Change to gosimple/unidecode fork (#56) by @matrixik (this will fix panic reported in #53)

🧰 Maintenance

  • Update README and always run tests on master (#58) by @matrixik
  • Fix langs alphabetic order in the code (#57) by @matrixik
  • Fix running tests in github workflow (#55) by @matrixik
  • Add github workflow files and remove travis (#54) by @matrixik

v1.9.0

4 years ago

Add Go modules support (#38)

Add Kazakh language (#40)

Fix some small bug: Add missing tr lang when merging with default subs

Code cleaning

v1.8.0

4 years ago