Skip to content

Commit 7a79627

Browse files
committed
Merge pull request #10 from upgradejs/release-2.0.0
Release 2.0.0
2 parents ca5383b + 4e2b025 commit 7a79627

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
The next release, currently `2.0.0` in `package.json`, will collect the work merged to `main` since `1.3.1`. It has not yet been published to npm.
10+
## [2.0.0] - 2026-08-10
11+
12+
First major release of `upjs-plato` since the fork. Collects the work merged to `main` since `1.3.1`.
1113

1214
### Added
1315

@@ -16,6 +18,14 @@ The next release, currently `2.0.0` in `package.json`, will collect the work mer
1618
- `-p` / `--projectRoot`: directory containing the lockfile used by audit / outdated / depngn. Defaults to the current working directory.
1719
- `-T` / `--targetNode`: target Node major version for the depngn report. ([#3](https://github.com/upgradejs/upjs-plato/pull/3))
1820

21+
### Changed
22+
23+
- **Churn collection is now enabled by default** when the working directory is a git repo. `gitPath` defaults to `projectRoot` (which itself defaults to `cwd`), so the "Churn vs Complexity" chart populates without needing to pass `-g`. `-g` still works as an explicit override (e.g., for monorepos with nested `.git` directories). Non-git directories log a warning and continue instead of crashing. ([#7](https://github.com/upgradejs/upjs-plato/pull/7))
24+
25+
### Fixed
26+
27+
- "Churn vs Complexity" chart in the HTML report no longer renders blank. The serializer was reading `aggregate.complexity.cyclomatic` (undefined) instead of `aggregate.cyclomatic`; every point was getting `y: undefined` so Highcharts rendered nothing. This bug had been there since the chart was first added, but was masked because churn collection itself was opt-in. ([#7](https://github.com/upgradejs/upjs-plato/pull/7))
28+
1929
### Documentation
2030

2131
- README example for running via `npx upjs-plato`. ([#5](https://github.com/upgradejs/upjs-plato/pull/5))

0 commit comments

Comments
 (0)