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
10 changes: 0 additions & 10 deletions .tegami/2026-07-31-ms8thv7i.md

This file was deleted.

6 changes: 3 additions & 3 deletions .tegami/publish-lock.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
core:changelogs:
- content: "---\npackages:\n npm:@tiesen/effect-tanstack-query:\n type: patch\n---\n\n## Update project metadata\n\n- add `bugs` tracker url\n- add `author` url\n"
filename: 2026-07-28-ms4jocsr.md
- content: "---\npackages:\n npm:@tiesen/effect-tanstack-query:\n type: patch\n---\n\n## Features\n\n- **stream**: Add support for event streaming / subscriptions via `subscriptionOptions`.\n- **hooks**: Introduce `useSubscription` hook to easily bind Effect-backed event streams directly to React components.\n- Auto-handles `AbortSignal` listeners and fiber interruption on unsubscribe.\n"
filename: 2026-07-31-ms8thv7i.md
v: 0.0.0
core:packages:
- changelogIds:
- 2026-07-28-ms4jocsr.md
- 2026-07-31-ms8thv7i.md
id: npm:@tiesen/effect-tanstack-query
updated: true
npm:packages:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @tiesen/effect-tanstack-query@0.0.7

### Features

- **stream**: Add support for event streaming / subscriptions via `subscriptionOptions`.
- **hooks**: Introduce `useSubscription` hook to easily bind Effect-backed event streams directly to React components.
- Auto-handles `AbortSignal` listeners and fiber interruption on unsubscribe.

## @tiesen/effect-tanstack-query@0.0.6

### Update project metadata
Expand Down
1 change: 0 additions & 1 deletion bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tiesen/effect-tanstack-query",
"version": "0.0.6",
"version": "0.0.7",
"private": false,
"description": " A lightweight, type-safe bridge between Effect HTTP API clients and TanStack Query.",
"keywords": [
Expand Down