Skip to content

Releases: askpt/code-metrics

v0.3.1

01 Apr 16:11
Immutable release. Only release title and notes can be modified.
653ce6c

Choose a tag to compare

0.3.1 (2026-04-01)

🚀 Performance

  • cache parsers and analysis results to reduce per-keystroke overhead (#222) (1f2f4d3)

🔄 Refactoring

  • extract generic createAnalyzer helper and implement showFunctionDetails command (#230) (6f507ae)

v0.3.0

19 Mar 08:30
Immutable release. Only release title and notes can be modified.
63a32ca

Choose a tag to compare

0.3.0 (2026-03-19)

🐛 Bug Fixes

  • remove incorrect % symbol from complexity score in CodeLens title (#158) (d90d8bf)

✨ New Features

  • add JavaScript and TypeScript cognitive complexity support (#164) (4ce549c)

v0.2.0

29 Dec 09:01
Immutable release. Only release title and notes can be modified.
8a19337

Choose a tag to compare

0.2.0 (2025-12-24)

🐛 Bug Fixes

  • Update complexity calculations in CSharpMetricsAnalyzer (#115) (0bbfbeb)

✨ New Features

  • Add Go language support and enhance metrics analysis (#113) (6061073)

v0.1.6

28 Nov 17:29
Immutable release. Only release title and notes can be modified.
78cbb6c

Choose a tag to compare

0.1.6 (2025-11-28)

🐛 Bug Fixes

  • upgrade engines.vscode to ^1.106.0 to match @types/vscode version (#99) (fa6b821)

v0.1.5

28 Nov 16:00
Immutable release. Only release title and notes can be modified.
aad84c6

Choose a tag to compare

0.1.5 (2025-11-28)

🐛 Bug Fixes

  • Register CodeLens command to suppress click error (#97) (8b3e87e)

v0.1.4

21 Sep 10:57
Immutable release. Only release title and notes can be modified.
db88cf0

Choose a tag to compare

0.1.4 (2025-09-21)

🐛 Bug Fixes

  • Enhance C# metrics analyzer for preprocessor directive complexity (#44) (7e42f01)

🧹 Chore

  • Add logo and fix icon path in package.json (#34) (7072d7e)
  • Update CHANGELOG.md with recent changes (#36) (ae74e05)

v0.1.3

20 Sep 22:29
Immutable release. Only release title and notes can be modified.
cdcbee1

Choose a tag to compare

0.1.3 (2025-09-20)

🐛 Bug Fixes

  • Update displayName to 'Code Complexity Metrics' (#29) (eb210f2)

v0.1.2

20 Sep 22:19
Immutable release. Only release title and notes can be modified.
0a51638

Choose a tag to compare

0.1.2 (2025-09-20)

🐛 Bug Fixes

v0.1.1

20 Sep 21:45
Immutable release. Only release title and notes can be modified.
43e8522

Choose a tag to compare

0.1.1 (2025-09-20)

🐛 Bug Fixes

  • Update package.json with publisher and repository information (#25) (dd7df79)
  • update publisher and repository information in package.json (dd7df79)

v0.1.0

20 Sep 21:30
Immutable release. Only release title and notes can be modified.
85da630

Choose a tag to compare

0.1.0 (2025-09-20)

🐛 Bug Fixes

  • correct formatting and structure in package.json (#24) (5218704)
  • unit test execution (#20) (c867aae)
  • update dependabot to use conventional commit types (#7) (af10651)
  • update module target in tsconfig.json to node20 (c3b7ddb)

✨ New Features

  • add CodeLens and code complexity integration (#13) (706fc08)
  • Add configuration parameters (#14) (35cffaf)
  • add Dependabot support for npm and GitHub Actions (#3) (0845adc)
  • add initial skeleton for the project (950765e)