All Versions
43
Latest Version
Avg Release Cycle
71 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v4.0.0 Changes
October 20, 2019- Drop support from 2.6, & < 3.4.5
-
v3.0.6 Changes
October 10, 2019- Fixed encoding in special.py
-
v3.0.5 Changes
October 10, 2019- Add test for pre-translation (e.g German Umlaut)
- Add special char supports (optional Use)
-
v3.0.4 Changes
September 20, 2019- Now supporting text-unidecode>=1.3
- Now supporting Unidecode>=1.1.1
-
v3.0.3 Changes
July 28, 2019- Add Options to readme
- Add more unit tests
-
v3.0.2 Changes
March 31, 2019- Add official support of Py 3.7
-
v3.0.1 Changes
March 25, 2019- Add test.py to manifest
-
v3.0.0 Changes
March 03, 2019- Upgrade Unidecode
- Promote text-unidecode as the primary decoding package
- Add Unidecode as an optional extra. "pip install python-slugify[unidecode]"
-
v2.0.1 Changes
January 03, 2019- Add replacements option e.g. [['|', 'or'], ['%', 'percent'], ['-', '_']] (@andriyor)
-
v2.0.0 Changes
December 25, 2018- Fix alternative dependency installation