Skip to content

Releases: jacob-ebey/turbo-stream

v2.4.1

11 Sep 19:28
bc545cc
Compare
Choose a tag to compare

2.4.1 (2024-09-11)

Bug Fixes

  • address memory leak caused by too many event listeners on AbortSignal (#49) (628504e)

v2.4.0

17 Aug 02:51
c1e5ef6
Compare
Choose a tag to compare

2.4.0 (2024-08-17)

Features

  • add postPlugins for encode to handle any values that can not be handled natively or by other plugins (#47) (5fc83c8)

v2.3.0

12 Aug 20:23
1d68138
Compare
Choose a tag to compare

2.3.0 (2024-08-12)

Features

v2.2.3

11 Aug 03:00
6d55e96
Compare
Choose a tag to compare

2.2.3 (2024-08-11)

Bug Fixes

  • push one value at a time to avoid stack overflows (#43) (88c51a7)

v2.2.2

10 Aug 18:57
48e55f6
Compare
Choose a tag to compare

2.2.2 (2024-08-10)

Bug Fixes

  • support "infinitely" large payloads (#41) (8b602a3)

v2.2.1

10 Aug 15:42
6606948
Compare
Choose a tag to compare

2.2.1 (2024-08-09)

Bug Fixes

  • encoding of previously-used values (#38) (84520be)

v2.2.0

04 Jun 22:02
d1c6fae
Compare
Choose a tag to compare

2.2.0 (2024-06-04)

Features

  • allow plugins to custom encode functions (#34) (6bd197a)

v2.1.0

30 May 21:50
1d83ef0
Compare
Choose a tag to compare

2.1.0 (2024-05-30)

Features

  • support pre resolved / rejected promises (#32) (3f15f99)

Bug Fixes

v2.0.1

29 Apr 16:27
a72f7a7
Compare
Choose a tag to compare

2.0.1 (2024-04-29)

Bug Fixes

  • subsequent null and undefined encoding failure (#24) (47adfe1)

v2.0.0

06 Mar 00:18
c6064de
Compare
Choose a tag to compare

2.0.0 (2024-03-06)

⚠ BREAKING CHANGES

  • add abort signal (#21)

Features