energy-state-analyzer 0.5.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 +13 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/docs/detectors/file-coherence.md +15 -1
- 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,18 @@ 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
|
+
|
|
14
26
|
## 0.5.0 - 2026-08-27
|
|
15
27
|
|
|
16
28
|
### 🚀 Features
|