darto 0.0.33
darto: ^0.0.33 copied to clipboard
Darto is a microframework inspired by Express ify for building web applications in Dart.
0.0.33 #
- Update Darto Types from Response
0.0.32 #
- Add the res.write method to accept String or Uint8List
0.0.31 #
- Update basePath method and add example stop method
0.0.30 #
- Remove types and a new package darto_types
0.0.29 #
- Websocket fix sintaxe.
0.0.28 #
- Fix websocket to broadcastings and update sintaxe.
0.0.27 #
- Add support middleware for context routes.
0.0.26 #
- Ensure errorMiddleware receives Exception to prevent crash due to Error received.
0.0.25 #
- Private methods, add new methods to Response, Resquest, DartoBase, and Router.
0.0.24 #
- Add chained routes, param method, add support for next funcation a optional param like Exception.
0.0.23 #
- Add hooks, update logger and add new method to create routes.
0.0.22 #
- Remove dart mirrors to resolve compile error.
0.0.21 #
- Add more methods from response.
0.0.20 #
- Add context from request and remove header from response.
0.0.19 #
- Expose Middleware type.
0.0.18 #
- Update send method response.
0.0.17 #
- Update request body auto conversion.
0.0.16 #
- Fix path when router not have prefix.
0.0.15 #
- Add suport for template engine mustache.
0.0.14 #
- Fix implicit return.
0.0.13 #
- Add generic error handler and add more http methods.
0.0.12 #
- Add send email support.
0.0.11 #
- Add timeout global middleware and error global middleware.
0.0.10 #
- Add subroutes and web sockets.
0.0.9 #
- Update middlewares.
0.0.8 #
- Add middlewares to routes.
0.0.7 #
- Update serialization.
0.0.6 #
- Update serialization.
0.0.5 #
- Add render method.
0.0.4 #
- Add buy me a coffee link.
0.0.3 #
- Add serialization dynamic to json.
0.0.2 #
- Update range dart SDK.
0.0.1 #
- Create initial version.