Skip to content

Latest commit

 

History

History
70 lines (37 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

70 lines (37 loc) · 1.11 KB

Change Log

See https://github.com/bmalehorn/vscode-test-switcher/commits/master/ for changes after 2.6.2.

2.6.2

  • Update badge URLs
  • Remove deprecated suggestions from extensions.json

2.6.1

  • Updated icon

2.6.0

  • Python: Support src/*/*.py <=> test/*/test_*.py

2.5.0

  • Ruby: Added support for Rails 6

2.4.0

  • JavaScript / TypeScript: Improved support for jsx <=> js mismatches

2.3.0

  • JavaScript / TypeScript: Added support for *.test.js in the same directory

2.2.0

  • Ruby: Added lib/ support

2.1.1

  • added demo to README.md

2.1.0

  • Ruby: Added support for minitest

2.0.0

  • Go: fix a bug breaking directories containing .

1.4.0

  • Python: added language, using unittest convention
  • all languages: updated rules to work on all extensions, e.g. file.x <=> file_test.x

1.3.0

  • JavaScript: support .js test on .ts file

1.2.0

  • Rails: allow arbitrary depth directories, like app/a/b/c.rb
  • JavaScript: add test/suite/*.test.js support

1.1.1

Update README.

1.1.0

Add support for __tests__/*.test.js directory.

1.0.0

Initial release.