Skip to content

Releases: RIAEvangelist/vanilla-test

1.4.9

05 Jul 07:20
Compare
Choose a tag to compare

Updated strong-type version to utilize better error handling for .compare

1.4.8

22 Mar 07:06
Compare
Choose a tag to compare

Updated to strong-type v1.0.1

Adds support for

  • test.is.union(vaue,'string|number|etc.') multi type support
  • test.is.defined(vaue) test.is.any(vaue) and test.is.exists(vaue)`

1.4.7

24 Feb 02:27
Compare
Choose a tag to compare

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

03 Jan 19:28
Compare
Choose a tag to compare

added support for node v12

1.4.4

26 Nov 17:16
Compare
Choose a tag to compare

CI and Digital Ocean App static site setup

1.4.2

23 Nov 05:22
Compare
Choose a tag to compare

report builders for the browser can now be built as well as node if you want to do some fancy stuff.

1.4.1

23 Nov 01:28
Compare
Choose a tag to compare

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

22 Nov 05:47
Compare
Choose a tag to compare
1.4.0

ensuring tests updated

exposed strict on VanillaTest

22 Nov 04:42
Compare
Choose a tag to compare
1.3.0

exposing strong-type .strict on vanilla-test class

exposed throw on VanillaTest class

22 Nov 02:39
Compare
Choose a tag to compare
1.2.0

adding stong-type .throw core method to vanilla-test methods