This is the final v1.x release in the master branch and brings the inclusion of the BrsEvent abstract class and BrsCollection interface, which provide a structured way to handle events and collections within the BrightScript engine. Additionally, this release includes various dependency updates and bug fixes to enhance security, stability and performance. This label will be branched for maintenance updates while work on the v2.0 major release will continue in the master branch.
Release Changes
- Replaced dependency
xml2jsbyxmldocby @lvcabral in #749 - Bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in #752
- Raise type mismatch error when passing
Uninitializedvalue to non-dynamic function parameters by @lvcabral in #756 - Added
BrsEventabstract class andBrsCollectioninterface by @lvcabral in #759 - Bump node-forge from 1.3.1 to 1.3.2 by @dependabot[bot] in #758
- Fixed optional chaining with
roInvalidwhen using methods by @lvcabral in #763
Full Changelog: v1.9.9...v1.10.0