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()
withSDKLauncher
to send an URL asChannelId
by @lvcabral in #659 - Replaced usage of
forEach()
byfor...of
by @lvcabral in #661 - Added
Number
prefix beforeisNaN
andparseInt
by @lvcabral in #662 - Replaced usage of
window
byglobalThis
by @lvcabral in #663 - Replaced
instanceof Array
byArray.isArray()
by @lvcabral in #664 - Improved
createPayloadFromFileMap
to support folder structure. by @lvcabral in #665 - Optimized loading of Libraries and fixed Roku Browser app launch by @lvcabral in #667
- Added missing
common.zip
tobrs-node
and fixedbrs-ecp.js
dependency issue by @lvcabral in #668
Full Changelog: v1.9.2...v1.9.3