Releases: RIAEvangelist/vanilla-test
Releases · RIAEvangelist/vanilla-test
1.4.9
1.4.8
Updated to strong-type
v1.0.1
Adds support for
test.is.union(vaue,'string|number|etc.')
multi type supporttest.is.defined(vaue)
test.is.any(vaue) and
test.is.exists(vaue)`
1.4.7
Same as 1.4.5 but docs and examples use console.trace
. Primarily released to include the repo and trace
examples for npm users
1.4.5
added support for node v12
1.4.4
CI and Digital Ocean App static site setup
1.4.2
report builders for the browser can now be built as well as node if you want to do some fancy stuff.
1.4.1
Patch made npm scripts run sync. *nix systemes were running in parallel and failing tests because of this. Also, added node-http-server as a dev dep for the npm start command.
Added delay method
1.4.0 ensuring tests updated
exposed strict on VanillaTest
1.3.0 exposing strong-type .strict on vanilla-test class
exposed throw on VanillaTest class
1.2.0 adding stong-type .throw core method to vanilla-test methods