Bundled for web-browsers and node
Main features:
- bundle for web-browsers
- check compatibility with oldest node versions
- code examples in the source code
- fix unicode character generators (building half of a character)
- minimal length parameter on all strings arbitraries
- more arbitraries: set, char16bits, fullUnicode
- target es3 in order to support oldest versions of node
- timeout parameter on asychronous properties
2b12d0f Fixes Sample, Statistics and Runner generate one extra value
1467a7c Update README.md
f6323ea Add 'npm run webbuild' command
ca2ac86 ObjectArbitrary must not suggest the object itself in shrink
a47b82c Add tests for set filter builder
f4959b8 Increase timeout for mocha (node 6 takes too long)
0bb7682 Simplify array arbitrary shrinking implementation
e6934de Remove unnecessary imports in Set tests
6e48592 Add set arbitrary
dab4a73 Fix char16bits test
75d10c1 Add back 16 bits chars generators
6522b9d Fix Travis CI build
3d71bf2 UniformDistribution should avoid while true loop
b5fc667 UniformDistribution should avoid recursion
2bef74f Update README.md
4277d2a Add arbitrary for full unicode
89e6fb6 Update README.md
bb5ff9a Remove surrogate pairs characters from generated unicode
8832a96 Fix typo
1653ce8 Update README.md
e6007a1 Do not assess compatibility with node 0.10
67989cd Fix unknown --require flag on oldest node
487ce2e Revert "Revert "Add basic check that the code works on 0.10, 0.12""
9e5a2c5 Revert "Add basic check that the code works on 0.10, 0.12"
57ede1c Add basic check that the code works on 0.10, 0.12
c564b6b Try nvm commands in travis
6e3408b Remove bash debug option from travis
2e3cdf9 Change line endings
3232fb2 Update .travis.yml
671c0b3 Change bash to sh for example setup
3cbc8cb Try to fix examples on travis
728f68d Add timeout tests for never ending tasks
5b2677e Update timeout exception message
6684b05 Add timeout option in check and runner for async properties
5b8fc74 Add TimeoutProperty helper
e1707cb Remove node 4 from travis
434977a Run examples as additional tests (in travis)
aa42a84 Remove 0.10 and 0.12 from travis
7aed254 Update string documentation to add min/max signature
e7f39bb Add minLength into all string arbitraries
7c60dd0 Compile towards es3 and add node versions to test on
70d2925 Put units of example contains into units.js
9cc05bf Update .travis.yml
bef3348 Run examples against current version
664f422 Update local-fast-check.sh
c3eeb1c Create local-fast-check.sh
5873d60 Add npm run test
for example
6d1bfb3 Add example: shadows of knight
08766d0 Add example: contains
ed6587e Browserify as window.fastcheck