v0.2.0
What's Changed
Added
CreateIFFResult.addFixtures
returnsCreateIFFResult
by @mizdra in #9- Throw error if
forkOptions.rootDir
is the same asrootDir
passed tocreateIFF
by @mizdra in #10 - Implement flexible fixture creation API by @mizdra in #20
- Allow null and sync function as directory item by @mizdra in #22
- Allow
undefined
for optional arguments or properties by @mizdra in #25
Changed
- Implement dynamic
rootDir
by @mizdra in #12 - Change IFF initialization method by @mizdra in #18
- Do not normalize
rootDir
by @mizdra in #19 - Write files in parallel by @mizdra in #27
Fixed
Others
- Refactoring by @mizdra in #8
- Fail CI if API docs for missed update by @mizdra in #11
- Update dependency vitest to ^0.33.0 by @renovate in #24
- Update dependency typescript to ^5.1.6 by @renovate in #26
- Update dependency eslint to ^8.46.0 by @renovate in #29
- Update dependency prettier to v3 by @renovate in #30
New Contributors
Full Changelog: v0.1.0...v0.2.0