Skip to content

Tags: Trisconta/python-titlecase

Tags

v2.4.1

Toggle v2.4.1's commit message
v2.4.1

 - ppannuto#93: Fix invalid escape sequence warning; thanks @benhiller!

v2.4

Toggle v2.4's commit message
v2.4

 * Add `preserve_blank_lines` option (ppannuto#88)
 * Add Py3.10, Drop Py3.6
 * Update unit testing framework

v2.3

Toggle v2.3's commit message
v2.3

*Really* fix re/regex, fix older Py+Windows, and major CI overhaul

 - ppannuto#85: GitHub Actions for comprehensive testing and modernise packaging
   (**enormous** thank you to @brocksam and @fireundubh)

v2.2

Toggle v2.2's commit message
v2.2

Fix regex/re related issues

 - ppannuto#84: Fix re/regex, cleanup setup.py, and repair/update CI (thanks @brocksam and @fireundubh!)

v2.1

Toggle v2.1's commit message
v2.1

Some small fixes to the install process. Kicking out as a point
release in case the regex/re change has any unexpected side-effects.

 - ppannuto#76: regex now optional, fallback to re (thanks @rkhwaja!)
 - ppannuto#80: Fix UnicodeDecodeError on Windows pip (thanks @Gateswong!)

v2.0

Toggle v2.0's commit message
v2.0

Major (interface) changes (ppannuto#60) -- big thanks @iburago!!:
 - Read from an abbreviations file only when invoked from command line
 - Rename and refactor the create_wordlist_filter() function

Minor changes:
 - ppannuto#63: Do not capitalize small words occurring within hyphenated word groups (thanks @iburago!)
 - ppannuto#65: Always capitalize 'Mc'-prefixed small words in compound word groups (thanks @iburago!)
 - ppannuto#67: Don't capitalize Mr, Ms, Mrs (thanks @GurraB!)
 - ppannuto#71: Add Manifest.in and include license file in src dist (thanks @synapticarbors!)

v0.13.1

Toggle v0.13.1's commit message
v0.13.1

Backport setup.py fix for py2k

v1.1.1

Toggle v1.1.1's commit message
v1.1.1 - Fix setup/install requirements

v1.1

Toggle v1.1's commit message
v1.1

This adds support for user-customized wordlists (ppannuto#48).
Thanks @1kastner!

Minor version changes:
 - This adds a new keyword argument to the `titlecase()` method.
 - This adds environment checks for a wordlist file in the home directory.

v1.0

Toggle v1.0's commit message
Version 1.0

This is identical to v0.13, except that the package manifest no longer
promises Py2k support, adds 3.8, and marks the package as Stable not Beta.