Skip to content

Releases: RubenMateus/sluggy

Sluggy v3.0.1

26 May 22:03
6d8987a
Compare
Choose a tag to compare
  • Updated package dependencies 🥇

Breaking Changes:

  • Updated namespace for strategy classes to be more semantic when importing. 😬
  • Added NonAlphanumericStrategy for better support for URLs and filenames 💯

SluggyUnidecode v2.0.0

26 May 23:54
62c969e
Compare
Choose a tag to compare

Upgraded Sluggy version to 3.0.1
Upgraded Unidecode.NET to 2.0.0

Sluggy v2.0.2

27 Jun 22:09
fc25d3d
Compare
Choose a tag to compare

Updated package dependencies

SluggyUnidecode v1.1.3

27 Jun 22:36
d257adb
Compare
Choose a tag to compare

Upgraded Sluggy version to 2.0.2
Upgraded Unidecode.NET to 1.4.0

Sluggy v2.0.1

27 Dec 23:23
Compare
Choose a tag to compare

Minor tweaks and cleanup to style.
Updated documentation.
Added package icon.

SluggyUnidecode v1.1.3

27 Dec 23:23
Compare
Choose a tag to compare

Upgraded sluggy version to 2.0.1.
Minor tweaks and style fix.
Updated documentation.
Added package icon.

Sluggy v2.0.0

13 Dec 23:21
9d41fe6
Compare
Choose a tag to compare

Changed the casing strategy to be configurable, default is toLowerInvariant.
Added missing tests for strategies.
Minor tweaks and cleanup to style.

SluggyUnidecode v1.1.0

13 Dec 23:46
4c98626
Compare
Choose a tag to compare

Upgraded sluggy version to 2.0.0
Minor tweaks and clean -> stylecop
Added tests for the unidecode normalization strategy

SluggyV1.0.1 && SluggyUnidecodeV1.0.0

05 Dec 22:57
270adae
Compare
Choose a tag to compare

Sluggy v1.0.1
SluggyUnidecode v1.0.0

First Releases of the packages with .NET Standard 2.0 support.