Skip to content

0.0.14

Choose a tag to compare

@steve-the-edwards steve-the-edwards released this 16 Apr 17:41
· 4 commits to main since this release
7138e85

Changes since 0.0.13

  • Add chunked JSON transport for large stat payloads. Stats exceeding 2 MB are split into parallel-fetchable chunks alongside the legacy single-file JS. The runtime tries chunked loading first and falls back to legacy if no manifest is found.
  • Bump browser-side loading timeouts from 10s/30s to 15s/120s and replace window.alert() on timeout with bounded state cleanup.

Full Changelog: 0.0.13...0.0.14