Releases: chrisdoherty4/python-case-converter
Releases · chrisdoherty4/python-case-converter
v1.2.0
What's Changed
- Add title-case case converter by @mawildoer in #9
New Contributors
- @mawildoer made their first contribution in #9
Full Changelog: v1.0.4...v1.2.0
v1.1.0
- Internal code restructuring
- Add a
delims_only
option formacrocase
. Other case conversions will be considered separately asdelims_only
may not make sense in all cases.
v1.0.4
Disables logging that was left enabled in 1.0.3. No functional changes.