v0.9.1
Fixed
- Format code with improved line breaks and add oxfmt config by @bartveneman in #77
- Remove valibot dependency and implement manual validation by @bartveneman in #79
- Prevent path traversal in --coverage-dir argument by @bartveneman in #78
- Fix trailing uncovered chunk generation in chunkify by @bartveneman in #86
- fix(chunkify): remove dead whitespace check from merge else-if branch by @bartveneman in #87
- fix(prettify): remove off-by-one in substring end index by @bartveneman in #88
- perf: prevent O(n²) deduplication loop by @bartveneman in #94
- fix: use search_from offset in indexOf to correctly locate duplicate … by @bartveneman in #96
- perf: remove redundant seen-Set deduplication in merge_entry_ranges by @bartveneman in #95
- Feat/mark comments covered by @bartveneman in #98
What's Changed
- chore(deps-dev): bump knip from 5.82.0 to 5.82.1 by @dependabot[bot] in #68
- chore(deps-dev): bump @playwright/test from 1.57.0 to 1.58.1 by @dependabot[bot] in #67
- chore(deps-dev): bump @types/node from 25.0.3 to 25.1.0 by @dependabot[bot] in #66
- chore(deps-dev): bump oxlint from 1.39.0 to 1.42.0 by @dependabot[bot] in #64
- chore(deps-dev): bump tsdown from 0.15.12 to 0.20.1 by @dependabot[bot] in #65
- chore(deps-dev): bump knip from 5.82.1 to 5.84.1 by @dependabot[bot] in #69
- chore(deps-dev): bump @playwright/test from 1.58.1 to 1.58.2 by @dependabot[bot] in #70
- chore(deps-dev): bump tsdown from 0.20.1 to 0.20.3 by @dependabot[bot] in #71
- chore(deps-dev): bump oxlint from 1.43.0 to 1.49.0 by @dependabot[bot] in #72
- chore(deps): bump @projectwallace/format-css from 2.2.0 to 2.2.6 by @dependabot[bot] in #84
- chore(deps-dev): bump publint from 0.3.16 to 0.3.18 by @dependabot[bot] in #82
- chore(deps-dev): bump tsdown from 0.20.3 to 0.21.2 by @dependabot[bot] in #81
- chore(deps-dev): bump c8 from 10.1.3 to 11.0.0 by @dependabot[bot] in #83
- chore(deps-dev): bump the oxc group with 2 updates by @dependabot[bot] in #80
- chore: create depandabot groups and add github actions by @bartveneman in #89
- chore(deps): bump the github-actions group with 2 updates by @dependabot[bot] in #90
- chore(deps-dev): bump the oxc group with 2 updates by @dependabot[bot] in #91
- chore(deps-dev): bump tsdown from 0.21.2 to 0.21.4 by @dependabot[bot] in #92
- chore(deps-dev): bump knip from 5.84.1 to 5.87.0 by @dependabot[bot] in #93
- chore: add tests to prove updated ranges after prettify work by @bartveneman in #97
Full Changelog: v0.9.0...v0.9.1