energy-state-analyzer 0.4.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/docs/detectors/file-coherence.md +16 -2
- package/docs/detectors/magic-numbers.md +1 -0
- package/package.json +15 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
last_commit_released:
|
|
2
|
+
last_commit_released: ba8974593949c853eabeedd60da6b0bacd84d73c
|
|
3
3
|
name: energy-state-analyzer
|
|
4
4
|
updaters:
|
|
5
5
|
- command: npm version {version} --no-git-tag-version --allow-same-version
|
|
@@ -11,6 +11,30 @@ All notable changes to the "energy-state-analyzer" extension are generated by
|
|
|
11
11
|
[EasyBuild.ShipIt](https://github.com/easybuild-org/EasyBuild.ShipIt) from
|
|
12
12
|
[Conventional Commits](https://www.conventionalcommits.org/).
|
|
13
13
|
|
|
14
|
+
## 0.6.0 - 2026-08-27
|
|
15
|
+
|
|
16
|
+
### 🚀 Features
|
|
17
|
+
|
|
18
|
+
* Add type-based cohesion signal to the file-coherence detector (#38) ([ba89745](https://github.com/cardamomcode/energy-state-analyzer/commit/ba8974593949c853eabeedd60da6b0bacd84d73c))
|
|
19
|
+
|
|
20
|
+
### 🐞 Bug Fixes
|
|
21
|
+
|
|
22
|
+
* Exempt annotated const val from Kotlin magic-number detector (#36) ([3439614](https://github.com/cardamomcode/energy-state-analyzer/commit/3439614b1ad4e8f2394e854c5bc8abbaab8c84ba))
|
|
23
|
+
|
|
24
|
+
<strong><small>[View changes on Github](https://github.com/cardamomcode/energy-state-analyzer/compare/c52e34266a2eaeedc6f15e737f593420f3e340f9..ba8974593949c853eabeedd60da6b0bacd84d73c)</small></strong>
|
|
25
|
+
|
|
26
|
+
## 0.5.0 - 2026-08-27
|
|
27
|
+
|
|
28
|
+
### 🚀 Features
|
|
29
|
+
|
|
30
|
+
* Exempt test files from the magic-number detector (#33) ([18023bb](https://github.com/cardamomcode/energy-state-analyzer/commit/18023bb92d74f66f189ac7207c1c9bb40f17aca9))
|
|
31
|
+
|
|
32
|
+
### 🐞 Bug Fixes
|
|
33
|
+
|
|
34
|
+
* Count distinct import sources, not raw lines, for import sprawl (#35) ([c52e342](https://github.com/cardamomcode/energy-state-analyzer/commit/c52e34266a2eaeedc6f15e737f593420f3e340f9))
|
|
35
|
+
|
|
36
|
+
<strong><small>[View changes on Github](https://github.com/cardamomcode/energy-state-analyzer/compare/e7c2d41d1347a4a10f7a921e077a45f745eade4c..c52e34266a2eaeedc6f15e737f593420f3e340f9)</small></strong>
|
|
37
|
+
|
|
14
38
|
## 0.4.0 - 2026-08-26
|
|
15
39
|
|
|
16
40
|
### 🚀 Features
|