energy-state-analyzer 0.6.0 → 0.7.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 +14 -1
- package/package.json +6 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
last_commit_released:
|
|
2
|
+
last_commit_released: 5d63923aba3248095bda4074aff14bb133f4f65b
|
|
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.7.0 - 2026-08-28
|
|
15
|
+
|
|
16
|
+
### 🚀 Features
|
|
17
|
+
|
|
18
|
+
* Add includeFixtures setting for visually verifying detector fixtures (#40) ([5d63923](https://github.com/cardamomcode/energy-state-analyzer/commit/5d63923aba3248095bda4074aff14bb133f4f65b))
|
|
19
|
+
|
|
20
|
+
### 🐞 Bug Fixes
|
|
21
|
+
|
|
22
|
+
* Group class methods by enclosing type in file-coherence detector (#39) ([3274ad5](https://github.com/cardamomcode/energy-state-analyzer/commit/3274ad53d7e58a40c3a9ddae3c859e0cf9e7ee39))
|
|
23
|
+
|
|
24
|
+
<strong><small>[View changes on Github](https://github.com/cardamomcode/energy-state-analyzer/compare/ba8974593949c853eabeedd60da6b0bacd84d73c..5d63923aba3248095bda4074aff14bb133f4f65b)</small></strong>
|
|
25
|
+
|
|
14
26
|
## 0.6.0 - 2026-08-27
|
|
15
27
|
|
|
16
28
|
### 🚀 Features
|