shelf_api 1.4.0
shelf_api: ^1.4.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.4.0 - 2025-10-03 #
Changed #
- Updated min sdk version to ^3.9.0
- Updated dependencies
- Updated riverpod to 3.x
1.3.0 - 2024-09-08 #
Added #
- Added
urlEncode
toPathParam
- Ensures that all path parameters are correctly encoded by the api client and decoded by the server.