@zeroheight/adoption-cli 3.5.0 → 4.0.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 +16 -0
- package/dist/cli.js +421 -4
- package/dist/cli.js.LICENSE.txt +76 -0
- package/package.json +8 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Release notes
|
|
2
2
|
|
|
3
|
+
## [4.0.0](https://www.npmjs.com/package/@zeroheight/adoption-cli/v/4.0.0) - 23rd September 2025
|
|
4
|
+
|
|
5
|
+
- Add support for analyzing component usage in Angular projects
|
|
6
|
+
|
|
7
|
+
## [3.7.0](https://www.npmjs.com/package/@zeroheight/adoption-cli/v/3.7.0) - 15th September 2025
|
|
8
|
+
|
|
9
|
+
- Fix issue with component usage data not being correctly sent to zeroheight
|
|
10
|
+
|
|
11
|
+
## [3.6.0](https://www.npmjs.com/package/@zeroheight/adoption-cli/v/3.6.0)
|
|
12
|
+
|
|
13
|
+
- Support for React compound component usage analysis
|
|
14
|
+
|
|
15
|
+
## [3.5.1](https://www.npmjs.com/package/@zeroheight/adoption-cli/v/3.5.1) - 18th August 2025
|
|
16
|
+
|
|
17
|
+
- Fix `--component-usage` and `--color-usage` flags in `analyze` command to work with interactive mode
|
|
18
|
+
|
|
3
19
|
## [3.5.0](https://www.npmjs.com/package/@zeroheight/adoption-cli/v/3.5.0) - 8th August 2025
|
|
4
20
|
|
|
5
21
|
- Send framework with component usage data to zeroheight
|