Skip to content

Commit

Permalink
Bump turbo-stream 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jun 4, 2024
1 parent b15a426 commit 4943174
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Multiple reasons that forced us to implement an alternative client library for A
- Revisited client-side APIs.
- [Testability](#testing)
- Future [protocol extensions/modifications support](#extended-action-cable-protocol).
- Better [Turbo Streams support](https://github.com/anycable/anycable-client/tree/master/packages/turbo-stream)

📖 Read also the [introductory post](https://evilmartians.com/chronicles/introducing-anycable-javascript-and-typescript-client).

Expand Down
2 changes: 2 additions & 0 deletions packages/turbo-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## 0.7.0

- Add `delayedUnsubscribe` option. ([@palkan][])

## 0.6.0
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anycable/turbo-stream",
"version": "0.6.0",
"version": "0.7.0",
"description": "AnyCable Client plugin to support Turbo Streams",
"engines": {
"node": ">=8.3.0"
Expand Down

0 comments on commit 4943174

Please sign in to comment.