wailuku 0.2.1
wailuku: ^0.2.1 copied to clipboard
A minimalist Dart backend framework inspired by Express.js.
Changelog #
All notable changes to the Wailuku project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 #
Added #
- Initial release of Wailuku framework
- Basic routing system with parameter support
- Middleware support (global and path-specific)
- Request body parsing for JSON and form data
- Query parameter handling
- Route parameter extraction
- Response utilities
- Documentation and examples
Changed #
- N/A
Deprecated #
- N/A
Removed #
- N/A
Fixed #
- N/A
Security #
- N/A