Sourced from @vitest/coverage-v8
's
releases.
v1.4.0
🚀 Features
- Throw error when using snapshot assertion with
not
- by@fenghan34
in vitest-dev/vitest#5294 (b9d37)- Add a flag to include test location in tasks - by
@sheremet-va
in vitest-dev/vitest#5342 (d627e)- cli:
- Support wildcards in
--project
option - by@fenghan34
in vitest-dev/vitest#5295 (201bd)- config:
- Add
shuffle.files
andshuffle.tests
options - by@fenghan34
in vitest-dev/vitest#5281 (356db)- Deprecate
cache.dir
option - by@fenghan34
in vitest-dev/vitest#5229 (d7e8b)- coverage:
- Support
--changed
option - by@AriPerkkio
in vitest-dev/vitest#5314 (600b4)- vitest:
- Support
clearScreen
cli flag - by@hi-ogawa
in vitest-dev/vitest#5241 (e1735)🐞 Bug Fixes
- Repeatable
--project
option - by@fenghan34
in vitest-dev/vitest#5265 (d1a06)--inspect-brk
to pause before execution - by@AriPerkkio
in vitest-dev/vitest#5355 (e77c5)- Correct locations in test.each tasks - by
@sheremet-va
(4f6e3)- api:
- Use resolvedUrls from devserver - by
@saitonakamura
and@hi-ogawa
in vitest-dev/vitest#5289 (2fef5)- browser:
- Add
magic-string
tooptimizeDeps.include
- by@hi-ogawa
in vitest-dev/vitest#5278 (8f04e)- coverage:
- Expensive regexp hangs v8 report generation - by
@AriPerkkio
in vitest-dev/vitest#5259 (d68a7)- V8 to ignore type-only files - by
@AriPerkkio
in vitest-dev/vitest#5328 (c3eb8)- Respect source maps of pre-transpiled sources - by
@AriPerkkio
in vitest-dev/vitest#5367 (6eda4)- Prevent
reportsDirectory
from removing user's project - by@AriPerkkio
in vitest-dev/vitest#5376 (07ec3)- expect:
- Show diff on
toContain/toMatch
assertion error - by@hi-ogawa
in vitest-dev/vitest#5267 (8ee59)- forks:
- Wrap
defines
to supportundefined
values - by@AriPerkkio
in vitest-dev/vitest#5284 (5b58b)- typecheck:
- Update get-tsconfig 4.7.3 to fix false circularity error - by
@hi-ogawa
in vitest-dev/vitest#5384 (bdc37)- ui:
- Escape html in error diff - by
@hi-ogawa
in vitest-dev/vitest#5325 (ab60b)- vitest:
- Loosen
onConsoleLog
return type - by@hi-ogawa
in vitest-dev/vitest#5337 (6d1b1)- Ensure restoring terminal cursor on close - by
@hi-ogawa
in vitest-dev/vitest#5292 (0bea2)- Ignore timeout on websocket reporter rpc - by
@sheremet-va
(38119)- Correctly override api with --no-api flag - by
@sheremet-va
in vitest-dev/vitest#5386 (51d1d)- Logs in
beforeAll
andafterAll
- by@fenghan34
in vitest-dev/vitest#5288 (ce5ca)- workspace:
- Throw error when browser mode and
@vitest/coverage-v8
are used - by@AriPerkkio
in vitest-dev/vitest#5250 (29f98)View changes on GitHub
a8da192
chore: release v1.4.0600b44d
feat(coverage): support --changed
option (#5314)6eda473
fix(coverage): respect source maps of pre-transpiled sources (#5367)c3eb8de
fix(coverage): v8 to ignore type-only files (#5328)074450e
chore(deps): update istanbul-lib-source-maps
to v5 (#5304)d68a739
fix(coverage): expensive regexp hangs v8 report generation (#5259)Sourced from vitest's releases.
v1.4.0
🚀 Features
- Throw error when using snapshot assertion with
not
- by@fenghan34
in vitest-dev/vitest#5294 (b9d37)- Add a flag to include test location in tasks - by
@sheremet-va
in vitest-dev/vitest#5342 (d627e)- cli:
- Support wildcards in
--project
option - by@fenghan34
in vitest-dev/vitest#5295 (201bd)- config:
- Add
shuffle.files
andshuffle.tests
options - by@fenghan34
in vitest-dev/vitest#5281 (356db)- Deprecate
cache.dir
option - by@fenghan34
in vitest-dev/vitest#5229 (d7e8b)- coverage:
- Support
--changed
option - by@AriPerkkio
in vitest-dev/vitest#5314 (600b4)- vitest:
- Support
clearScreen
cli flag - by@hi-ogawa
in vitest-dev/vitest#5241 (e1735)🐞 Bug Fixes
- Repeatable
--project
option - by@fenghan34
in vitest-dev/vitest#5265 (d1a06)--inspect-brk
to pause before execution - by@AriPerkkio
in vitest-dev/vitest#5355 (e77c5)- Correct locations in test.each tasks - by
@sheremet-va
(4f6e3)- api:
- Use resolvedUrls from devserver - by
@saitonakamura
and@hi-ogawa
in vitest-dev/vitest#5289 (2fef5)- browser:
- Add
magic-string
tooptimizeDeps.include
- by@hi-ogawa
in vitest-dev/vitest#5278 (8f04e)- coverage:
- Expensive regexp hangs v8 report generation - by
@AriPerkkio
in vitest-dev/vitest#5259 (d68a7)- V8 to ignore type-only files - by
@AriPerkkio
in vitest-dev/vitest#5328 (c3eb8)- Respect source maps of pre-transpiled sources - by
@AriPerkkio
in vitest-dev/vitest#5367 (6eda4)- Prevent
reportsDirectory
from removing user's project - by@AriPerkkio
in vitest-dev/vitest#5376 (07ec3)- expect:
- Show diff on
toContain/toMatch
assertion error - by@hi-ogawa
in vitest-dev/vitest#5267 (8ee59)- forks:
- Wrap
defines
to supportundefined
values - by@AriPerkkio
in vitest-dev/vitest#5284 (5b58b)- typecheck:
- Update get-tsconfig 4.7.3 to fix false circularity error - by
@hi-ogawa
in vitest-dev/vitest#5384 (bdc37)- ui:
- Escape html in error diff - by
@hi-ogawa
in vitest-dev/vitest#5325 (ab60b)- vitest:
- Loosen
onConsoleLog
return type - by@hi-ogawa
in vitest-dev/vitest#5337 (6d1b1)- Ensure restoring terminal cursor on close - by
@hi-ogawa
in vitest-dev/vitest#5292 (0bea2)- Ignore timeout on websocket reporter rpc - by
@sheremet-va
(38119)- Correctly override api with --no-api flag - by
@sheremet-va
in vitest-dev/vitest#5386 (51d1d)- Logs in
beforeAll
andafterAll
- by@fenghan34
in vitest-dev/vitest#5288 (ce5ca)- workspace:
- Throw error when browser mode and
@vitest/coverage-v8
are used - by@AriPerkkio
in vitest-dev/vitest#5250 (29f98)View changes on GitHub
a8da192
chore: release v1.4.0d7e8b53
feat(config): deprecate cache.dir
option (#5229)c652148
chore: remove unused propertyce5ca6b
fix(vitest): logs in beforeAll
and afterAll
(#5288)51d1d47
fix(vitest): correctly override api with --no-api flag (#5386)efe441f
chore: guard try/catch in websocket reporter07ec377
fix(coverage): prevent reportsDirectory
from removing
user's project (#5376)38119b7
fix(vitest): ignore timeout on websocket reporter rpce77c553
fix: --inspect-brk
to pause before execution (#5355)d627e20
feat: add a flag to include test location in tasks (#5342)