Releases: travelperk/fabricator
Releases · travelperk/fabricator
Minor fixes to README (2022-11-24)
- Added types for Typescript
- Fixed the README: attributes passed to the fabricator object can be either functions or static values
Include types for Typescript
Merge pull request #93 from travelperk/move-to-typescript
Move to Typescript
v6.0.0
6.0.0 (2020-02-17)
Bug Fixes
Continuous Integration
- 🎡 drop support for node 8 (07118e3)
BREAKING CHANGES
- 🧨 drop support for node 8
v5.0.1
5.0.1 (2019-12-18)
Bug Fixes
v5.0.0
5.0.0 (2019-09-27)
Bug Fixes
Continuous Integration
- 🎡 add support for node 12 and drop 11 and 9 (50f31f9)
BREAKING CHANGES
- drop support for node 11 and 9
v4.0.4
4.0.4 (2019-08-15)
Bug Fixes
v4.0.3
4.0.3 (2019-05-23)
Bug Fixes
v4.0.2
4.0.2 (2019-05-15)
Bug Fixes
v4.0.1
4.0.1 (2019-04-03)
Bug Fixes
v4.0.0
4.0.0 (2019-04-01)
Features
- 🎸 times() accepts an object too (4cf76c4)
BREAKING CHANGES
- 🧨
times
will throw if you don't pass a number or an object