0.0.3 - 2018-01-11
Improved error handling.
- Prevented
ConfigurableArbitrary#arb
from swallowing too many errors intry
/catch
block. - Updated
package-lock.json
.
0.0.2 - 2017-07-14
Docs, examples, bugfixes, and utilities.
webpage
exampleConfigurableArbitrary
utilities:defaultArbitrary
smapobj
- Configuration for Travis to test on Node 7 and 8 (#4)
- Fixed
isArbitrary
to handlenull
(threw error astypeof null === "object"
) - Fixed partially failing test (#2)
0.0.1 - 2017-07-11
Initial release. Implemented core configuration API.
ConfigurableArbitrary
- Main flow:
build
,options
,arb
, andtransform
- Helper functions:
collectOptions
,collectSpecs
- Main flow: