Commit Graph

10 Commits

Author SHA1 Message Date
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 04304f106a v1.4.7
- Added the `isExpired` and `expiresSoon` getters to JWT tokens.

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
2025-09-17 18:47:28 +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 Kokx bfdba4603b Update list_test.dart 2025-04-15 20:07:21 +02:00
Hans Kokx 5b402763d1 v1.4.1
- Added List.equals extension
2025-04-15 15:26:43 +02:00
hans c8c30d3838 v1.4.0 2025-04-01 11:52:46 +02:00
hans f1586abc86 v1.3.2 2025-03-25 16:20:49 +01:00
hans d2bb65a91e v1.3.1 2025-03-25 13:49:02 +01:00
hans adb4217c35 Bumped version and removed test
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
2024-10-10 13:02:35 +02:00
hans 92e792a022 Initial release
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
2024-09-10 18:46:37 +02:00