Releases: rokucommunity/rooibos
Releases · rokucommunity/rooibos
4.3.1
0.4.3
4.0.0 - update to brighterscript compiler
4.0.0 (2020-06-12)
This is a BREAKING RELEASE.
You will have to change how you initialize rooibos. In your main.brs, you will now put:
if (type(Rooibos_init) = "Function") then
'bs:disable-next-line
if (type(Rooibos_init) = "Function") then Rooibos_init()
end if
refer to the documentation for more info.
Chores
- core:
- Upgrades to use the official brighterscript compiler
- Better partitions code into namespaces and classes
- Adds bs:disable-next-line directives to dynamically resovled function calls
Bug Fixes
- Core:
- Fixes several small bugs, including wrong params sent for nodeContains and crashes on lcov reporting and test reporting
minor bug fix on node tests
Chores
- tests: Adds node test to framework suite, and also improves the file structure to include placeholder files, so as to better conform with brighterscript compiler (f23b81d8)
Bug Fixes
3.6.0
fix for node test issues
Bug Fixes
- TestRunner: Addresses issue that prevented node tests from correctly running (c6aec599)