This commit is contained in:
2025-03-25 16:20:49 +01:00
parent d2bb65a91e
commit f1586abc86
6 changed files with 95 additions and 6 deletions
+5
View File
@@ -1,3 +1,8 @@
## 1.3.2
- Added `isEmptyOrNull` and `isNotEmptyOrNull` extensions for `List` and `String` objects. These extensions are identical to `isNullOrEmpty` and `isNotNullOrEmpty`, respectively.
- Fixed a bug in the `DateTime` extension that caused incorrect results when comparing dates using `isToday`.
## 1.3.1
- Added the `isNullOrEmpty` and `isNotNullOrEmpty` extensions for `List` objects.