v3.0.2 — Codebase Cleanup, Test Coverage Optimization & API Refinements
🚀 What's Changed
v3.0.2 includes essential codebase refactorings, optimized Karma test coverage configuration, and internal API cleanup to maintain a lightweight library bundle.
🧹 Refactoring & API Cleanups
- Public API Streamlining: Removed unused experimental schedule components and types from the public export surface (
38389a03,3c4ef5f0). - Karma & Test Suite: Adjusted statement and function coverage thresholds in
karma.conf.jsto ensure reliable CI execution across test runs (01dc08bf,7a4eb330). - Code Formatting: Cleaned up interface formatting and improved readability in core files (
80be095d).
⚙️ CI & Quality Improvements
- Workflow Correction: Fixed CI workflow step name from
test:coveragetotest-coverage(b6cbf88e). - ESLint Configuration: Enhanced accessibility rules and linting setup (
beeb2329).
Full Changelog: v3.0.1...v3.0.2