Skip to content

Releases: rokucommunity/rooibos

4.3.1

19 May 14:48
Compare
Choose a tag to compare

v4.3.1

0.4.3

18 May 10:13
Compare
Choose a tag to compare

v4.3.0

4.0.0 - update to brighterscript compiler

13 Jun 03:46
Compare
Choose a tag to compare

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

21 May 23:13
Compare
Choose a tag to compare
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
  • TestRunner:
    • Do not crash if node tests do not return stat object, and instead provide useful links to documentation to help devs out (a643df7a)
    • Adds more logoutput when a node test does not complete (c4277d66)

3.6.0

21 May 18:21
Compare
Choose a tag to compare
Chores
  • docs: add async assert docs (6261e551)
New Features
  • assertions: adds support for async fields (28f32754)

fix for node test issues

20 May 20:06
Compare
Choose a tag to compare
Bug Fixes
  • TestRunner: Addresses issue that prevented node tests from correctly running (c6aec599)

3.5.0

22 May 15:57
Compare
Choose a tag to compare
New Features
  • runner: adds ability to wait on scene.isReadyToStartTests, if present before starting the tests (c1b71a9a)
Bug Fixes
  • mocks: Better handling for mock creation failures (df74e3b5)

3.4.3

10 May 17:37
Compare
Choose a tag to compare
Bug Fixes
  • mocks: Fixes crash on multi expect (e02f96ca)

3.4.2

08 May 00:00
Compare
Choose a tag to compare
New Features
  • mocks: adds shadow methods to facilitate mock failure line number reporting (d1e652cc)

3.4.1

06 May 02:07
Compare
Choose a tag to compare
Bug Fixes