What's Changed
- Field assignments to convert
stringvalues and improvedarrayparsing 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
TrickPlayBarnode 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:
captionModeandcaptionStyleby @lvcabral in #639 - Return
0when 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
dflag toparseJSONfunction to support parsing todoubleby @lvcabral in #643 - Fixed edge cases of
doublehanding onParseJsonby @lvcabral in #644 - Fixed
Lexerparsing ofDoubleliterals by @lvcabral in #645 - Implemented new methods
reserveandshrinkToFittoroArrayby @lvcabral in #646 - Implemented
roDateTime.asMillisecondsLong()androDeviceInfo.getUptimeMillisecondsAsLong()by @lvcabral in #647 - Implemented
roDeviceInfo.IsAutoAdjustRefreshRateEnabledby @lvcabral in #648 - Implemented
roUtilscomponent by @lvcabral in #649 - Fixed
roUtils.deepCopyto properly copyboxedobjects by @lvcabral in #650 - Added support for
roSGNodeonroUtils.deepCopyby @lvcabral in #651 - Fixed
roSGNode.get()androSGNode.deepCopy()to properly handle nested nodes by @lvcabral in #652 - Implemented new
roSGNodemethods:moveIntoField,moveFromField,setRef,getRefandcanGetRefby @lvcabral in #653 - Changed to Monorepo with two packages:
brs-engine(browser) andbrs-node(node.js and CLI) by @lvcabral in #654 - Bump on-headers and compression by @dependabot[bot] in #655
- Implemented new method
createPayloadFromFileMapinbrs-nodelibrary by @lvcabral in #657 - Added
SceneGraphsupport forcreatePayloadFromFileMapinbrs-nodelibrary by @lvcabral in #658 - Allow
roNDK.start()withSDKLauncherto send an URL asChannelIdby @lvcabral in #659 - Refactored
ArrayGridand implementedRowListnode by @lvcabral in #660 - 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
Full Changelog: v2.0.0-alpha.9...v2.0.0-alpha.11