Skip to content

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 16 Jan 01:04
· 483 commits to main since this release
52e087c

New

  • JUnit XML Support - All test frameworks (vitest, jest, mocha, pytest) now output JUnit XML format for consistent parsing

Internal

  • Test folder structure reorganized to match src/ layout
  • Removed test mock patterns from production code, using vi.mock() instead