Releases: hybridly/vscode
Releases · hybridly/vscode
v0.8.2
Bug Fixes
- psr4: start looking up from proper directory (b1e7d04)
- hybridly: properly map routes to context (190d8a0)
v0.8.1
Features
- pest: add option to add arbitrary pest arguments (0173a9c)
- psr4: support monorepositories (ad42d0a)
v0.8.0
Features
- pest: allow running tests in current directory (9724193)
- pest: use
--bail
by default (8d19bff)
v0.7.1
Bug Fixes
- tests: do not warn about pest/composer when loading a workspace (e8b396c)
v0.7.0
Bug Fixes
- tests: do not require being in a php file to run all tests (82ae84a, 3467a9c)
- tests: support commas in test names (eb30b8b)
- ux: show error message when
composer.json
is not found (a0dbcf4)
v0.6.2
Features
- commands: add "run previous" command (7ba0f1a)
- autocomplete: support named parameters (56147e6)
- generate-class: support invokable classes (0815b8a)
v0.6.1
Bug Fixes
- psr-4: support autoload-dev (9b87c34)
Features
- pest: support
--test-directory
config (aca521d)
v0.5.3
Bug Fixes
- psr4: handle array psr-4 namespaces (e8ffee5)
- psr4: handle cases where there is no psr-4 defined (87cef80)
v0.5.2
Bug Fixes
- psr4: improve namespace guessing reliability (7a79ec8)