Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.11 KB

File metadata and controls

34 lines (26 loc) · 1.11 KB

Changelog

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

Changed

  • Minor documentation updates

1.0.0 - 2026-01-04

Added

  • 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