You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,9 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
20
20
21
21
### Fixed
22
22
23
+
- In GetAllNotificationsByUser use case, additionalInfo field is returned as an object instead of a string.
24
+
- In GetAllNotificationsByUser use case, added support for filtering unread messages and pagination.
25
+
23
26
### Removed
24
27
25
28
- Removed date fields validations in create and update dataset use cases, since validation is already handled in the backend and SPA frontend (other clients should perform client side validation also). This avoids duplicated logic and keeps the package focused on its core responsibility.
0 commit comments