Releases: FelipeRamosDev/binance-sync
Release list
[v0.2.13] Update futures stream URL and bump version
What's Changed
- [v0.2.13] Update futures stream URL and bump version by @FelipeRamosDev in #99
Full Changelog: v0.2.12...v0.2.13
[v0.2.12] Bug on Chart Streaming
Release Notes — binance-sync v0.2.12
Release Type: Patch
Ticket: BNB-76
PR: #97 — [v0.2.12] Bug on Chart Streaming
Bug Fixes
Chart Streaming event payload compatibility — Fixed the ChartStream event listener to correctly handle payloads in both browser (CustomEvent.detail) and Node.js (direct payload) environments, ensuring callbacks receive the correct data regardless of runtime context.
Improvements
Immediate chart access on listener registration — In BinanceStreams, when a function is passed as the data argument, it is now immediately invoked with the chart object right after being registered as an update listener, providing instant access to the current chart instance without waiting for the next update.
Versioning
Bumped package version from 0.2.11 → 0.2.12 in package.json.
Migration Notes
No breaking changes. This is a drop-in patch update.
[BNB-75] UTC Time Issue
[v0.2.10] [BNB-74] Remove await for server time on URL parsing
[v0.2.10] BNB-74 Description
Removed the approach that was taking the server time by doing a request to Binance. Now we're getting it static.
[BNB-71] 24hr Ticker Price Change Statistics
[v0.2.8][BNB-70] Bugs reported on CandlePilot PROD
[v0.2.7] [BNB-69] Update Futures Leverage
[v0.2.7] [BNB-69] Description
Updating the JSON file that holds the futures brackets data
[v0.2.6][BNB-68] Issue on removing chart listener
[v0.2.6] [BNB-68] Description
Fixing the bug that wasn’t removing the listener appended to the process.