shelf_api 1.0.2
shelf_api: ^1.0.2 copied to clipboard
A package to declare rest API endpoints that generate into shelf handlers.
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.2 - 2024-05-15 #
Added #
- Added content types to body annotation
Changed #
- Remove dependencies to dart:io to make the package web compatible
1.0.1 - 2024-05-13 #
Changed #
- rename requestProvider to shelfRequestProvider
1.0.0+1 - 2024-05-13 #
Added #
- Initial Release