@pythonidaer/complexity-report 1.0.3 → 1.0.4
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 +6 -0
- package/README.md +3 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.0.4] - 2026-02-08
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- README: removed broken Documentation links (API.md, MIGRATION.md); point to existing docs and in-readme section.
|
|
12
|
+
- DEVELOPER.md: package name and install/import examples updated to @pythonidaer/complexity-report.
|
|
13
|
+
|
|
8
14
|
## [1.0.3] - 2026-02-08
|
|
9
15
|
|
|
10
16
|
### Fixed
|
package/README.md
CHANGED
|
@@ -93,10 +93,9 @@ console.log(`Total functions: ${result.stats.allFunctionsCount}`);
|
|
|
93
93
|
|
|
94
94
|
## Documentation
|
|
95
95
|
|
|
96
|
-
- [
|
|
97
|
-
- [Developer Guide](./docs/DEVELOPER.md)
|
|
98
|
-
- [
|
|
99
|
-
- [Changelog](./CHANGELOG.md)
|
|
96
|
+
- [Programmatic API](#programmatic-api) — usage and options (above)
|
|
97
|
+
- [Developer Guide](./docs/DEVELOPER.md) — internals and contributing
|
|
98
|
+
- [Changelog](./CHANGELOG.md) — version history and migration from scripts
|
|
100
99
|
- [Publishing to npm](./PUBLISH.md) — for maintainers
|
|
101
100
|
|
|
102
101
|
## License
|
package/package.json
CHANGED