Skip to content

Releases: rweda/configurable-arbitrary

Docs, examples, bugfixes, and utilities

14 Jul 15:52
v0.0.2
4efd504
Compare
Choose a tag to compare

Code (Diff) | Changelog

Docs, examples, bugfixes, and utilities.

Added

  • webpage example
  • ConfigurableArbitrary utilities:
    • defaultArbitrary
    • smapobj
  • Configuration for Travis to test on Node 7 and 8 (#4)

Modified

  • Fixed isArbitrary to handle null (threw error as typeof null === "object")
  • Fixed partially failing test (#2)

Initial Release

11 Jul 14:39
v0.0.1
468eee9
Compare
Choose a tag to compare

Code (Diff) | Changelog

Initial release. Implemented core configuration API.

Added

  • ConfigurableArbitrary
    • Main flow: build, options, arb, and transform
    • Helper functions: collectOptions, collectSpecs