Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Latest commit

Β 

History

History
323 lines (145 loc) Β· 13.5 KB

CHANGELOG.md

File metadata and controls

323 lines (145 loc) Β· 13.5 KB

0.23.1 (2023-11-08)

Bug Fixes

  • rewrite bundled extensions to mjs for esm build (#86) (9bf904f)

0.23.0 (2023-10-29)

Features

0.22.1 (2023-10-26)

Bug Fixes

0.22.0 (2023-10-26)

Features

  • configurable TextDecoder instance (#80) (f4b3630)

0.21.0 (2023-10-20)

Features

  • handle reconnects when response is interrupted (#77) (aa2cbad)

0.20.4 (2023-10-20)

Bug Fixes

0.20.3 (2023-10-20)

Bug Fixes

0.20.2 (2023-10-20)

Bug Fixes

0.20.1 (2023-10-20)

Bug Fixes

  • mv /examples/sse -> /examples/async & update readme (#72) (2da9db6)

0.20.0 (2023-10-20)

Features

  • example tweak + add utils for creating JSON streams (#70) (81cb0ca)

0.19.1 (2023-10-20)

Bug Fixes

  • close event-source connection when response is complete (#69) (9a90d4c)

0.19.0 (2023-10-13)

Features

0.18.0 (2023-10-13)

Features

  • split up deserialization and start on support for SSE (#67) (3bd9782)

0.17.4 (2023-10-13)

Bug Fixes

  • tsonAsyncIterator -> tsonAsyncIterable (#66) (4a9c5c5)

0.17.3 (2023-10-13)

Bug Fixes

0.17.2 (2023-10-13)

Bug Fixes

  • release failed - bumping verison manually (#63) (0aed395)
  • remove "type": "module" (#62) (5c84001)
  • use error constructor params and spread them (#61) (e52fe26)

0.17.0 (2023-10-13)

Bug Fixes

  • infer error options to avoid type errors in environment that don't support it (#59) (3f0ebb6)

Features

0.16.9 (2023-10-08)

Bug Fixes

  • move onStreamError to parse options + add test for request abortion (#55) (9d5db3c)

0.16.8 (2023-10-08)

Bug Fixes

  • make onStreamError always be of type TsonStreamInterruptedError (#41) (2614a46)

0.16.7 (2023-10-07)

Bug Fixes

  • we should call .close() in async iterable (#50) (b9a82f4)

0.16.6 (2023-10-07)

Bug Fixes

  • remove try/catch on controller enqueue (#49) (c12034d)

0.16.5 (2023-10-07)

Bug Fixes

  • fix type of ReadableStreamDefaultController (#48) (33d0adb)

0.16.4 (2023-10-07)

Bug Fixes

0.16.3 (2023-10-06)

Bug Fixes

0.16.2 (2023-10-06)

Bug Fixes

0.16.1 (2023-10-06)

Bug Fixes

  • remove postinstall as it breaks npm usage (#42) (c924637)

0.16.0 (2023-10-06)

Features

0.15.0 (2023-10-06)

Features

0.14.0 (2023-10-06)

Features

  • deserializeAsync uses streams to pipe values (#32) (0363707)

0.13.1 (2023-10-06)

Bug Fixes

  • deserializeAsync string chunks can split anywhere (#30) (aa19cc4)

0.13.0 (2023-10-05)

Bug Fixes

  • rename AsyncIterator -> AsyncIterable (#29) (d8b1c01)

Features

0.12.0 (2023-10-05)

Features

0.11.1 (2023-10-04)

Bug Fixes

  • make promise deserialization less flaky (#21) (4cadad0)

0.11.0 (2023-10-03)

Features

0.10.0 (2023-10-02)

Features

0.9.0 (2023-10-01)

Features

0.8.0 (2023-10-01)

Features

  • prevent maximum call stack in favor of a custom error (#15) (18cdf03)

0.7.0 (2023-09-30)

Features

  • add built-in support for Symbols (#13) (dab884a)

0.6.1 (2023-09-30)

Bug Fixes

0.6.0 (2023-09-30)

Features

  • add custom serializer example (#8) (58eab05)

0.5.0 (2023-09-30)

Features

0.4.0 (2023-09-30)

Features

  • allow number in nonce callback (#5) (d2fcb7f)

0.3.1 (2023-09-30)

Bug Fixes

0.3.0 (2023-09-30)

Features

0.2.0 (2023-09-30)

Features

  • add createTupleson fn and more (#2) (72910ae)

0.1.0 (2023-09-30)

Features

  • initialized repo ✨ (c9e92a4)