Releases: danielroe/nuxt-vitest
Releases · danielroe/nuxt-vitest
v0.6.6
0.6.6 (2023-02-12)
Bug Fixes
- nuxt-vitest: exclude import protection plugin (6b9ac3e)
v0.6.5
0.6.5 (2023-02-01)
Bug Fixes
- accept object syntax for
to
prop in router mock (#55) (129b8f4)
v0.6.4
0.6.4 (2023-01-29)
Bug Fixes
- avoid duplication vi injection (7d8f493)
- ui: wait for Vitest UI to initiate (3090ccf)
v0.6.3
0.6.3 (2023-01-28)
Features
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
0.6.2 (2023-01-26)
Features
v0.6.1
0.6.1 (2023-01-25)
Bug Fixes
v0.6.0
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
0.5.0 (2023-01-25)
⚠ BREAKING CHANGES
- add
nuxt-vitest
module (#34)
Features
v0.4.3
0.4.3 (2023-01-21)
Bug Fixes
v0.4.2
0.4.2 (2023-01-18)
Features
- support passing custom test options to
getVitestConfig
(53a1b68)
Bug Fixes
- support nuxt projects with custom
srcDir
(f8d8d86)