alfred 0.1.0-alpha.3 alfred: ^0.1.0-alpha.3 copied to clipboard
A performant, expressjs like server framework with a few bonuses that make life even easier.
0.1.0-alpha.3 #
- Bug fix for return types
0.1.0-alpha.2 #
- Some fixes for CORS & readme example
0.1.0-alpha.1 #
- Readme correction for static routes
0.1.0-alpha.0 #
- Huge update,
- BREAKING: removed static routes, you now return a directory and specify a wildcard in the routes
- BREAKING: renamed RequestMethod to just Method
- You now have wildcards in all parts of the routes
- There is now an optional CORS middleware
- Support for PATCH and OPTIONS methods added
- You can now create custom type handlers or override the default ones
- Bug fix: Middleware now works on all methods
- TODO: document some of the new stuff!
0.0.3+2 #
- Removing unused dependency
0.0.3+1 #
- Fixing repo link in dart pub
0.0.3 #
- Fixing route params
0.0.2+1 #
- Another big README.md update, fixing lots of examples
0.0.2 #
- Fixing bug for routes that are only "/"
0.0.1+1 #
- Readme corrections
0.0.1 #
- Initial version