Comparing version 0.3.0 to 0.3.1
@@ -36,5 +36,5 @@ /** | ||
### Usaage with [mocha](http://visionmedia.github.io/mocha/) | ||
### Usage with [mocha](http://visionmedia.github.io/mocha/) | ||
Using *jsverify* with mocha is easy, just define properties and user `jsverify.assert`. | ||
Using jsverify with mocha is easy, just define the properties and use `jsverify.assert`. | ||
@@ -57,5 +57,5 @@ You can also provide `--jsverifyRngState state` command line argument, to run tests with particular random generator state. | ||
### Use with [jasmine](http://pivotal.github.io/jasmine/) 1.3.x | ||
### Usage with [jasmine](http://pivotal.github.io/jasmine/) | ||
Check [jasmineHelpers.js](speclib/jasmineHelpers.js) file. | ||
Check [jasmineHelpers.js](helpers/jasmineHelpers.js) and [jasmineHelpers2.js](helpers/jasmineHelpers2.js) for jasmine 1.3 and 2.0 respectively. | ||
@@ -62,0 +62,0 @@ ## API |
{ | ||
"name": "jsverify", | ||
"description": "Property-based testing for JavaScript.", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"homepage": "https://github.com/phadej/jsverify", | ||
@@ -38,11 +38,13 @@ "author": { | ||
"q": "~1.0.0", | ||
"when": "~3.0.1", | ||
"browserify": "~3.33.0", | ||
"karma-chrome-launcher": "~0.1.2", | ||
"karma-firefox-launcher": "~0.1.3", | ||
"mocha": "~1.18.2", | ||
"karma-mocha": "~0.1.3", | ||
"karma-jasmine": "~0.2.2", | ||
"karma": "~0.12.1", | ||
"karma-cli": "0.0.4", | ||
"jshint": "~2.4.4", | ||
"istanbul": "~0.2.6", | ||
"karma-cli": "0.0.4", | ||
"when": "~3.0.1" | ||
"istanbul": "~0.2.6" | ||
}, | ||
@@ -49,0 +51,0 @@ "keywords": [ |
@@ -31,5 +31,5 @@ # JSVerify | ||
### Usaage with [mocha](http://visionmedia.github.io/mocha/) | ||
### Usage with [mocha](http://visionmedia.github.io/mocha/) | ||
Using *jsverify* with mocha is easy, just define properties and user `jsverify.assert`. | ||
Using jsverify with mocha is easy, just define the properties and use `jsverify.assert`. | ||
@@ -52,5 +52,5 @@ You can also provide `--jsverifyRngState state` command line argument, to run tests with particular random generator state. | ||
### Use with [jasmine](http://pivotal.github.io/jasmine/) 1.3.x | ||
### Usage with [jasmine](http://pivotal.github.io/jasmine/) | ||
Check [jasmineHelpers.js](speclib/jasmineHelpers.js) file. | ||
Check [jasmineHelpers.js](helpers/jasmineHelpers.js) and [jasmineHelpers2.js](helpers/jasmineHelpers2.js) for jasmine 1.3 and 2.0 respectively. | ||
@@ -206,2 +206,3 @@ ## API | ||
- 0.3.1 Documentation typo fixes | ||
- 0.3.0 Major changes | ||
@@ -241,2 +242,3 @@ - random generate state handling | ||
- [Scala - ScalaCheck](https://github.com/rickynils/scalacheck) | ||
The MIT License (MIT) | ||
@@ -243,0 +245,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
32904
16
807
261
0
17