This commit is contained in:
2025-03-25 13:49:02 +01:00
parent 44e26460d8
commit d2bb65a91e
12 changed files with 546 additions and 6 deletions
+6
View File
@@ -1,3 +1,9 @@
## 1.3.1
- Added the `isNullOrEmpty` and `isNotNullOrEmpty` extensions for `List` objects.
- Fixed a bug in the `Ticker` extension that prevented intervals shorter than 1 second from being used.
- [chore] Added unit tests for all extensions and utilities in the package.
## 1.3.0
- Added a non-breaking space character to `CommonString` as `CommonString.nbsp`