Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Releases: danielroe/nuxt-vitest

v0.6.6

12 Feb 01:07
Compare
Choose a tag to compare

0.6.6 (2023-02-12)

Bug Fixes

  • nuxt-vitest: exclude import protection plugin (6b9ac3e)

v0.6.5

01 Feb 21:52
Compare
Choose a tag to compare

0.6.5 (2023-02-01)

Bug Fixes

  • accept object syntax for to prop in router mock (#55) (129b8f4)

v0.6.4

29 Jan 13:12
Compare
Choose a tag to compare

0.6.4 (2023-01-29)

Bug Fixes

  • avoid duplication vi injection (7d8f493)
  • ui: wait for Vitest UI to initiate (3090ccf)

v0.6.3

28 Jan 13:36
Compare
Choose a tag to compare

0.6.3 (2023-01-28)

Features

  • basic devtools indicator (34884e4)

Bug Fixes

  • dev: do not terminate the process even if no tests (86fe91e)
  • nuxt-vitest: add cjs exports to package.json (a9b3088), closes #48

v0.6.2

26 Jan 13:03
Compare
Choose a tag to compare

0.6.2 (2023-01-26)

Features

v0.6.1

25 Jan 20:27
Compare
Choose a tag to compare

0.6.1 (2023-01-25)

Bug Fixes

v0.6.0

25 Jan 17:14
Compare
Choose a tag to compare

0.6.0 (2023-01-25)

⚠ BREAKING CHANGES

  • rename defineConfigWithNuxt to defineVitestConfig (#45)
  • remove nuxt as default test environment (#30)

Features

  • rename defineConfigWithNuxt to defineVitestConfig (#45) (eb8dc41)

Bug Fixes

  • modules' meta can be optional (12b41ca)
  • remove nuxt as default test environment (#30) (3b8e16e)

v0.5.0

25 Jan 13:58
Compare
Choose a tag to compare

0.5.0 (2023-01-25)

⚠ BREAKING CHANGES

  • add nuxt-vitest module (#34)

Features

v0.4.3

21 Jan 22:04
Compare
Choose a tag to compare

0.4.3 (2023-01-21)

Bug Fixes

v0.4.2

18 Jan 11:07
Compare
Choose a tag to compare

0.4.2 (2023-01-18)

Features

  • support passing custom test options to getVitestConfig (53a1b68)

Bug Fixes

  • support nuxt projects with custom srcDir (f8d8d86)