github lvcabral/brs-engine v1.9.3
v1.9.3 - Fixed brs-node package

latest release: v2.0.0-alpha.12
15 hours ago

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() with SDKLauncher to send an URL as ChannelId by @lvcabral in #659
  • Replaced usage of forEach() by for...of by @lvcabral in #661
  • Added Number prefix before isNaN and parseInt by @lvcabral in #662
  • Replaced usage of window by globalThis by @lvcabral in #663
  • Replaced instanceof Array by Array.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 to brs-node and fixed brs-ecp.js dependency issue by @lvcabral in #668

Full Changelog: v1.9.2...v1.9.3

Don't miss a new brs-engine release

NewReleases is sending notifications on new releases.