Skip to content

Releases: luxass/vitest-testdirs

v2.1.1

30 Jan 04:26
1461012
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Enhance testdir options to include allowOutside and cleanup parameters  -  by @luxass (5c772)
    View changes on GitHub

v2.1.0

18 Jan 05:53
f1073f2
Compare
Choose a tag to compare

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub

v2.1.0-beta.3

18 Jan 05:46
6ad1f68
Compare
Choose a tag to compare
v2.1.0-beta.3 Pre-release
Pre-release

No significant changes

    View changes on GitHub

v2.1.0-beta.2

18 Jan 05:34
3a36323
Compare
Choose a tag to compare
v2.1.0-beta.2 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v2.1.0-beta.1

17 Jan 16:00
70f4729
Compare
Choose a tag to compare
v2.1.0-beta.1 Pre-release
Pre-release

   🚨 Breaking Changes

    View changes on GitHub

v2.0.2

13 Jan 05:11
87e56c6
Compare
Choose a tag to compare

   🚀 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

08 Jan 19:47
dad2b2e
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0

08 Jan 17:28
4fa0d20
Compare
Choose a tag to compare

   🚨 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

30 Dec 12:28
6bc14f1
Compare
Choose a tag to compare

   🚀 Features

  • Add new encoding for file option to from file system  -  by @luxass in #68 (b1d8b)
    View changes on GitHub

v1.5.0

27 Dec 07:07
5680339
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub