All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.1 (2021-03-25)
4.0.0 (2021-03-16)
-
this changes BugsnagTask's API, as we're not using function anymore in order to make sure that all code is being executed on the Task thread
-
remove function fields and replace them as AA fields (2f4a1a7)
3.0.0 (2021-02-17)
-
- changed notify to be a filed instead of functional field, to prevent the client app from crashing as bugsnag_notify is using roUrlTransfer which might get executed on the render thread
-
move notify observer to the main Task loop (2b21053)
-
trigger bugsnag notify via AA field, not via functional field (f4d8050)
2.0.0 (2021-01-19)
- changed notify func signature