Skip to content

Releases: gosimple/slug

v1.7.0: Support uppercase characters in slugs

16 Aug 20:34
984b6d1
Compare
Choose a tag to compare

Support uppercase characters in slugs
Update docs

v1.6.0: Catch iso639-1 and iso639-3 language codes

21 Jul 19:09
ec8fb67
Compare
Choose a tag to compare
Catch iso639-1 and iso639-3 language codes (#33)

* Format code with gofumports

* Catch also ISO 639-1 and ISO 639-3 lang codes

v1.5.0: Added Turkish substitutions

12 Apr 08:00
Compare
Choose a tag to compare
Added Turkish substitutions (#30)

v1.4.2

13 Dec 20:05
42ac18c
Compare
Choose a tag to compare
Trim underscore at the beginning and the end (#26)

Fix #25

v1.4.1 Fix merging all langs with defaultSub and code cleaning

27 Nov 20:17
Compare
Choose a tag to compare
Order all languages alphabetically in code

Update greek language substitution to include solvents

26 Nov 17:43
Compare
Choose a tag to compare
Update greek language substitution to include solvents and more (#24)

We use solvents(gr: διαλυτικά) when in a word there is a vowel of two varieties, which is not pronounced as one.

Add substitutions for Finnish and separate German umlauts

12 Oct 15:13
Compare
Choose a tag to compare

Add support for Finnish substitutions.
Add substitutions for German umlauts.
Fix README markdown formatting.

v1.2.0: Added Dutch substitutions

03 Aug 12:56
Compare
Choose a tag to compare

Added Dutch substitutions

v1.1.1: slug: Add more validations to IsSlug

22 Aug 17:57
Compare
Choose a tag to compare
The new validations are for empty string, _- as prefix or sufix of the slug and MaxLength validation if setted

v1.1.0: add: IsSlug function

24 Jul 20:23
Compare
Choose a tag to compare

add: IsSlug function
Adds support for greek substitutions.