Releases: oorabona/vitest-monocart-coverage
Releases · oorabona/vitest-monocart-coverage
Release 2.0.1
Release 2.0.0
Added
- streamline hotfix and republish scripts by consolidating changelog population logic (cd56ab8)
- enhance changelog script to include GitHub commit links (a440cdf)
- implement script to populate [Unreleased] section in changelog with commits since last tag (3dacbea)
- enhance changelog population script to support multiple conventional commit prefixes (87a5f3b)
- enhance logger functionality with module support and logging levels (410aa2e)
- extend provider configuration with browser support (410aa2e)
- implement MonocartBrowserProvider for browser coverage integration and add CSS option validation (bafc4f3)
Fixed
- update commit message for republishing and skip changelog for specific commits (8aea4a8)
- improve commit description cleanup and regex for conventional commits (9235772)
- remove vite-ignore comments for dynamic imports and update test patterns in config files (44ad329)
- improve error handling and logging in provider tests (410aa2e)
- update MonocartReporter to expose config as public and adjust default CSS option in tests (b4c01f4)
Changed
- remove outdated changelog scripts and implement a simplified unreleased population script (782d325)
- Merge remote-tracking branch 'refs/remotes/origin/main' (d6d76e7)
- add comprehensive tests for reporter functionality (410aa2e)
- update TypeScript configuration for browser compatibility (410aa2e)
- refactor build configuration for multiple targets (410aa2e)
- add Vitest configuration for browser testing (410aa2e)
- update self-coverage configurations for improved reporting (410aa2e)
Release 1.2.0
Release v1.2.0
[v1.2.0] - 2025-09-06
Added
- enhance changelog population logic to merge manual and git-generated sections (3cb4984)
- enhance changelog population logic and improve commit parsing with SHA links (924620e)
Fixed
- update package.json scripts for improved build configurations and refine tsup sourcemap handling (858be7f)
- Test coverage extraction issues in exception handling paths (lines 189, 209 in config.ts)
- Transform cache access logic for different transformMode values and vitenode fallback scenarios
- update package.json scripts for improved build configurations and refine tsup sourcemap handling (cbbd93e)
- align version handling in MonocartCoverageProvider with Vitest to prevent mixed version warnings (43cee8e)
- disable git commit in changelog-only configuration (38119cb)
- update release-it configuration to enable changelog updates during release process (1c325c2)
- update CHANGELOG.md with recent additions, fixes, and changes for improved documentation (0f1c08e)
Changed
- enhance README with additional badges and documentation links (f992b05)
- add coverage provider comparison between Monocart and V8 default (af5a8c6)
- Optimized build system with conditional source maps (dev-only vs production)
- Package size reduced from ~6MB to 362KB (94% reduction) by excluding source maps from npm distribution
- Improved tsup configuration with NODE_ENV-based sourcemap generation
- Updated package.json files array to exclude .map files from npm package
- enhance README with additional badges and documentation links
- add coverage provider comparison between Monocart and V8 default
- clarify architectural role of the coverage provider in README.md (db90f10)
- update CHANGELOG.md with recent additions, fixes, and changes for improved documentation (afd7940)
Release 1.1.0
Release v1.1.0
[v1.1.0] - 2025-09-05
Added
- enhance retry publish workflow with temporary branch management and update release-it configuration
- add workflows for hotfix, republish, and retry publish with associated scripts
- add script to auto-populate [Unreleased] section in CHANGELOG.md
Fixed
- update type assertions in tests for better compatibility with Vitest
- update comment to specify the ignore next line for v8 in findConfigLoader function
- improve fetchCache assignment logic for better handling of transform modes
- enable commit in republish workflow to update CHANGELOG.md
- add repository field to package.json for better project visibility
- because of release-it#834 issue, retry by creating a temporary branch to avoid detached HEAD issues
Changed
- update build scripts for improved sourcemap handling and add production coverage test
- update CHANGELOG.md with enhancements and fixes for v1.0.0 release
- comment out typecheck:tests step in republish workflow
- simplify retry publish workflow by removing temporary branch management
- comment out typecheck:tests step in CI workflow
- add initial changelog file following semantic versioning
- enhance version handling in update-changelog script
- add tsx as a dependency and update package manager version
- comment out Codecov actions in CI workflow
- update CI workflow and scripts for improved coverage reporting
Release 1.0.0
Release v1.0.0
v1.0.0 - 2025-09-05
Added
- enhance retry publish workflow with temporary branch management and update release-it configuration
- add workflows for hotfix, republish, and retry publish with associated scripts
- add script to auto-populate Unreleased section in CHANGELOG.md
Fixed
- add repository field to package.json for better project visibility
- because of release-it#834 issue, retry by creating a temporary branch to avoid detached HEAD issues
Changed
- comment out typecheck:tests step in republish workflow
- simplify retry publish workflow by removing temporary branch management
- comment out typecheck:tests step in CI workflow
- add initial changelog file following semantic versioning
- enhance version handling in update-changelog script
- add tsx as a dependency and update package manager version
- comment out Codecov actions in CI workflow
- update CI workflow and scripts for improved coverage reporting