Skip to content

Latest commit

 

History

History
431 lines (238 loc) · 17.4 KB

CHANGELOG.md

File metadata and controls

431 lines (238 loc) · 17.4 KB

Changelog

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

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)