Skip to content

Docs, examples, bugfixes, and utilities

Latest
Compare
Choose a tag to compare
@CodeLenny CodeLenny released this 14 Jul 15:52
· 10 commits to master since this release
v0.0.2
4efd504

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)