You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated default baseline filename in `check-performance.sh`
13
+
- Updated all documentation references
14
+
- Updated test fixtures and test scripts
15
+
- Updated `.gitignore` patterns
16
+
- Renamed `dist/tests/fixtures/.neochrome-baseline` to `.hcc-baseline`
17
+
18
+
---
19
+
8
20
## [1.0.58] - 2025-12-31
9
21
10
22
### Fixed
11
-
-**Test Fixture Baseline File** - Added `.neochrome-baseline` test fixture to git
23
+
-**Test Fixture Baseline File** - Added `.hcc-baseline` test fixture to git
12
24
- File was being ignored by `.gitignore`, causing CI test failures
13
-
- Added exception in `.gitignore` for `dist/tests/fixtures/.neochrome-baseline`
25
+
- Added exception in `.gitignore` for `dist/tests/fixtures/.hcc-baseline`
14
26
- Fixes "JSON baseline behavior" test failure in GitHub Actions
15
27
16
28
### Added
@@ -609,7 +621,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
609
621
### Added
610
622
611
623
- **Baseline regression coverage**
612
-
- Added a dedicated `.neochrome-baseline` fixture and JSON-based test in `dist/tests/run-fixture-tests.sh` to validate `baselined` and `stale_baseline` behavior end-to-end.
624
+
- Added a dedicated `.hcc-baseline` fixture and JSON-based test in `dist/tests/run-fixture-tests.sh` to validate `baselined` and `stale_baseline` behavior end-to-end.
613
625
- **Developer documentation updates**
614
626
- Updated `dist/README.md` with JSON output and baseline usage instructions for CI/tooling, and bumped example/version references to 1.0.33.
615
627
@@ -620,7 +632,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
620
632
### Added
621
633
622
634
- **Baseline support for performance findings**
623
-
- New `--generate-baseline` flag to scan the current codebase and write a `.neochrome-baseline` file with per-rule, per-file allowed counts
635
+
- New `--generate-baseline` flag to scan the current codebase and write a `.hcc-baseline` file with per-rule, per-file allowed counts
624
636
- New `--baseline` flag to point to a custom baseline file path and `--ignore-baseline` to disable baseline usage when needed
625
637
- Runtime checks now consult the baseline and suppress findings that are within the recorded allowance while still emitting new or increased findings
626
638
- JSON summary now includes `baselined` (total suppressed findings) and `stale_baseline` (entries where the recorded allowance exceeds current matches)
0 commit comments