summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* unidecode (advanced) hyperlinkHEADstagingsandboxmasterdevelopmentAvidCoderr2023-02-241-1/+1
|
* Merge branch 'staging'v8.0.1Val Neekman (AvidCoder)2023-02-241-0/+4
|\
| * Add note on licensing (#130)Joris2023-02-241-0/+4
| |
* | Legal Notice / ReadmeVal Neekman (AvidCoder)2023-02-242-1/+5
|/
* By default, prefer unidecode if installedv8.0.0Val Neekman (AvidCoder)2023-01-273-2/+6
|
* Update import order for unidecode vs text_unidecode (#126)Maksym Shalenyi2023-01-271-2/+2
| | | | | AS is `text_unidecode` is install_requires it is always present in the python environment, it makes sense to try import optinal dependency `unidecode` first, and only then fallback to `text_unidecode`.
* Merge branch 'sandbox' into developmentVal Neekman (AvidCoder)2022-11-221-6/+6
|\
| * Support MatrixVal Neekman (AvidCoder)2022-11-221-6/+6
| |
| * SemVer TableVal Neekman (AvidCoder)2022-11-221-3/+5
| |\
| * | github action revertVal Neekman (AvidCoder)2022-11-184-4/+4
| | |
| * | upgrade py to 3.11Val Neekman (AvidCoder)2022-11-189-14/+25
| |\ \
| * | | update dev depsVal Neekman (AvidCoder)2022-04-271-1/+1
| | | |
| * | | Up VersionVal Neekman (AvidCoder)2022-04-272-1/+5
| | | |
| * | | Add missing cmdLine optionsVal Neekman (AvidCoder)2022-04-271-1/+2
| | | |
* | | | SemVer TableVal Neekman (AvidCoder)2022-11-221-3/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | SemVer TableVal Neekman (AvidCoder)2022-11-221-3/+5
| | | |
| * | | drop py 3.6, add py 3.11, upversionv7.0.0Val Neekman (AvidCoder)2022-11-183-1/+6
| | |/ | |/|
| * | Add support for Python 3.11 (#121)Hugo van Kemenade2022-11-185-13/+11
| | | | | | | | | | | | | | | * Add support for Python 3.11 * Drop support for EOL Python 3.6
| * | Update __init__.py to have __verstion__ variables. (#116)eNV252022-09-271-0/+8
| | | | | | | | | This allows you to use `from slugify import __version__ as slugifyVersion`, while `from slugify.__version__ import __version__ as slugifyVersion` continues to work.
| * | Add cmdLine optionv6.1.2ciVal Neekman (AvidCoder)2022-04-274-3/+8
| |/
| * remove type hinting (#113)v6.1.1Reza Moradi2022-02-263-4/+6
| |
| * allow unicode (#111)v6.1.0Reza Moradi2022-02-226-7/+328
| | | | | | | | | | | | | | | | | | * initial commit to allow unicode * update version and changelog * add the flag to the CLI * update README.md
| * Merge branch 'master' into ciVal Neekman (AvidCoder)2022-02-160-0/+0
| |\
| | * regex: allow=>disallowv6.0.1Val Neekman (AvidCoder)2022-02-166-12/+15
| | |
| | * add github action, cleanupVal Neekman (AvidCoder)2022-02-1618-138/+230
| | |
| | * whitespace around =Fahrzin Hemmati2021-05-121-1/+1
| | |
| | * Add better typing for slugify.slugifyFahrzin Hemmati2021-05-121-1/+2
| | | | | | | | | Currently, mypy understands the type as `Iterable[str]`, which doesn't match what should actually be passed in, which is `Iterable[Iterable[str]]` or, ideally, `Iterable[Tuple[str, str]]`
| * | regex_patter to disallowVal Neekman (AvidCoder)2022-02-162-1/+6
| | |
| * | Fix misleading pattern name and documentation (#109)Reza Moradi2022-02-163-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add better typing for slugify.slugify Currently, mypy understands the type as `Iterable[str]`, which doesn't match what should actually be passed in, which is `Iterable[Iterable[str]]` or, ideally, `Iterable[Tuple[str, str]]` * whitespace around = * fix misleading pattern name and documentation * fix README.md and cli doc as well Co-authored-by: Fahrzin Hemmati <fahhem@users.noreply.github.com> Co-authored-by: Val Neekman (AvidCoder) <un33kvu@gmail.com>
| * | add staging to ciVal Neekman (AvidCoder)2022-02-161-0/+1
| | |
| * | Merge branch 'sandbox' into civ6.0.0Val Neekman (AvidCoder)2022-02-160-0/+0
| |\ \
| | * | change logVal Neekman (AvidCoder)2022-02-161-0/+1
| | | |
| | * | clean readmeVal Neekman (AvidCoder)2022-02-161-4/+0
| | | |
| | * | remove toxVal Neekman (AvidCoder)2022-02-163-24/+1
| | | |
| | * | coverage runVal Neekman (AvidCoder)2022-02-161-1/+1
| | | |
| | * | coverall omitVal Neekman (AvidCoder)2022-02-162-6/+1
| | | |
| | * | coverall coverageVal Neekman (AvidCoder)2022-02-161-0/+5
| | | |
| * | | update changelogVal Neekman (AvidCoder)2022-02-161-0/+1
| | | |
| * | | clean upVal Neekman (AvidCoder)2022-02-164-28/+1
| |/ /
| * | setupVal Neekman (AvidCoder)2022-02-161-1/+1
| | |
| * | github actionVal Neekman (AvidCoder)2022-02-162-20/+22
| | |
| * | manifestVal Neekman (AvidCoder)2022-02-161-2/+1
| | |
| * | versionVal Neekman (AvidCoder)2022-02-162-55/+73
| | |
| * | actionsVal Neekman (AvidCoder)2022-02-162-2/+6
| | |
| * | fix coverageVal Neekman (AvidCoder)2022-02-162-23/+1
| | |
| * | actionsVal Neekman (AvidCoder)2022-02-161-1/+1
| | |
| * | version file, github actionVal Neekman (AvidCoder)2022-02-1610-33/+22
| | |
| * | git actionsVal Neekman (AvidCoder)2022-02-161-5/+5
| | |
| * | simplify actionVal Neekman (AvidCoder)2022-02-161-2/+3
| | |
| * | github actionsVal Neekman (AvidCoder)2022-02-164-0/+128
| |/