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
9 changes: 0 additions & 9 deletions .tegami/2026-09-17-mu4ugs23.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## Add `queryEffect` and `mutateEffect` actions with runtime context support\n\n- Introduced `queryEffect` and `mutateEffect` handlers.\n- Integrated `runtime.cachedContext` via `Effect.provide` to automatically supply service dependencies for effectful queries and mutations.\n"
filename: 2026-08-16-msvljsj7.md
- content: "---\npackages:\n npm:@tiesen/effect-tanstack-query:\n type: patch\n---\n\n## Bug Fixes\n\n- Strip never properties from query and mutation API types.\n- Improve TypeScript autocomplete for TanStack Query integrations.\n"
filename: 2026-09-17-mu4ugs23.md
v: 0.0.0
core:packages:
- changelogIds:
- 2026-08-16-msvljsj7.md
- 2026-09-17-mu4ugs23.md
id: npm:@tiesen/effect-tanstack-query
updated: true
npm:packages:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @tiesen/effect-tanstack-query@0.0.21

### Bug Fixes

- Strip never properties from query and mutation API types.
- Improve TypeScript autocomplete for TanStack Query integrations.

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

### Add `queryEffect` and `mutateEffect` actions with runtime context support
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": "@tiesen/effect-tanstack-query",
"version": "0.0.20",
"version": "0.0.21",
"private": false,
"description": "Effortlessly bridge Effect HTTP API clients with TanStack Query. Enjoy end-to-end type safety, zero-boilerplate options, and built-in streaming support out of the box.",
"keywords": [
Expand Down