All notable changes to Triva will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- New features coming soon
- Changes to existing functionality
- Soon-to-be removed features
- Removed features
- Bug fixes
- Security fixes
1.0.0 - 2026-02-16
- Initial stable release
- Function-based API (build, get, post, put, del, patch, all, listen)
- Built-in middleware (logging, throttling, error tracking)
- Database adapters (MongoDB, PostgreSQL, MySQL, Redis, SQLite, Better-SQLite3, Supabase, Embedded, Memory)
- Cache layer with Redis and Memory adapters
- HTTPS support with auto-redirect
- Request/response handling
- Route parameters and query strings
- Body parsing (JSON and text)
- N/A (initial release)
- N/A (initial release)
## [X.Y.Z] - YYYY-MM-DD
### Added
- Feature 1 description
- Feature 2 description
### Changed
- Change 1 description
- Change 2 description
### Deprecated
- Deprecation 1 description
### Removed
- Removal 1 description
### Fixed
- Bug fix 1 description
- Bug fix 2 description
### Security
- Security fix 1 description- 1.0.0 - 2026-02-16 - Initial stable release