Skip to content

Releases: martpie/react-slugify

2.0.1

23 Oct 12:47
Compare
Choose a tag to compare
  • Avoid multiple delimiters to be next to each other when dealing with special characters

2.0.0

23 Oct 12:35
Compare
Choose a tag to compare

⚠️ Breaking Changes

The API is unchanged, but the behavior is different for special characters.

  • Special characters are now removed from the Node content:
slugify(
  <div>mail [email protected]</div>
);

used to return "[email protected]", it now returns "mail-dev-test-com"

1.2.0

15 Mar 14:17
Compare
Choose a tag to compare
  • Added the options.delimiter option
  • Added the options.prefix option
  • Added CircleCI configuration

1.1.1

22 Nov 10:18
Compare
Choose a tag to compare
  • Reduce package size

1.1.0

22 Nov 10:18
Compare
Choose a tag to compare
  • Replace accents by normal letters instead removing them

1.0.2

22 Nov 10:17
Compare
Choose a tag to compare
  • Hotfix script location

1.0.1

22 Nov 10:17
Compare
Choose a tag to compare
  • Update documentation

1.0.0

22 Nov 10:16
Compare
Choose a tag to compare

Initial release