2.4.1 (2024-09-11)
2.4.0 (2024-08-17)
- add
postPlugins
for encode to handle any values that can not be handled natively or by other plugins (#47) (5fc83c8)
2.3.0 (2024-08-12)
2.2.3 (2024-08-11)
2.2.2 (2024-08-10)
2.2.1 (2024-08-09)
2.2.0 (2024-06-04)
2.1.0 (2024-05-30)
2.0.1 (2024-04-29)
2.0.0 (2024-03-06)
- add abort signal (#21)
1.2.1 (2024-02-15)
1.2.0 (2023-11-01)
1.1.1 (2023-11-01)
1.1.0 (2023-10-27)
1.0.4 (2023-10-27)
1.0.3 (2023-10-26)
1.0.2 (2023-10-26)
1.0.1 (2023-10-26)
- add release pipeline to the repository (db40f74)
- encode errors and promise rejections (fa120e9)
- minify things (1db51bf)
- support null prototype objects (27b3ece)
Welcome to turbo-stream, a streaming data transport format that aims to support built-in features such as Promises, Dates, RegExps, Maps, Sets and more.
Shout out to Rich Harris and his https://github.com/rich-harris/devalue project. Devalue has heavily influenced this project and portions of the code have been directly lifted from it. I highly recommend checking it out if you need something more cusomizable or without streaming support.
- initial release