Skip to content

Releases: rokucommunity/rooibos

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

adds more mocks!

26 Sep 17:09
Compare
Choose a tag to compare
Chores
  • adds changelog generator to dependencies (22a25308)
New Features
  • Increase mocks limit to 25 - it is now possible to create up to 25 mocks for a given test suite. (#73) (92369c3c)
Bug Fixes
  • fixes incorrect reporting of version numbers during test run (e8208318)

minor version reporting fix

23 Sep 02:56
Compare
Choose a tag to compare
3.2.2

fix: fixes incorrect reporting of version numbers during test run

minor regression fix

23 Sep 02:41
Compare
Choose a tag to compare

3.2.1 (2019-09-23)

Chores
  • add bash task to run gulp, coz vscode ide keeps opening a gulp tab (c7a45ad2)
Bug Fixes
  • fixes regression in node tests (7b63c69e)

mock matchers!

22 Sep 18:48
Compare
Choose a tag to compare

3.2.0 (2019-09-22)

Chores
  • adds documentation for matchers (ef791711)
New Features
Bug Fixes
  • fixes versoin number mismatch errors - the framework now correctly ascertains if it has a version greater than the minimum required version, instead of requiring a direct match (c6baa2dc)