Releases: luxass/vitest-testdirs
Releases · luxass/vitest-testdirs
v2.1.1
v2.1.0
v2.1.0-beta.3
No significant changes
View changes on GitHub
v2.1.0-beta.2
v2.1.0-beta.1
v2.0.2
🚀 Features
- Add
dirname
functions to return a directory name This is useful when you don't want to create a directory with vitest-testdirs, but just want to generate a path that you can be created by something else. - by @luxass (7c09f)
View changes on GitHub
v2.0.1
v2.0.0
🚨 Breaking Changes
- Drop support for vitest v1 - by @luxass (24da0)
- Remove
constants
and expose it from default module - by @luxass (dc0d8) - Inline files This is mostly done to reduce the overhead of adding new features. - by @luxass (f340b)
- Drop support for vitest under v2.0.5 - by @luxass (8ec5f)
- Export all symbols with suffix of
_SYMBOL
- by @luxass (2063d) - Change utils to be helpers - by @luxass (35a0f)
- Organise exports in a more friendly way Added helpers package for helpers that can be used by developers, and instead moved internal functions into utils - by @luxass (b8357)
🚀 Features
View changes on GitHub
v1.6.0
🚀 Features
View changes on GitHub
v1.5.0
🚀 Features
- Add function for metadata checking - by @luxass (63b8c)
- Add FSMetadata interface and withMetadata utility function - by @luxass (7f6b9)
- Export symbols - by @luxass (9c469)
- Handle metadata to create file tree function - by @luxass (f45c6)
🐞 Bug Fixes
- Add correct typings for directory content - by @luxass (7679a)
- Update typings for withMetadata fn - by @luxass (fdd66)