Skip to content

Latest commit

 

History

History
553 lines (295 loc) · 22.8 KB

CHANGELOG.md

File metadata and controls

553 lines (295 loc) · 22.8 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.44 (2024-02-18)

Bug Fixes

  • exclude/include configs and missing workspacePath (#192) (bee4f6e)

0.2.43 (2023-10-18)

0.2.42 (2023-07-01)

Bug Fixes

  • Revert back to drive path capitalization on windows (#161) (1afa62e)

0.2.41 (2023-05-18)

Bug Fixes

0.2.40 (2023-05-18)

Bug Fixes

  • spawn() requires a command name, not a full path (#139) (fe7955e)

0.2.39 (2023-02-08)

Bug Fixes

0.2.38 (2023-02-08)

Features

  • make skipFiles of launch config configurable via debugExclude setting (1c07064)

0.2.37 (2023-01-20)

0.2.36 (2023-01-03)

Bug Fixes

  • read package.json to check if a folder is a Vitest env (df13127)
  • run single test on Windows not working properly (c037333)
  • tests still say Running after test run finishes (ef2d017)
  • unable to cancel in-progress test runs (7ca7f4a)

0.2.35 (2022-12-29)

Bug Fixes

  • map error to correct position when no sourcePos (9d47d7d)

0.2.34 (2022-11-19)

Bug Fixes

  • don't raise version warning if vitest is not installed yet (744032c)
  • only collect test result once (f330530)

0.2.33 (2022-11-19)

Bug Fixes

  • windows drive letter match issue (5c58ede)

0.2.32 (2022-10-13)

0.2.31 (2022-10-13)

0.2.30 (2022-08-30)

Bug Fixes

  • Allow overwriting of the host parameter to solve the issue 55.

0.2.29 (2022-08-30)

Bug Fixes

  • add more error message in when test not found (dfdb154)
  • enrich error context around test not found (443ed52)

0.2.28 (2022-08-26)

0.2.27 (2022-08-06)

Bug Fixes

0.2.26 (2022-08-06)

Bug Fixes

  • conservatively display window error (1312f2e)

0.2.25 (2022-08-06)

Bug Fixes

  • run partial test suite on windows (#64) (a6019a4)
  • use source-mapped line when showing result. (9db4fec)

0.2.24 (2022-08-06)

0.2.23 (2022-07-24)

Bug Fixes

  • should try activate if contains package.json (6d17b9f)

0.2.22 (2022-07-23)

Features

  • runhandler: add disabledWorkspaceFolders configuration (67ba85c), closes #13

Bug Fixes

  • filter disabled workspace upfront (a4fc22b)
  • hidden test in side panel (f89ce2f)
  • vitest.exclude not working #60 (9cd3218)

0.2.21 (2022-07-23)

Bug Fixes

  • no uppercase path allowed for test file (f688bb5)

0.2.20 (2022-07-03)

Bug Fixes

  • replace enqueued with started on test start (d287772)

0.2.19 (2022-06-20)

Bug Fixes

  • don't stop debugging if restarted (ae29785)

0.2.18 (2022-06-19)

Features

  • use --api on debug mode (77fd7b3)

0.2.17 (2022-06-19)

Bug Fixes

  • invoke onCollect when ws connected (40bdd0a)

0.2.16 (2022-06-19)

Features

  • show enqueue status, show test result faster (ff2ad74)

Bug Fixes

  • update required minimal vitest version (3f8c817)

0.2.15 (2022-06-19)

Bug Fixes

  • windows path issue & improve error message (8e2a3db)

0.2.14 (2022-06-18)

Features

  • use --api to get result from test run (8e31504)

Bug Fixes

0.2.13 (2022-06-18)

Features

  • add multi-root workspace run/debug support (27951ad)

Bug Fixes

  • add log & fix potential error cause #44 (080b5b8)
  • consider workspace folder with no package.json not vitest env (be4d4c3)
  • loop over workspace folders for debugging (690a880)
  • loop to filter w/ async (a63778f)
  • sequentially debug separate workspace folders (2239de7)
  • use specific workspace folder's vitest exe (da560fc)

0.2.12 (2022-05-31)

Bug Fixes

  • udpate test error message (4b89bb3)

0.2.11 (2022-05-23)

Features

  • show diff in watch mode (3e5a213)
  • show error on the line it failed in watch mode #37 (793e2fc)

0.2.10 (2022-05-20)

Bug Fixes

0.2.9 (2022-05-18)

0.2.8 (2022-05-18)

Bug Fixes

  • use custom path when getVitestVersion (3ebb2f0)

0.2.7 (2022-05-18)

Bug Fixes

  • tests running state in watch mode (4b36b31)

0.2.6 (2022-05-18)

Bug Fixes

  • potential extension activation error (e5cdae5)

0.2.5 (2022-05-18)

Bug Fixes

  • fix potential failed issue (edba084)

0.2.4 (2022-05-17)

Bug Fixes

  • add duration to failed tests (923ea3f)
  • dispose state after turning off watch mode (a89e61b)
  • use current available port for watch mode (761b9d4)

0.2.3 (2022-05-17)

Bug Fixes

  • filter color char from testing output (730ae97), closes #34
  • turn off auto error peek in watch mode (0447fee)

0.2.2 (2022-05-16)

0.2.1 (2022-05-16)

Features

  • add toggle watch mode to command palette (7b17988)

0.2.0 (2022-05-16)

Features

Bug Fixes

0.1.27 (2022-05-08)

Bug Fixes

0.1.26 (2022-05-08)

0.1.25 (2022-05-08)

Bug Fixes

  • replace spawn with fork in some cases (b0e36f9)

0.1.24 (2022-05-06)

Bug Fixes

  • get vitest version on linux (5735ceb)

0.1.23 (2022-05-01)

Bug Fixes

  • use decorator-legacy on ts file (c04d4b9)

0.1.22 (2022-04-29)

Features

  • update snapshot from contextmenu (#28) (9228ecf)

Bug Fixes

  • filter ANSI color in the outpu (816be56), closes #19

0.1.21 (2022-04-28)

Bug Fixes

  • add logging for child.stderr #20 (75d240f)
  • use npx vitest as default vitest command (d4d4f70)

0.1.20 (2022-04-27)

Bug Fixes

  • File path corrections for Windows (#24) (66ca70f)

0.1.19 (2022-04-23)

Bug Fixes

0.1.18 (2022-04-22)

0.1.17 (2022-04-19)

Bug Fixes

  • use 'node vitest' as vitest command on windows (e3df7da)

0.1.16 (2022-04-06)

Bug Fixes

0.1.15 (2022-03-31)

Bug Fixes

0.1.14 (2022-03-30)

Bug Fixes

  • force spawn to use powershell on windows and fixed drive case match (04538c6)

0.1.13 (2022-03-29)

Bug Fixes

  • remove redundant line break (0c992af)

0.1.12 (2022-03-29)

Bug Fixes

  • debug & run tests on win (27ec1a9)

0.1.11 (2022-03-29)

Bug Fixes

  • adapt vitest 0.8.0 json format (7326dc2)

0.1.10 (2022-03-25)

Features

  • getting test result from debug (78aaa4b)

0.1.9 (2022-03-23)

Features

  • add directory prefix if needed (23f40d1)

Bug Fixes

  • detect vitest env by vitest config file (d584b28)
  • filter tests correctly (4f57d6e)

0.1.8 (2022-03-23)

Bug Fixes

0.1.7 (2022-03-23)

Bug Fixes

0.1.6 (2022-03-23)

Features

0.1.5 (2022-03-23)

Bug Fixes

  • refine error handling and err msg (febdc42)

0.1.4 (2022-03-22)

Bug Fixes

  • should use test name as id instead of index (e7622dd)

0.1.3 (2022-03-22)

Bug Fixes

0.1.2 (2022-03-22)

Features

  • run all tests in one go (ac86db0)

0.1.1 (2022-03-22)

Features

Bug Fixes

  • cannot get test result correctly (3847bd4)
  • conditionally activate extension (0b18649)
  • end run after all tests settled (f538b2b)
  • launch script (263ef2c)
  • load test in visible text editors (c659196)
  • run test with full name (4269efc)
  • test registry bug (d041868)
  • use testCase index to retrieve testItem (89daff4)