github lvcabral/brs-engine v2.0.0-alpha.11

latest releases: v2.0.0-alpha.12, v1.9.3
pre-releaseone day ago

What's Changed

  • Field assignments to convert string values and improved array parsing by @lvcabral in #628
  • Bump pbkdf2 from 3.1.2 to 3.1.3 by @dependabot[bot] in #630
  • Dynamically switch localization configuration for captions and audio by @lvcabral in #635
  • Bump sha.js from 2.4.11 to 2.4.12 by @dependabot[bot] in #632
  • Updated playback position time format on TrickPlayBar node by @lvcabral in #636
  • Fix SceneGraph Test Case by @lvcabral in #637
  • Refactor Fonts configuration and loading process by @lvcabral in #638
  • Added new events: captionMode and captionStyle by @lvcabral in #639
  • Return 0 when a function has typed return and no return statement is hit by @lvcabral in #641
  • Limited typed function returns zero solution to user functions only by @lvcabral in #642
  • Added new d flag to parseJSON function to support parsing to double by @lvcabral in #643
  • Fixed edge cases of double handing on ParseJson by @lvcabral in #644
  • Fixed Lexer parsing of Double literals by @lvcabral in #645
  • Implemented new methods reserve and shrinkToFit to roArray by @lvcabral in #646
  • Implemented roDateTime.asMillisecondsLong() and roDeviceInfo.getUptimeMillisecondsAsLong() by @lvcabral in #647
  • Implemented roDeviceInfo.IsAutoAdjustRefreshRateEnabled by @lvcabral in #648
  • Implemented roUtils component by @lvcabral in #649
  • Fixed roUtils.deepCopy to properly copy boxed objects by @lvcabral in #650
  • Added support for roSGNode on roUtils.deepCopy by @lvcabral in #651
  • Fixed roSGNode.get() and roSGNode.deepCopy() to properly handle nested nodes by @lvcabral in #652
  • Implemented new roSGNode methods: moveIntoField, moveFromField, setRef, getRef and canGetRef by @lvcabral in #653
  • Changed to Monorepo with two packages: brs-engine (browser) and brs-node (node.js and CLI) by @lvcabral in #654
  • Bump on-headers and compression by @dependabot[bot] in #655
  • Implemented new method createPayloadFromFileMap in brs-node library by @lvcabral in #657
  • Added SceneGraph support for createPayloadFromFileMap in brs-node library by @lvcabral in #658
  • Allow roNDK.start() with SDKLauncher to send an URL as ChannelId by @lvcabral in #659
  • Refactored ArrayGrid and implemented RowList node by @lvcabral in #660
  • 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

Full Changelog: v2.0.0-alpha.9...v2.0.0-alpha.11

Don't miss a new brs-engine release

NewReleases is sending notifications on new releases.