Releases: zobweyt/textcase
Releases · zobweyt/textcase
Release list
0.2.1
0.2.1 (2025-04-02)
Expands test coverage with new tests for edge cases and conversions.
Testing
- add boundary custom tests (
5602ed0) - add case custom tests (
b26a3c1) - add converter complex test (
4b1f3a9) - add is_case tests (
8f9b2d3) - add convert cases tests (
4b5c110) - add convert acronyms tests (
cc3cdcc) - add convert non ascii tests (
c4fdd55) - add case precision tests (
6055e41) - add test special tests (
ad2a3ec) - add pattern tests (
e03f54e)
0.2.0
0.2.0 (2025-04-01)
Adds initial functionality for text case conversion, with extensibility possible.
Bug Fixes
Features
- add text case transformation patterns (
b003fac) - add conditions for splitting an identifier into words (
fb76228) - add case definitions for text transformation (
cf32822) - add text case conversion between different case formats (
a11044d) - add utils (
1f86e1a) - add boundaries to convert function (
0b9ea8a) - add initial functionality (#1) (
3073ae6)
Testing
Build
- use python >=3.9 (
a30d61c)