Releases: jacob-ebey/turbo-stream
Releases · jacob-ebey/turbo-stream
v2.4.1
2.4.1 (2024-09-11)
Bug Fixes
- address memory leak caused by too many event listeners on AbortSignal (#49) (628504e)
v2.4.0
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
2.3.0 (2024-08-12)
Features
v2.2.3
2.2.3 (2024-08-11)
Bug Fixes
- push one value at a time to avoid stack overflows (#43) (88c51a7)
v2.2.2
2.2.2 (2024-08-10)
Bug Fixes
- support "infinitely" large payloads (#41) (8b602a3)
v2.2.1
2.2.1 (2024-08-09)
Bug Fixes
- encoding of previously-used values (#38) (84520be)
v2.2.0
2.2.0 (2024-06-04)
Features
- allow plugins to custom encode functions (#34) (6bd197a)
v2.1.0
2.1.0 (2024-05-30)
Features
- support pre resolved / rejected promises (#32) (3f15f99)
Bug Fixes
v2.0.1
2.0.1 (2024-04-29)
Bug Fixes
- subsequent null and undefined encoding failure (#24) (47adfe1)
v2.0.0
2.0.0 (2024-03-06)
⚠ BREAKING CHANGES
Features