This release fixes the brs-node package that had two major issues, the assets/common.zip file was missing from the package and the brs-ecp.js was crashing due to a dependency issue. Other noticeable fixes were related to roNDK.start() allowing URL as ChannelId on SDKLaunch and RokuBrowser.brs library now parses arrays in options object.
Release Changes
- Allow
roNDK.start()withSDKLauncherto send an URL asChannelIdby @lvcabral in #659 - Replaced usage of
forEach()byfor...ofby @lvcabral in #661 - Added
Numberprefix beforeisNaNandparseIntby @lvcabral in #662 - Replaced usage of
windowbyglobalThisby @lvcabral in #663 - Replaced
instanceof ArraybyArray.isArray()by @lvcabral in #664 - Improved
createPayloadFromFileMapto support folder structure. by @lvcabral in #665 - Optimized loading of Libraries and fixed Roku Browser app launch by @lvcabral in #667
- Added missing
common.ziptobrs-nodeand fixedbrs-ecp.jsdependency issue by @lvcabral in #668
Full Changelog: v1.9.2...v1.9.3