- Fixed middleware handling for undefined routes (e.g. CORS handling)
- Add cors example
- Fixed link in README.md
- Added multithreading / isolates support
- Added WebSocket support
- Fix error in response_handler when returning an empty list
- Upgrade
shelf_hotreload
package
- Raise Dart minimum SDK version 2.14
- Changed from
pedantic
tolints
- Updated documentation
- Added mechanism for request body handling
- JSON handler can now process
Iterable
s and serialize model classes ofIterable
s - Added example for a rest-service
- Initial version