This release includes new methods in the engine API, improvements to roAppManager
, and the manifest
parsing now matches the behavior of Roku devices.
Release Changes
- Added
setDebugState
andgetDebugState
to the engine API by @lvcabral in #672 - Added new optional parameter to
roAppManager.getAppList
to allow get all apps properties by @lvcabral in #673 - Fixed
parseManifest
to match Roku behavior and added deprecation warning toroAppInfo.getSubtitle
by @lvcabral in #674 - Refactored
core
to move Lexer and Parser functions to a separate module by @lvcabral in #675
Full Changelog: v1.9.4...v1.9.5