All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.1 - 2026-01-04
- Minor documentation updates
1.0.0 - 2026-01-04
- Initial stable release
- JSX-based API architecture for Fastify
- File-based routing system with dynamic segments
- Plugin system with
createPlugin()helper - Security utilities module (error sanitization, input validation)
- CLI scaffolding tool (
npx tagliatelle init) - OpenAPI/Swagger integration support
- WebSocket plugin support
- Middleware scoping with visual hierarchy
- Response components (Response, Status, Body, Headers, Err)
- Rate limiting support
- CORS configuration
- Logger integration