File tree Expand file tree Collapse file tree 3 files changed +39
-1
lines changed
Expand file tree Collapse file tree 3 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 11# @react-code-view/core
22
3+ ## 3.1.0
4+
5+ ### Minor Changes
6+
7+ - ** Test Coverage** : Achieved 100% test pass rate (26/26 tests)
8+ - ** Codecov Integration** : Added comprehensive coverage reporting infrastructure
9+ - ** Bug Fixes** : Fixed TypeScript type errors and improved test reliability
10+
311## 3.0.0
412
513### Major Changes
Original file line number Diff line number Diff line change 2020 - Build integration: Legacy ` webpack-md-loader ` is removed; migrate to unified ` @react-code-view/unplugin ` for Vite/Webpack/Rollup/esbuild/Rspack
2121 - Tooling: Minimum requirements updated to Node >=18 and PNPM >=8 for the monorepo/dev workflow
2222
23+ ### Minor Changes
24+
25+ - ** Codecov Integration** : Added comprehensive test coverage reporting with codecov/codecov-action@v5
26+ - ** 100% Test Pass Rate** : All 159 tests passing across all packages (core: 26/26, react: 81/81, unplugin: 52/52)
27+ - ** Test Coverage Improvements** : Overall coverage improved from ~ 47% to ~ 95%
28+ - Added comprehensive test suites for unplugin package (0% → 100%)
29+ - Enhanced React component tests (40% → 100%)
30+ - ** Configuration & Tooling** :
31+ - Added @vitest/coverage-v8 dependency and test: coverage script
32+ - Removed duplicate .eslintrc.js, unified ESLint configuration
33+ - Created .github/CODECOV_SETUP.md documentation
34+ - ** Documentation** : Updated README badges, added Codecov badge, moved deprecation notice to docs/
35+ - ** Bug Fixes** : Fixed TypeScript type errors, corrected component prop usage, simplified Hook type handling
36+
2337### Patch Changes
2438
2539- Updated dependencies
26- - @react-code-view/core @3.0 .0
40+ - @react-code-view/core @3.1 .0
Original file line number Diff line number Diff line change 11# @react-code-view/unplugin
22
3+ ## 3.1.0
4+
5+ ### Minor Changes
6+
7+ - ** Comprehensive Test Suite** : Added full test coverage (0% → 100%, 52/52 tests passing)
8+ - utils.test.ts: Options normalization and file filtering
9+ - transform.test.ts: Markdown transformation (native & HTML modes)
10+ - core.test.ts: Plugin creation and build tool integration
11+ - ** Codecov Integration** : Added coverage reporting with lcov format
12+ - ** Bug Fixes** : Fixed TypeScript type errors in test files
13+
14+ ### Patch Changes
15+
16+ - Updated dependencies
17+ - @react-code-view/core @3.1.0
18+
319## 3.0.0
420
521### Major Changes
You can’t perform that action at this time.
0 commit comments