Skip to content

Latest commit

 

History

History
549 lines (297 loc) · 16.5 KB

CHANGELOG.md

File metadata and controls

549 lines (297 loc) · 16.5 KB

v0.18.3 (2024-10-15)

🐞 Bug Fixes

  • Ci node version not use .nvmrc (d86b433)

❤️ Contributors

View changes on GitHub

v0.18.2 (2024-10-15)

🐞 Bug Fixes

❤️ Contributors

View changes on GitHub

v0.18.1 (2024-10-15)

🐞 Bug Fixes

  • Update engines.vscode to 1.92.0 (f3d0702)

❤️ Contributors

View changes on GitHub

v0.18.0 (2024-10-15)

🚀 Features

  • Package.json support validate engine.vscode and activationEvents (142a48b)

❤️ Contributors

View changes on GitHub

v0.17.4 (2024-10-15)

🚀 Features

🐞 Bug Fixes

  • Fetch remote package info pass version wrong (b73d3cd)
  • Ry fetch latest version when fetch remote package info failed (9e96754)

❤️ Contributors

View changes on GitHub

v0.17.3 (2024-09-19)

🐞 Bug Fixes

  • Ignore invalid version first (125bc9e)

❤️ Contributors

View changes on GitHub

v0.17.2 (2024-07-25)

🐞 Bug Fixes

  • diagnostic: Add missing data (#17)

❤️ Contributors

View changes on GitHub

v0.17.1 (2024-07-25)

🐞 Bug Fixes

❤️ Contributors

View changes on GitHub

v0.17.0 (2024-07-25)

🚀 Features

  • Quickfix action add lock installed version and upgrade single package (5d185c4)
  • diagnostic: Fix the location of relatedInformation (33b3552)

🐞 Bug Fixes

❤️ Contributors

View changes on GitHub

v0.16.2 (2024-07-22)

🐞 Bug Fixes

  • Bring back timeout for bundlephobia api (c283d23)

❤️ Contributors

View changes on GitHub

v0.16.1 (2024-07-15)

🏎 Performance

🐞 Bug Fixes

  • Skip check for devDependencies from node_modules (f526234)

❤️ Contributors

View changes on GitHub

v0.16.0 (2024-07-14)

🚀 Features

  • .npmrc auto complete (#12)

❤️ Contributors

View changes on GitHub

v0.15.2 (2024-07-13)

🐞 Bug Fixes

  • Some dynamic import cases hover tooltip not work (1b93301)

❤️ Contributors

View changes on GitHub

v0.15.1 (2024-07-13)

No significant changes

View changes on GitHub

v0.15.0 (2024-07-13)

🚀 Features

  • Add Bundlephobia and pkg-size to website (b56e363)
  • Check if local dependency versions are correct (7b25817)
  • Add code action to run install (3391709)
  • Add configuration (92902ca)
  • Upgrade deps (d5b0946)
  • File watcher (65d6eed)
  • Watch bun lock file to update diagnostic (4606a94)

🏎 Performance

🐞 Bug Fixes

❤️ Contributors

View changes on GitHub

v0.14.2 (2024-06-30)

🚀 Features

  • Upgrade deps (8b72007)
  • Show pkg desc on vscode not builtin dependencies node (e76d32f)

🐞 Bug Fixes

  • DependenciesNodePaths config not work (360126d)

❤️ Contributors

View changes on GitHub

v0.14.1 (2024-06-13)

🚀 Features

🐞 Bug Fixes

  • Handle empty repository url (c9383bc)

❤️ Contributors

View changes on GitHub

v0.14.0 (2024-05-19)

🚀 Features

❤️ Contributors

View changes on GitHub

v0.13.4 (2024-04-26)

🐞 Bug Fixes

  • Hover tooltip can't go to package.json (e9a7aa9)

❤️ Contributors

View changes on GitHub

v0.13.3 (2024-04-14)

🚀 Features

  • Optimize package hover tooltip style (57b3864)

🐞 Bug Fixes

  • Can't recogonize builtin module with protocol prefix (495b665)

❤️ Contributors

View changes on GitHub

v0.13.2 (2024-04-05)

🐞 Bug Fixes

  • Typed package should consider only contains index.d.ts (0456a6a)

❤️ Contributors

View changes on GitHub

v0.13.1 (2024-04-04)

🚀 Features

  • Add docs about config package hover tooltip (9f3f091)

❤️ Contributors

View changes on GitHub

v0.13.0 (2024-04-04)

🚀 Features

  • Support run npm script in terminal (49506e7)
  • Support package.json dependencies definition (37db3f4)
  • Support package.json deps hover tooltip (9088f07)
  • Import statement hover tooltip (4aea8f0)
  • Make bundle size clickable (8aac267)
  • Support show latest version, github star count etc (dc52060)
  • Support show package description on imported module (882703a)
  • Support sync npm mirror package (7b4287c)
  • Support custom package hover websites (e2cd10e)
  • Support config package hover tooltip badges (acedf56)

❤️ Contributors

View changes on GitHub

v0.12.0 (2024-03-31)

🚀 Features

  • Support node version codelens (9b53c24)

❤️ Contributors

View changes on GitHub

v0.11.0 (2024-03-31)

🚀 Features

  • Upgrade deps (8bcd37e)
  • Support packageManager field codelens (1852cd2)

❤️ Contributors

View changes on GitHub

v0.10.1 (2023-07-13)

No significant changes

View changes on GitHub

v0.10.0 (2023-07-13)

🚀 Features

  • Support add version when add missing deps (1faf183)

❤️ Contributors

View changes on GitHub

v0.9.2 (2023-07-12)

View changes on GitHub

0.8.9 - 2023-06-18

Fixed

  • can't recognize import *

0.8.7 - 2023-06-18

Fixed

  • can't recognize imported member with number

0.8.5 - 2023-05-28

Changed

  • perf: glob search disable followSymbolicLinks

0.8.4 - 2023-05-27

Fixed

  • pnpm workspace codelens doesn't work when packages glob isn't quoted

0.8.3 - 2023-04-28

Changed

  • perf: optimize rg search cpu costs

0.8.2 - 2023-04-27

Fixed

  • name and packageManager of run script background

Changed

  • update yaml

0.8.1 - 2023-04-26

Changed

  • refactor: ignore parse ast error

0.8.0 - 2023-04-26

Added

  • feat: run npm script background

Change

  • perf: only trigger resolve codeLens when affect extension config

0.7.1 - 2023-04-23

Change

  • optimize debounce and throttle

0.7.0 - 2023-04-22

Added

  • feat: support custom glob codeLens title format
  • feat: support showing search imports state

Changed

  • perf: avoid many useless fire provideCodeLenses

0.6.0 - 2023-04-22

Added

  • add toggle dependencies codeLens icon

Changed

  • perf: throttle fire provide codeLens

Fixed

  • can't enable codeLens if is disable when startup

0.5.0 - 2023-04-21

Added

  • dependencies codeLens support multi line import statement
  • new setting: package-manager-enhancer.enableLogInfo
  • new setting: package-manager-enhancer.packageJsonDependenciesCodeLens.ignorePatterns

Fixed

  • dependencies codelens missing unassigned imports
  • dependencies codelens can't deal with module path contains .

0.4.0 - 2023-04-20

Added

  • add editor/title/context menu tot toggle package json deps codeLens

Changed

  • simplify codelens display
  • kill previous search process if search same dep again

0.3.0 - 2023-04-20

Added

  • new configuration: package-manager-enhancer.packageJsonFilesCodeLens.includeDefaultPackedFiles
  • dependencies codelens support distinct imports and type imports

Fixed

  • configuration package-manager-enhancer.packageJsonDependenciesCodeLens.searchDependenciesExcludePatterns doesn't work

0.2.0 - 2023-04-18

Added

  • package.json dependencies codeLens
  • many customization configuration

0.1.1 - 2023-04-16

Fixed

  • fix package.json files property codeLens patterns

0.1.0 - 2023-04-15

Added

  • package.json files property codeLens

Changed

  • open file instead of reference panel when reference count is 1

0.0.3 - 2023-04-10

Changed

  • correct README title
  • add some todo

0.0.2 - 2023-04-10

Added

  • package.json pnpm configuration schema

0.0.1 - 2023-04-09

Added

  • pnpm-workspace.yaml codeLens