v2.0.3
What's Changed
Added
- Zod schema validation for contest routes by @nickbar01234 in #81
- Error handling for contest routes by @nickbar01234 in #81
- Complete unit and integration test suite with Vitest in #85
- Husky pre-commit hooks with lint-staged
- BiomeJS for linting and formatting
- Contributing guide documentation (CONTRIBUTING.md)
Changed
- Migrate test framework from Jest to Vitest in #83
- Format all source and test files with Biome
- Update demo images and fix typos in documentation by @DarrylMathias in #82
Removed
- Prettier configuration (replaced by BiomeJS)
- Jest configuration and dependencies
Contributors
Full Changelog: v2.0.2...v2.0.3