Releases: rokucommunity/rooibos
Releases · rokucommunity/rooibos
3.0.0- BETA - Code Coverage!!
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
2.3.0
Added
- prints ms duration of each test in the output
Changed
Deprecated
Removed
Fixed
2.2.0
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 tom.method
ormyObject.method
)
Changed
Deprecated
Removed
Fixed
2.1.4
2.1.4
Added
- adds new Parameter arg directive #RBSNode, to allow creation of nodes in the parameterized args. See https://github.com/georgejecook/rooibos/blob/master/docs/index.md#rbsnode for more info
Changed
Deprecated
Removed
Fixed
2.1.3
Added
Changed
- improves documentation, explaining how to use rooibos-preprocessor from gulp/js toolchains
Deprecated
Removed
Fixed
Minor bug fix
Added
Changed
Deprecated
Removed
Fixed
- collision on overloaded expect calls that on same method name on different objects
- #36
bug fixes
2.1.0
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
- Updates to use rooibos preprocessor. this gives us:
- no reliance on eval
- much faster processing times for scripts
- ability to integrate with vscode ide