- Compile `to_snake` regex for improved performance sanders41 (178)
1.0.5
Changes
- Add lru cache to converters sanders41 (174)
1.0.4
Changes
- Fix install warning when installing extras sanders41 (172)
1.0.3
Changes
- Add Python 3.10 to supported versions sanders41 (84)
1.0.2
Added docstrings to functions.
1.0.1
Fixed a bug in `to_snake` where strings with numbers weren't split at the number so `thisIsA12Number` would convert to `this_is_a12_number` rather than `this_is_a_12_number`.