Skip to content

Latest commit

 

History

History
49 lines (23 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

49 lines (23 loc) · 2.22 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.1 (2021-03-25)

Bug Fixes

  • handle roku firmware lower than 9.2 (6cef4ba)
  • runFunction name for BugsnagTask (d560542)

4.0.0 (2021-03-16)

⚠ BREAKING CHANGES

  • 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)

⚠ BREAKING CHANGES

    • 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

Bug Fixes

  • 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)

⚠ BREAKING CHANGES

  • changed notify func signature

Bug Fixes

  • add guard agains invalid m.top.session (5b4e109)

  • move standard-version to devDependencies (728d4a2)

  • change notify func signature and implement handing for exceptions arr (0f139db)