Skip to content

Releases: rokucommunity/rooibos

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