hans
0011b2d4c7
v1.4.8: Add recursive JSON-safe serialization utilities
...
- Introduced extension methods for recursive serialization and deserialization of nested maps/lists: `toJsonValue()`, `fromJsonValue()`, `toJsonMap()`, `fromJsonMap()`, `toJsonList()`, and `fromJsonList()`.
- Updated README.md to include new utilities.
- Added tests for JSON value extensions.
- Bumped version to 1.4.8.
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com >
2026-06-01 17:05:56 +02:00
hans
363fb20665
v1.4.2
...
- Added the `isLeapYear` extension to the `DateTime` and `int` objects.
- Added the `FixedSizeList` class.
2025-05-16 11:15:08 +02:00
hans
c8c30d3838
v1.4.0
2025-04-01 11:52:46 +02:00
hans
b066eace19
v1.2.6
...
- Added `printValue()` method as an extension to `dynamic`
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com >
2025-01-16 11:07:19 +01:00
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
92133b2e28
v1.1.4
...
- Added `unique` extension for Lists
Signed-off-by: Hans Kokx <hans.kokx@hackberry.se >
2024-11-04 17:00:50 +01:00
Hans Kokx
9f8d85f543
v1.1.3
...
- Removed color extension
Signed-off-by: Hans Kokx <hans.kokx@hackberry.se >
2024-10-30 10:13:30 +01:00
Hans Kokx
386ffefa84
## 1.1.2
...
- Ensure new `Color` extensions are exported from the package.
Signed-off-by: Hans Kokx <hans.kokx@hackberry.se >
2024-10-30 09:44:14 +01:00
hans
e21c7410b8
v1.1.0
...
Removed Unfocuser
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com >
2024-10-10 13:01:51 +02:00
hans
b1a01dc6c1
Added Unfocuser and json converters
...
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com >
2024-09-10 19:08:53 +02:00
hans
92e792a022
Initial release
...
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com >
2024-09-10 18:46:37 +02:00