shelf_plus 1.11.0
shelf_plus: ^1.11.0 copied to clipboard
Shelf Plus is a quality of life addon for your server-side development within the Shelf platform.
1.11.0 #
- Upgraded
shelf_web_socketdependency from ^2.0.0 to ^3.0.0 (thanks to busslina) - Added WebSocket subprotocol negotiation support
WebSocketSessionnow accepts optionalprotocolsparameter to specify supported subprotocolsWebSocketSession.subprotocolproperty contains the negotiated subprotocol (ornullif none)
1.10.1 #
- Expose correct port in
onStarted()if server is launched with random port (thanks to rodolfogoulart) - Remove library name (following lint
unnecessary_library_name)
1.10.0 #
- Upgraded dependencies (thanks to pulyaevskiy)
- Update code in examples
1.9.0 #
- Upgrade dependencies
1.8.0 #
shelfRun()lifecycle hooksonWillCloseandonClosedsupports asynchronous execution- Fixed: server does not stop, when hotreload is set to false
1.7.0 #
- Added
onWillClosetoshelfRun()lifecycle hook. - Added
onClosedtoshelfRun()lifecycle hook.
1.6.0 #
- Added
onStartFailedtoshelfRun()to react on server startup failures.
1.5.1 #
- Update dependencies
1.5.0 #
- Changed way of applying global middleware. Middlewares are now scoped to routers that can be composed by using
mount().
1.4.1 #
- Added
onStartedtoshelfRun()to specify alternative / custom startup logging.
1.4.0 #
- Change type of
defaultBindAddresstoObjectto mirror thedart_ioAPI
1.3.0 #
- Add optional
SecurityContextproperty toshelfRun() - Upgrade code base and update dependencies
1.2.3 #
- Fixed middleware handling for undefined routes (e.g. CORS handling)
1.2.2 #
- Add cors example
1.2.1 #
- Fixed link in README.md
1.2.0 #
- Added multithreading / isolates support
1.1.0 #
- Added WebSocket support
1.0.2 #
- Fix error in response_handler when returning an empty list
1.0.1 #
- Upgrade
shelf_hotreloadpackage
1.0.0 #
- Raise Dart minimum SDK version 2.14
- Changed from
pedantictolints - Updated documentation
0.0.2 #
- Added mechanism for request body handling
- JSON handler can now process
Iterables and serialize model classes ofIterables - Added example for a rest-service
0.0.1 #
- Initial version