Skip to content

v3.0.2 — Codebase Cleanup, Test Coverage Optimization & API Refinements

Choose a tag to compare

@toozuuu toozuuu released this 24 Jul 16:53
· 17 commits to main since this release
249a96c

🚀 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.js to 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:coverage to test-coverage (b6cbf88e).
  • ESLint Configuration: Enhanced accessibility rules and linting setup (beeb2329).

Full Changelog: v3.0.1...v3.0.2