Kasechange Versions Save

🐫🐍🍢🅿 Multiplatform Kotlin library to convert strings between various case formats including Camel Case, Snake Case, Pascal Case and Kebab Case

v1.4.1

1 year ago

Add support for WASM and new Kotlin/Native platforms

v1.4.0

1 year ago

Add sentence case format, update dependencies

v1.3.0

4 years ago

Add support for Kotlin/Native and Android

v1.2.0

4 years ago

Introduce WordSplitter interface for more flexible word splitting

v1.1.0

4 years ago

Introduced CaseFormatter abstraction for more extensibility (thanks @savvasdalkitsis)

v1.0.9

4 years ago

Enhanced handling for digit characters (thanks @devkanro)

v1.0.8

4 years ago

Moved WordSplitter into different package

v1.0.7

5 years ago

Updated MultiGradle, tiny documentation fixes

v1.0.6

5 years ago

Updated MultiGradle, tiny documentation fixes

v1.0.5

5 years ago

Fixed String#toTitleCase(), added tests for methods inside StringExtensions