Skip to content

Releases: MoSattler/fabricator

v1.0.0

28 Aug 17:31
Compare
Choose a tag to compare

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.