shelf_api 1.2.0
shelf_api: ^1.2.0 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.2.0 - 2024-05-29 #
Added #
- Added middleware support to
ShelfApi
andApiEndpoint
annotations
1.1.0 - 2024-05-16 #
Added #
- Added rivershelfContainer middleware
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