alfred 0.1.4 alfred: ^0.1.4 copied to clipboard
A performant, expressjs like server framework thats easy to use and has all the bits in one place.
0.1.4 #
- Adding Alfred.bodyAsJsonMap and Alfred.bodyAsJsonList functions
- Fixing cors plugin to handle options call correctly
- Adding printRoutes function
- Fix issue with serialized objects that wasn't caught in tests
0.1.3 #
- Adding support for json serialized objects
0.1.2+1 #
- Updating readme
0.1.2 #
- Adding support for multithreading / isolates
0.1.1 #
- Improve directory handling
- Better 404 handling
- Changed type handler functions signature
- Uri decodes route params
0.1.0 #
- Adding custom logging
- Releasing API update for general use
0.1.0-alpha.7 #
- Better handling when there is no appropriate type handler
0.1.0-alpha.6 #
- Removed dependency on UUID
- Improved logic for storage plugin
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