Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

57 lines (37 loc) · 1.85 KB

Changelog

0.0.3 - 2018-01-11

Improved error handling.

Code (Diff) | Changelog

Modified

  • Prevented ConfigurableArbitrary#arb from swallowing too many errors in try/catch block.
  • Updated package-lock.json.

0.0.2 - 2017-07-14

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)

0.0.1 - 2017-07-11

Code (Diff) | Changelog

Initial release. Implemented core configuration API.

Added

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