- Null `String`s being manipulated should return `null` instead of an empty `String`

Signed-off-by: Hans Kokx <hans.kokx@hackberry.se>
This commit is contained in:
Hans Kokx
2024-11-06 12:46:18 +01:00
parent 8b9842e664
commit 92f475a8c7
3 changed files with 11 additions and 7 deletions
+4
View File
@@ -1,3 +1,7 @@
## 1.2.5
- Null `String`s being manipulated should return `null` instead of an empty `String`
## 1.2.4
- Made `String` manipulation utilities available for nullable objects