Skip to content

Caseless are now strings

Latest
Compare
Choose a tag to compare
@kajuberdut kajuberdut released this 03 Apr 05:11
· 10 commits to main since this release

Changes

  • Caseless is now a subclass of str
  • Caseless now supports slicing
  • Caseless is now hash-able
  • Add kebab case
  • Add synonyms: dromedary, medial, dash
  • Updates to examples and readme

Bugs

  • Fixed a bug where some snake output would have double underscores
  • Fixed a bug where alternating case would truncate the last character in odd length strings

Dev Changes