- #32 unwrap: Let non-plain objects through (Andreas Lind)
- #31 Fix check for magic values in the number generator (Sune Simonsen)
- #29 Added a first method to the generators (Sune Simonsen)
- #28 Fail the take method if the user forgets to provide a count (Sune Simonsen)
- #27 Tree generator (Sune Simonsen)
- #26 Added a primitive value generator (Sune Simonsen)
- #24 Lint, build, changelog, publish site when releasing (Sune Simonsen)
- #23 Introduced a new custom producer (Sune Simonsen)
- #22 Introduced an iteration context (Sune Simonsen)
- #20 Revert "Added a new custom producer generator" (Sune Simonsen)
- #19 Added a new custom producer generator (Sune Simonsen)
- #18 Next (Major) (Sune Simonsen)
- #17 Make it possible to reset the generators with the given seed (Sune Simonsen)
- #16 Use ES6 features (Sune Simonsen)
- #15 Added lint-staged setup for code formatting and linting (Sune Simonsen)
- #14 Babel setup (Sune Simonsen)
- #13 Honor limits when expanding numbers (Sune Simonsen)
- #12 Added a lot of magic number generators (Sune Simonsen)
- #11 Added two new generators that will take advantage of magic strings found by instrumentation (Sune Simonsen)
- #10 Support shrinking and expanding the weighted generator (Sune Simonsen)
- #8 Added initial expanders (Sune Simonsen)
- #9 Added a new generators for splicing out regions of strings and arrays (Sune Simonsen)
- #7 Fix bug in shrinking a mapped generator (Ryan Hendrickson)
- #5 Provide the generators to the mapper function as the second argument (Sune Simonsen)
- #3 map: Only unwrap plain objects returned from the mapper function. (Andreas Lind)