Commit Graph

7 Commits

Author SHA1 Message Date
Hans Kokx 8b9842e664 v1.2.4
- Made `String` manipulation utilities available for nullable objects

Signed-off-by: Hans Kokx <hans.kokx@hackberry.se>
2024-11-06 12:44:17 +01:00
Hans Kokx 312f895f93 v1.2.3
- Adjusted `capitalize` extension to convert remaining letters to lowercase

Signed-off-by: Hans Kokx <hans.kokx@hackberry.se>
2024-11-06 12:38:50 +01:00
Hans Kokx 2c13b6fe72 v1.2.2
- Added additional `String` manipulation utilities, including:
  - `capitalizeWords`: Capitalizes the first letter of each word in the string.
  - `spacePascalCase`: Adds spaces between words in a PascalCase string.

Signed-off-by: Hans Kokx <hans.kokx@hackberry.se>
2024-11-06 12:31:16 +01:00
Hans Kokx 15f831f1dd v1.1.1
- Added `Color().luminance` extension (thanks @rania-run)
- Fixed a bug in `String.splitByLength()`

Signed-off-by: Hans Kokx <hans.kokx@hackberry.se>
2024-10-29 11:34:10 +01:00
hans 74b1c7940b Update documentation
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
2024-10-04 14:29:58 +02:00
hans 8377828f14 Added a bulletPoint to the CommonString class
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
2024-10-01 12:22:24 +02:00
hans 92e792a022 Initial release
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
2024-09-10 18:46:37 +02:00