energy-state-analyzer 0.9.1 → 0.10.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 +9 -1
- package/dist/cli.js +1 -1
- package/docs/detectors/file-coherence.md +8 -2
- package/docs/detectors/primitive-obsession.md +166 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
last_commit_released:
|
|
2
|
+
last_commit_released: 7879447ccd900a3aef6e14b44c1e48969e907e62
|
|
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,14 @@ 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.10.0 - 2026-09-02
|
|
15
|
+
|
|
16
|
+
### 🚀 Features
|
|
17
|
+
|
|
18
|
+
* Distinguish import coherence signals (#70) ([7879447](https://github.com/cardamomcode/energy-state-analyzer/commit/7879447ccd900a3aef6e14b44c1e48969e907e62))
|
|
19
|
+
|
|
20
|
+
<strong><small>[View changes on Github](https://github.com/cardamomcode/energy-state-analyzer/compare/3aadd519fe3bb11fa9a79562a1c5b09035245568..7879447ccd900a3aef6e14b44c1e48969e907e62)</small></strong>
|
|
21
|
+
|
|
14
22
|
## 0.9.1 - 2026-09-01
|
|
15
23
|
|
|
16
24
|
### 🐞 Bug Fixes
|