summaryrefslogtreecommitdiff
path: root/slugify
Commit message (Expand)AuthorAgeFilesLines
* Legal Notice / ReadmeVal Neekman (AvidCoder)2023-02-241-1/+1
* By default, prefer unidecode if installedv8.0.0Val Neekman (AvidCoder)2023-01-271-1/+1
* Update import order for unidecode vs text_unidecode (#126)Maksym Shalenyi2023-01-271-2/+2
* merge sandboxVal Neekman (AvidCoder)2022-11-182-1/+9
* cmdline optionsVal Neekman (AvidCoder)2022-04-275-39/+42
* switch to twine for pushing to pypi5.0.2Val Neekman2021-05-051-1/+1
* clean up, post 2.7,3.5 dropVal Neekman2021-05-051-1/+1
* Add support for 3.9, drop support for 2.7,3.55.0.0support3.9Val Neekman2021-04-302-2/+2
* up version4.0.1Val Neekman2020-06-291-1/+1
* Create command line tool that can set all parametersJacobo de Vera2020-04-092-8/+93
* Drop support for old python - cleanup - up version (#88)4.0.0Val Neekman2019-10-202-3/+3
* fix missing encoding in file3.0.6Val Neekman2019-10-102-1/+4
* add special pre translation file, more unit test, updated readme3.0.5Val Neekman2019-10-102-1/+46
* upgrade to consume the latest version of dependencies3.0.4Val Neekman2019-09-201-1/+1
* remove unicode chars from fileVal Neekman2019-07-271-3/+3
* update readme, add pydocVal Neekman2019-07-272-5/+5
* up versionVal Neekman2019-03-311-1/+1
* add test to manifest3.0.1Val Neekman2019-03-251-1/+1
* Promote text-unidecode to primary decoding api (#73)3.0.0Val Neekman2019-03-032-3/+3
* Add replacements option (#67)2.0.1Val Neekman2019-01-032-2/+14
* Rename word_boundaries: more consistent naming (#64)theotheo2018-12-291-3/+3
* Proper fallback to text-unidecode, favoring Unidecode, drop support for py 2....2.0.0Val Neekman2018-12-252-6/+6
* up versionVal Neekman2018-09-021-1/+1
* Support for case sensitivity (#54)sme2018-04-251-6/+15
* support of text-unidecodeVal Neekman2018-03-252-5/+7
|\
| * Use unidecode as an API and allow alternatives (#53)bolkedebruin2018-03-241-2/+4
| * build/publish enhancements1.2.4Val Neekman2017-04-111-1/+1
* | up versionVal Neekman2017-04-111-1/+1
|/
* Rebuid - Possible corrupt 1.2.2 build1.2.3Val Neekman2017-04-101-1/+1
* add regex_pattern and support for py 3.61.2.2Val Neekman2017-04-012-12/+17
|\
| * Added possibility to include custom regex as allowed characters (#36)vrbaskiz2017-03-311-2/+6
| * add py3.5 support, add manifest.in file, add more tests1.2.1Val Neekman2016-08-262-4/+4
* | add more testsVal Neekman2016-08-261-3/+3
* | add manifest.in, py 3.5 support and relax licensing by moving to MITVal Neekman2016-08-261-1/+1
|/
* replace quotes with dashesVal Neekman2016-01-152-7/+12
* Fixed apos quote not replaced by separator - Issue #17Fabio Caccamo2016-01-151-2/+7
* fixed stopword replacement bug (different separators)Lucas Woltmann2015-11-121-2/+2
* Only call .lower() onceKen Harris2015-10-061-2/+2
* add numeric comma cleanup1.1.4Val Neekman2015-09-211-18/+14
* drop official support for py3.2Val Neekman2015-09-211-1/+1
* up version1.1.3Val Neekman2015-07-081-1/+1
* unichr is not defined in python 3Arthur Darcet2015-07-031-0/+1
* add stopwatch, upversionVal Neekman2015-05-291-1/+1
* Added support to strip stopwordsEuan Goddard2015-05-061-1/+8
* upversion pypi1.0.2Val Neekman2015-04-151-1/+1
* promoting to stable1.0.1Val Neekman2015-04-121-1/+1
* remove six dependancyVal Neekman2015-04-111-2/+15
* remove 2to3 depenancy, add save word orderVal Neekman2015-04-112-21/+18
* Add parameter 'save_order'.dioexul2015-02-221-6/+30
* Fix bug (len of output string).dioexul2015-02-211-31/+7