Skip to content

Latest commit

 

History

History
83 lines (57 loc) · 1.57 KB

File metadata and controls

83 lines (57 loc) · 1.57 KB

Changelog

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.

Added

  • New features coming soon

Changed

  • Changes to existing functionality

Deprecated

  • Soon-to-be removed features

Removed

  • Removed features

Fixed

  • Bug fixes

Security

  • Security fixes

1.0.0 - 2026-02-16

Added

  • 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)

Changed

  • N/A (initial release)

Fixed

  • N/A (initial release)

Template for New Releases

## [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

Version History

  • 1.0.0 - 2026-02-16 - Initial stable release