Releases: mizdra/inline-fixture-files
Releases · mizdra/inline-fixture-files
v1.1.0
What's Changed
Added
Others
- Update dependency dedent to v1 by @renovate in #28
- Update dependency @microsoft/api-documenter to ^7.22.32 by @renovate in #34
- Update dependency @microsoft/api-extractor to ^7.36.3 by @renovate in #35
- Remove
as any
by @mizdra in #36 - Update dependency @microsoft/api-documenter to ^7.22.33 by @renovate in #37
- Update dependency @microsoft/api-extractor to ^7.36.4 by @renovate in #38
- Update dependency @tsconfig/strictest to ^2.0.2 by @renovate in #39
- Update dependency prettier to ^3.0.3 by @renovate in #40
- Update dependency typescript to ^5.2.2 by @renovate in #42
- Update dependency @microsoft/api-documenter to ^7.23.10 by @renovate in #43
- Update dependency @microsoft/api-extractor to ^7.38.1 by @renovate in #44
Full Changelog: v1.0.0...v1.1.0
v1.0.0
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
v0.1.0
What's Changed
Added
- Improve API documentation by @mizdra in #2
- Make
AddFixturesResult#paths
include the paths ofcreateIFF
by @mizdra in #4 - Implement
fork
by @mizdra in #5 - Improve API documentation by @mizdra in #6
- Add examples by @mizdra in #7
Removed
New Contributors
Full Changelog: v0.0.1...v0.1.0
v0.0.1
Initial release.
Full Changelog: https://github.com/mizdra/inline-fixture-files/commits/v0.0.1