2 curated breaking changes across major versions of shelf. Use this as a migration checklist before bumping dependencies.
Add a API usage example.
Require Dart `^3.5.0`. Note that most clients seeing analysis issues from the above breaking change can fix it by adding a second parameter to their callback. So, they would change this: ```dart webSocketHandler((webSocket) { webSocket.stream.listen((message) { webSocket.sink.add('echo $message'); }); }); ``` to this: ```dart webSocketHandler((webSocket, _) { webSocket.stream.listen((message) { webSocket.sink.add('echo $message'); }); }); ```
Get this data programmatically \u2014 free, no authentication.
curl https://depscope.dev/api/breaking/pub/shelf