v1.1.0 — break-point signals over the WebSocket feed
Added
- Break-point signals over the WebSocket feed.
LiveScoreStreamtakes a newsignals=argument; passsignals=["break_point"]and the stream also yields aBreakPointthe instant a break point arises and aBreakPointResultwhen it resolves, alongside the usualScoreUpdate. BreakPoint,BreakPointResultand theStreamFrameunion are exported from the package (lazily, sowebsocketsstays optional).
Notes
- Fully backwards compatible. With no
signals(the default) the behaviour is byte-for-byte identical to 1.0.2 — score frames only. - The break-point feed is ULTRA-only, like the rest of the WebSocket surface.
Full changelog: CHANGELOG.md