alfred 0.1.0-alpha.5 alfred: ^0.1.0-alpha.5 copied to clipboard
A performant, expressjs like server framework with a few bonuses that make life even easier.
0.1.0-alpha.5 #
- Added web socket support
- Clear support for nested routes
- Preventing a full crash in some circumstances
- Support for Single Page Apps
0.1.0-alpha.4 #
- Added support for "plugins" to extend the http request object and store data
- Added ability to listen to all closed responses (great for logging or cleaning up plugin logic)
- Added req.setStoreValue and req.getStoreValue methods to persist data across middleware - WARNING - this API may change before 0.1.0 lands
- Enabled strong mode (thanks @felixblaschke) Also a big thanks for all the other code analysis you have performed and advice given
- Cleaned up some functions to simplify them (thanks @ykmnkmi)
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