Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.2.0](https://github.com/jacob-ebey/turbo-stream/compare/v3.1.0...v3.2.0) (2026-02-26)


### Features

* handle large chunks via highWaterMark ([#82](https://github.com/jacob-ebey/turbo-stream/issues/82)) ([2f22ca8](https://github.com/jacob-ebey/turbo-stream/commit/2f22ca8f55bfc65b008a7d7534cbec9cd8f35f29))


### Bug Fixes

* handle large chunks ([2f22ca8](https://github.com/jacob-ebey/turbo-stream/commit/2f22ca8f55bfc65b008a7d7534cbec9cd8f35f29))
* handle large chunks ([#79](https://github.com/jacob-ebey/turbo-stream/issues/79)) ([cf0f429](https://github.com/jacob-ebey/turbo-stream/commit/cf0f4299b8bed5dcc86c9efca424ab10784ab174))

## [3.1.0](https://github.com/jacob-ebey/turbo-stream/compare/v3.0.1...v3.1.0) (2025-02-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turbo-stream",
"version": "3.1.0",
"version": "3.2.0",
"description": "A streaming data transport format that aims to support built-in features such as Promises, Dates, RegExps, Maps, Sets and more.",
"files": [
"dist",
Expand Down