Skip to content

v0.5.72 - Cleanup & Test Fixes

Choose a tag to compare

@editnori editnori released this 07 Dec 22:26

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.md to changelog.md (lowercase convention)

Testing

  • Added store.test.ts with 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.ts and UpdateChecker.tsx

No Breaking Changes

  • BiLSTM model remains the default formatter
  • All existing functionality preserved

Full Changelog: v0.5.71...v0.5.72