v0.5.72 - Cleanup & Test Fixes
What's Changed
Cleanup
- Removed 203 placeholder tests (features.test.ts deleted)
- Removed unused exports from
importers.ts,bilstm-formatter.ts,bilstm-inference.ts - Made internal types/interfaces non-exported (
Match,FormatterOptions, etc.) - Renamed
CHANGELOG.mdtochangelog.md(lowercase convention)
Testing
- Added
store.test.tswith 5 real tests for annotation batching, undo, suggested clearing, etc. - Fixed formatter edge case tests (Mental Status Exam, Discharge Summary)
- All 21 tests pass, 0 skip, 0 fail
Tooling
- Added knip for dead code detection (
bun run lint:dead) - Fixed TypeScript errors in
store.test.tsandUpdateChecker.tsx
No Breaking Changes
- BiLSTM model remains the default formatter
- All existing functionality preserved
Full Changelog: v0.5.71...v0.5.72