Releases: joncodeofficial/vscode-console-warrior
Releases ยท joncodeofficial/vscode-console-warrior
v1.3.31
v1.3.30
v1.3.29
v1.3.28
1.3.28 (2025-12-06)
- fix: feat autodetect port in vite (226ebb3)
- fix: implement workspace-scoped decorator isolation for multi-project support (47c52fa)
- refactor: code structure (31cf1fe)
- refactor: new function to detect vite projects (bba54d5)
- refactor: remove connectToPort Command because is innecesary now (8b7f043)
- chore: fix package.json to include all package.json files in the workspace (2704d4e)
- chore: remoce comments in prod (99ed93f)
v1.3.27
v1.3.26
1.3.26 (2025-09-27)
- chore: add eslint-plugin-unused-imports dependency (15e75c5)
- chore: add subject-case rule to commitlint configuration (29a2424)
- chore: move ESLint step to run before building the extension (6125a17)
- chore: update ESLint configuration for improved readability and consistency (b9a4800)
- chore: update ESLint rules to enforce stricter error handling (7b0788b)
- refactor: add function to barrel file (a519c82)
- refactor: code structure (ff76929)
- refactor: code structure (9436467)
- refactor: implement hoverMessageProvider for enhanced hover functionality (c4428c3)
- refactor: move CONSOLE_COMMENTS_REGEX into the function hasValidConsole (e4ab008)
- refactor: replace createHoverProvider with hoverMessageProvider for improved hover functionality (f03bd54)
- refactor: simplify error handling in WebSocket message parsing (23cf77c)
- fix: bug in hasDependencies function when it has few dependencies (0514160)
- fix: improve Remove decorator behavior (4b1839d)
- fix: MAX_DECORATIONS constant is now 500 (bff9b47)
v1.3.25
1.3.25 (2025-09-20)
- fix: โก implement hover provider for console messages. fixing problems with performance (8f3ed1c)
- refactor: correct import and usage of CONSOLE_COMMENTS_REGEX in hasValidConsole function (68c3e65)
- refactor: remove commented out timeEnd color from decorator colors (79578f2)
- style: fix width hover message (100a474)