energy-state-analyzer 0.4.0 → 0.5.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 +1 -1
- package/docs/detectors/magic-numbers.md +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
last_commit_released:
|
|
2
|
+
last_commit_released: c52e34266a2eaeedc6f15e737f593420f3e340f9
|
|
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.5.0 - 2026-08-27
|
|
15
|
+
|
|
16
|
+
### 🚀 Features
|
|
17
|
+
|
|
18
|
+
* Exempt test files from the magic-number detector (#33) ([18023bb](https://github.com/cardamomcode/energy-state-analyzer/commit/18023bb92d74f66f189ac7207c1c9bb40f17aca9))
|
|
19
|
+
|
|
20
|
+
### 🐞 Bug Fixes
|
|
21
|
+
|
|
22
|
+
* Count distinct import sources, not raw lines, for import sprawl (#35) ([c52e342](https://github.com/cardamomcode/energy-state-analyzer/commit/c52e34266a2eaeedc6f15e737f593420f3e340f9))
|
|
23
|
+
|
|
24
|
+
<strong><small>[View changes on Github](https://github.com/cardamomcode/energy-state-analyzer/compare/e7c2d41d1347a4a10f7a921e077a45f745eade4c..c52e34266a2eaeedc6f15e737f593420f3e340f9)</small></strong>
|
|
25
|
+
|
|
14
26
|
## 0.4.0 - 2026-08-26
|
|
15
27
|
|
|
16
28
|
### 🚀 Features
|