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
@@ -21,6 +21,9 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
21
21
22
22
### Fixed
23
23
24
+
- In GetAllNotificationsByUser use case, additionalInfo field is returned as an object instead of a string.
25
+
- In GetAllNotificationsByUser use case, added support for filtering unread messages and pagination.
26
+
24
27
### Removed
25
28
26
29
- 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