- Added Strings.toCamelCase, Strings::toKebabCase, Strings::toPascalCase, Strings::toSnakeCase, Strings::toLowerDotCase
- Fixes and improvments in Hexes utils
- Rework of Hex representation utils
- Added more features to RegEx engine
- Added github workflow
- Updated baseline JDK -> 21
- Added Strings.toHexString(bytes[]) method
- Updated Gradle -> 8.2
- Updated baseline JDK -> 20
- Improved hex<>Number conversions
- Improved hex<>String conversions
- Added Numbers class with helpers to work with number conversions
- Added Dates class with helpers to work with dates
- Added more substr() methods to Strings helpers
- Added Convert class with conversion helpers
- Added Fls class for Files util methods
- Updated dependency: Gradle -> 8.0.2
- Removed dependency: org.junit.platform:junit-platform-launcher
- Added toPattern() method to RegExpBuilder for faster Pattern creation