- Fixes `FixedSizeList` to take a generic `T` type, rather than
explicitly a `String`
This commit is contained in:
2025-05-16 13:08:39 +02:00
parent 363fb20665
commit 176efdf458
3 changed files with 10 additions and 6 deletions
+4
View File
@@ -1,3 +1,7 @@
## 1.4.3
- [FIX] Ensure that `FixedSizeList` takes any type of object.
## 1.4.2
- Added the `isLeapYear` extension to the `DateTime` and `int` objects.