What's Changed
- Field assignments to convert
string
values and improvedarray
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
andcaptionStyle
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 toparseJSON
function to support parsing todouble
by @lvcabral in #643 - Fixed edge cases of
double
handing onParseJson
by @lvcabral in #644 - Fixed
Lexer
parsing ofDouble
literals by @lvcabral in #645 - Implemented new methods
reserve
andshrinkToFit
toroArray
by @lvcabral in #646 - Implemented
roDateTime.asMillisecondsLong()
androDeviceInfo.getUptimeMillisecondsAsLong()
by @lvcabral in #647 - Implemented
roDeviceInfo.IsAutoAdjustRefreshRateEnabled
by @lvcabral in #648 - Implemented
roUtils
component by @lvcabral in #649 - Fixed
roUtils.deepCopy
to properly copyboxed
objects by @lvcabral in #650 - Added support for
roSGNode
onroUtils.deepCopy
by @lvcabral in #651 - Fixed
roSGNode.get()
androSGNode.deepCopy()
to properly handle nested nodes by @lvcabral in #652 - Implemented new
roSGNode
methods:moveIntoField
,moveFromField
,setRef
,getRef
andcanGetRef
by @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
createPayloadFromFileMap
inbrs-node
library by @lvcabral in #657 - Added
SceneGraph
support forcreatePayloadFromFileMap
inbrs-node
library by @lvcabral in #658 - Allow
roNDK.start()
withSDKLauncher
to send an URL asChannelId
by @lvcabral in #659 - Refactored
ArrayGrid
and implementedRowList
node by @lvcabral in #660 - 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
Full Changelog: v2.0.0-alpha.9...v2.0.0-alpha.11