General Migration notes
isLimitedflag has been removed in favor ofallAppsflag. 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
deleteMessagehas been removed.pageNotificationshas been added to allow paging notifications