Skip to content

Releases: rokucommunity/rooibos

3.0.0- BETA - Code Coverage!!

26 May 04:03
8773221
Compare
Choose a tag to compare
Pre-release

Added

  • Code coverage support!

Changed

  • there are breaking changes in rooibos-preprocessor which, are required for code coverage. I'm keeping the major versions of rooibos and rooibos-preprocessor in sync, due to documentation, and everyone's sanity

Deprecated

Removed

Fixed

  • #45 - crash when checking an expect param, and one of the params is a mock/stub
  • #40 - can now use / in the params - much better parsing, too

2.3.0

28 Apr 00:53
Compare
Choose a tag to compare

Added

  • prints ms duration of each test in the output

Changed

Deprecated

Removed

Fixed

2.2.0

27 Apr 03:51
Compare
Choose a tag to compare

2.2.0

Added

  • sets the node property on non-node test suites. This allows you to access the global namespace, in case you are testing mixin methods, or other non-scoped code (i.e. the equivalent of accessing method as opposed to m.method or myObject.method)

Changed

Deprecated

Removed

Fixed

2.1.4

26 Apr 18:59
Compare
Choose a tag to compare

2.1.4

Added

Changed

Deprecated

Removed

Fixed

2.1.3

25 Apr 23:11
Compare
Choose a tag to compare

Added

Changed

  • improves documentation, explaining how to use rooibos-preprocessor from gulp/js toolchains

Deprecated

Removed

Fixed

Minor bug fix

22 Mar 01:14
Compare
Choose a tag to compare

Added

Changed

Deprecated

Removed

Fixed

  • collision on overloaded expect calls that on same method name on different objects
  • #36

bug fixes

21 Mar 21:07
Compare
Choose a tag to compare

Added

Changed

Deprecated

Removed

Fixed

  • removes debug logging for fake calls
  • #25
  • #30
  • #29

2.1.0

21 Mar 20:57
498ca5c
Compare
Choose a tag to compare

Added

  • Multiple overloads for expectOnce, allowing for easy definition of multi params and return values from the same method invocation

Changed

Deprecated

Removed

Fixed

  • Potential crash when passing wrong type of arg value into a fake

2.0.0

27 Feb 05:11
Compare
Choose a tag to compare
  • Updates to use rooibos preprocessor. this gives us:
  • no reliance on eval
  • much faster processing times for scripts
  • ability to integrate with vscode ide