ruta 0.1.21
ruta: ^0.1.21 copied to clipboard
A lightweight and flexible backend framework for Dart, inspired by dart_frog.
0.1.21 #
- Updating dependencies
0.1.20 #
- Updating dependencies
0.1.19 #
- Fix mutable default parameters in request validation
0.1.18 #
- Clearing Field value after validation
0.1.17 #
- WebSocket
0.1.16 #
- Updated the default HTTP method for the Endpoint PUT constructor to PUT instead of POST.
0.1.15 #
- Fixing request validation
0.1.14 #
- Saving field value after validation
0.1.13 #
- Roll back dependencies
0.1.12 #
- Adding support for form data
0.1.11 #
- Update default 'authRequired' to false in endpoints
0.1.10 #
- Improved README.
0.1.9 #
- Fix: saving request data in copyWith
0.1.8 #
- Adapting default run function
0.1.7 #
- Updating missing exports
0.1.6 #
- Creating getOrAsync extension on GetIt
0.1.5 #
- Some general improvements
0.1.4 #
- Removing endpoints getter from Route
- Creating Middleware class
0.1.3 #
- Adding default run function
- Fixing open api generator
0.1.2 #
- Converting ApiException to Ruta Response
0.1.1 #
- Updating exports
0.1.0 #
- Initial release of Ruta framework.
- Added support for routing, middleware, and OpenAPI annotations.