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

Releases: trpc/tupleson

v0.19.1

20 Oct 08:57
Compare
Choose a tag to compare

What's Changed

  • fix: close event-source connection when response is complete by @helmturner in #69

New Contributors

Full Changelog: 0.19.0...0.19.1

v0.19.0

13 Oct 22:06
Compare
Choose a tag to compare

What's Changed

  • feat: add "full" SSE support by @KATT in #68

Full Changelog: 0.18.0...0.19.0

v0.18.0

13 Oct 15:31
Compare
Choose a tag to compare

What's Changed

  • feat: split up deserialization and start on support for SSE by @KATT in #67

Full Changelog: 0.17.4...0.18.0

v0.17.4

13 Oct 09:35
Compare
Choose a tag to compare

What's Changed

  • chore: fix changelog markdown by @KATT in #65
  • fix: tsonAsyncIterator -> tsonAsyncIterable by @KATT in #66

Full Changelog: 0.17.3...0.17.4

v0.17.3

13 Oct 00:58
Compare
Choose a tag to compare

What's Changed

  • fix: fix commonjs entrypoints by @KATT in #64

Full Changelog: 0.17.2...0.17.3

v0.17.2

13 Oct 00:31
Compare
Choose a tag to compare

What's Changed

  • fix: use error constructor params and spread them by @KATT in #61
  • fix: remove "type": "module" by @KATT in #62
  • fix: release failed - bumping verison manually by @KATT in #63

Full Changelog: 0.17.0...0.17.2

v0.17.0

13 Oct 00:13
Compare
Choose a tag to compare

What's Changed

  • chore: delete linting for no-non-null-assertion in tests by @KATT in #57
  • chore: add test with OpenAI by @KATT in #58
  • fix: infer error options to avoid type errors in environment that don't support it by @KATT in #59
  • feat: add commonjs support by @KATT in #60

Full Changelog: 0.16.9...0.17.0

v0.16.9

08 Oct 15:43
Compare
Choose a tag to compare

What's Changed

  • fix: move onStreamError to parse options + add test for request abortion by @KATT in #55

Full Changelog: 0.16.8...0.16.9

v0.16.8

08 Oct 14:22
Compare
Choose a tag to compare

What's Changed

  • chore: make a setup function for serialize by @KATT in #52
  • chore: add benchmark folder by @KATT in #51
  • chore: rename getNonce() -> getDefaultNonce() by @KATT in #53
  • fix: make onStreamError always be of type TsonStreamInterruptedError by @Sheraff in #41

Full Changelog: 0.16.7...0.16.8

v0.16.7

07 Oct 14:48
Compare
Choose a tag to compare

What's Changed

  • fix: make sure to call .close() in async iterable by @KATT in #50

Full Changelog: 0.16.6...0.16.7