Releases: MoSattler/fabricator
Releases · MoSattler/fabricator
v1.0.0
1.0.0 (2021-08-28)
Bug Fixes
- 🐛 sequence starts from 1 instead of 0 (4191e6f)
- 🐛 update babel (2ae5215)
- 🐛 update babel (32dc22a)
- 🐛 update babel (5942206)
- 🐛 update babel (2fe229d)
- 🐛 update babel (f4c83d4)
- 🐛 update babel (6f4e8b8)
- 🐛 update babel (024e5c6)
- 🤖 update babel (aafcc54)
Continuous Integration
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.