github georgejecook/rooibos 4.0.0
4.0.0 - update to brighterscript compiler

latest releases: 5.12.0, 5.11.0, 5.10.0...
3 years ago

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

Don't miss a new rooibos release

NewReleases is sending notifications on new releases.