General Migration notes
isLimited
flag has been removed in favor ofallApps
flag. They essentially mean the opposite thing.- Deleting messages is no longer possible
- Messages are now stored on notify server and can be paged
- Registration is more flexible since it is now split into 2 functions
Migrating from 0.x to 1.0.0
For developers using@web3inbox/core
without the hooks, there are far less breaking changes.
Managing registration
Registration is now split into 2 steps to avoid the opinionated approach of passingonSign
callback.
Managing Notifications
deleteMessage
has been removed.pageNotifications
has been added to allow paging notifications