Skip to content

Releases: chrisdoherty4/python-case-converter

v1.2.0

Choose a tag to compare

@chrisdoherty4 chrisdoherty4 released this 19 Feb 16:50

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.2.0

v1.1.0

Choose a tag to compare

@chrisdoherty4 chrisdoherty4 released this 16 Apr 18:16
  • Internal code restructuring
  • Add a delims_only option for macrocase. Other case conversions will be considered separately as delims_only may not make sense in all cases.

v1.0.4

Choose a tag to compare

@chrisdoherty4 chrisdoherty4 released this 29 Mar 11:59

Disables logging that was left enabled in 1.0.3. No functional changes.

Patch release v1.0.3

Choose a tag to compare

@chrisdoherty4 chrisdoherty4 released this 29 Mar 11:53
  • Patch cobol case when upper case preceded by upper case (#1)
  • Patch pascal case when upper case preceded by upper case (mentioned in #1)