Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 17:31
· 3 commits to master since this release

1.0.0 (2021-08-28)

Bug Fixes

Continuous Integration

  • 🎑 add support for node 12 and drop 11 and 9 (50f31f9)
  • 🎑 drop support for node 8 (07118e3)

Features

  • 🎸 add support for node 8 (810d8af)
  • 🎸 add warning when using constants in fabricators (e2cc025)
  • 🎸 Fabricator returns a function (44c9e49), closes #20
  • 🎸 remove warning for using constants in definitions (338fd0c)
  • 🎸 times() accepts an object too (4cf76c4)
  • 🎸 Update README and force release (e9c123a)
  • start fork (9047d09)

BREAKING CHANGES

  • 🧨 drop support for node 8
  • drop support for node 11 and 9
  • 🧨 times will throw if you don't pass a number or an object
  • 🧨 sequence starts from 1 instead of 0
  • Fabricator now returns a function and Fabricate has been removed. Also,
    Fabricate.sequence has been moved has a separate export.