Releases: npmx-dev/vscode-npmx
Releases · npmx-dev/vscode-npmx
v0.3.0
🚀 Features
- Add link icons to package hover - by @nitodeco in #22 (3d212)
- Show warning on pkg fetch error - by @nitodeco in #28 (78574)
- Exclude deprecated and prerelease versions from completion + add config - by @nitodeco in #27 (4dad1)
- completion: Support 'npm:'-prefixed versions - by @9romise in #29 (da17a)
- diagnostics: Add deprecated tag for deprecated package versions - by @9romise (e49da)
- docs: Add code of conduct and contribution guide - by @nitodeco in #23 (93c04)
View changes on GitHub
v0.2.1
This is a re‑release of v0.2.0. For detailed changes, see:https://github.com/npmx-dev/vscode-npmx/releases/tag/v0.2.0
🐞 Bug Fixes
View changes on GitHub
v0.2.0
🚀 Features
- Expose
hover,diagnostics, andcompletionsettings - by @9romise (ce769) - Use reactive config for providers - by @9romise (4c390)
- Add command to open npmx.dev in browser - by @9romise (c89fa)
- Report replacement with docs - by @hyoban in #20 (defe5)
- diagnostics: Add clickable links to diagnostic codes - by @9romise (a7111)
🐞 Bug Fixes
- Return null for missing replacements to allow cache hits - by @9romise (7fbe6)
- Improve
memoizetype safety for nullable data - by @9romise (a9efc)
🏎 Performance
View changes on GitHub
v0.1.0
🚀 Features
- Add Cmd+Click links for package.json dependencies - by @9romise (aa0cb)
- Cache json ast - by @9romise (db597)
- Add version completion for
package.jsondependencies - by @9romise in #5 (6dec4) - Add
versionCompletionconfiguration with provenance filter - by @9romise (4a940) - Add support for
pnpm-workspace.yaml- by @9romise in #6 (074df) - Display package deprecation diagnostics - by @9romise in #7 (0a662)
- Integrate
module-replacements, display replacement info - by @9romise in #11 (977d8) - Use
HoverProviderinstead ofDocumentLinkProviderto avoid style conflicts - by @9romise (2e9c4) - Show
docslink in footer - by @9romise (71a28) - Display provenance badge - by @9romise (0f663)
- Return stale value when fetch error - by @9romise (32e15)
- Display vulunerability info - by @9romise in #16 (f95cc)
🐞 Bug Fixes
- Move versionCompletion check before provider registration - by @9romise (9ed43)
- Remove unnecessary encode - by @9romise (57634)
- Clear stale diagnostic before re-collecting - by @9romise (3de50)