v1.2.0 — break-point signals over the WebSocket feed
Added
- Break-point signals over the WebSocket feed.
LiveScoreStreamaccepts a newsignalsoption; passsignals: ['break_point']and the stream also yields aBreakPointthe instant a break point arises and aBreakPointResultwhen it resolves, alongside the usualScoreUpdate. Narrow onframe.typeto tell frames apart. BreakPoint,BreakPointResultand theStreamFrameunion are exported.
Fixed
src/version.tshad drifted frompackage.json; it is now generated from it.
Notes
- Fully backwards compatible. With no
signals(the default) the stream behaves exactly as 1.1.0 — score frames only. - The break-point feed is ULTRA-only, like the rest of the WebSocket surface.
Full changelog: CHANGELOG.md