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
6 changes: 0 additions & 6 deletions .changeset/bold-frogs-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loose-guests-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-snails-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-fans-speak.md

This file was deleted.

12 changes: 6 additions & 6 deletions bun.lock

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

7 changes: 7 additions & 0 deletions examples/chatroom-bun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# chatroom-bun

## 0.0.2

### Patch Changes

- Updated dependencies [[`0e07b4c`](https://github.com/firtoz/fullstack-toolkit/commit/0e07b4ccf7146289ea0d754fcfff56ebbcf098d1), [`d9657ba`](https://github.com/firtoz/fullstack-toolkit/commit/d9657baef5517c8dea08ba9f3a467d157fdde7e1), [`42b43de`](https://github.com/firtoz/fullstack-toolkit/commit/42b43de1427a01288a9ab0053c244db20a5bd8cc)]:
- @firtoz/socka@3.0.0

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/chatroom-bun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatroom-bun",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"type": "module",
"description": "Multi-room chat over socka on Bun.serve with SQLite history (self-contained example)",
Expand Down
7 changes: 7 additions & 0 deletions examples/chatroom-do/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# chatroom-do

## 0.0.2

### Patch Changes

- Updated dependencies [[`0e07b4c`](https://github.com/firtoz/fullstack-toolkit/commit/0e07b4ccf7146289ea0d754fcfff56ebbcf098d1), [`d9657ba`](https://github.com/firtoz/fullstack-toolkit/commit/d9657baef5517c8dea08ba9f3a467d157fdde7e1), [`42b43de`](https://github.com/firtoz/fullstack-toolkit/commit/42b43de1427a01288a9ab0053c244db20a5bd8cc)]:
- @firtoz/socka@3.0.0

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/chatroom-do/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatroom-do",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"type": "module",
"description": "Multi-room chat over socka on Cloudflare Durable Objects + Drizzle SQLite (self-contained example)",
Expand Down
7 changes: 7 additions & 0 deletions examples/chatroom-hono/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# chatroom-hono

## 0.0.2

### Patch Changes

- Updated dependencies [[`0e07b4c`](https://github.com/firtoz/fullstack-toolkit/commit/0e07b4ccf7146289ea0d754fcfff56ebbcf098d1), [`d9657ba`](https://github.com/firtoz/fullstack-toolkit/commit/d9657baef5517c8dea08ba9f3a467d157fdde7e1), [`42b43de`](https://github.com/firtoz/fullstack-toolkit/commit/42b43de1427a01288a9ab0053c244db20a5bd8cc)]:
- @firtoz/socka@3.0.0

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/chatroom-hono/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatroom-hono",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"type": "module",
"description": "Multi-room chat over socka on Hono + @hono/node-ws with JSON file history (self-contained example)",
Expand Down
6 changes: 6 additions & 0 deletions packages/drizzle-indexeddb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firtoz/drizzle-indexeddb

## 5.0.2

### Patch Changes

- [`65c1758`](https://github.com/firtoz/fullstack-toolkit/commit/65c1758a2d598865e341c0d72a536be3e8536ce9) Thanks [@firtoz](https://github.com/firtoz)! - Remove `any` / double cast in standalone collection creation; satisfy Biome in concurrent submitter tests (no non-null assertions).

## 5.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/drizzle-indexeddb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firtoz/drizzle-indexeddb",
"version": "5.0.1",
"version": "5.0.2",
"description": "IndexedDB migrations powered by Drizzle ORM",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/router-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# [@firtoz/router-toolkit-v1.1.0](https://github.com/firtoz/fullstack-toolkit/compare/@firtoz/router-toolkit@1.0.3...@firtoz/router-toolkit@1.1.0) (2025-07-13)

## 8.0.1

### Patch Changes

- [`65c1758`](https://github.com/firtoz/fullstack-toolkit/commit/65c1758a2d598865e341c0d72a536be3e8536ce9) Thanks [@firtoz](https://github.com/firtoz)! - Remove `any` / double cast in standalone collection creation; satisfy Biome in concurrent submitter tests (no non-null assertions).

## 8.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/router-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firtoz/router-toolkit",
"version": "8.0.0",
"version": "8.0.1",
"description": "Type-safe React Router 7 framework mode helpers with enhanced fetching, form submission, and state management",
"type": "module",
"main": "./dist/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/socka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @firtoz/socka

## 3.0.0

### Major Changes

- [`42b43de`](https://github.com/firtoz/fullstack-toolkit/commit/42b43de1427a01288a9ab0053c244db20a5bd8cc) Thanks [@firtoz](https://github.com/firtoz)! - **Breaking:** Strict HTTP upgrade is the default for `SockaWebSocketSession`. `createData` receives `SockaStrictWebSocketInit` unless you use `SockaWebSocketSessionConfigLoose` with `strictUpgradeRequest: false` (tests, Node `ws` without a `Request`, inner DO engine). New types: `SockaWebSocketSessionConfigLoose`, `SockaWebSocketSessionConfigUnion`. Sessions constructed without an upgrade `Request` now throw unless loose.

### Minor Changes

- [`0e07b4c`](https://github.com/firtoz/fullstack-toolkit/commit/0e07b4ccf7146289ea0d754fcfff56ebbcf098d1) Thanks [@firtoz](https://github.com/firtoz)! - Optional `output` on `defineSocka` calls enables fire-and-forget RPC: no `serverResponse` on success, client `send` resolves after the request is sent; failures still use `serverError` with optional `rpc`. `SockaError` and `reportError` gain related fields/kinds. Documentation updated (`z.void()` vs omitted `output`).

### Patch Changes

- [`d9657ba`](https://github.com/firtoz/fullstack-toolkit/commit/d9657baef5517c8dea08ba9f3a467d157fdde7e1) Thanks [@firtoz](https://github.com/firtoz)! - Set `ignoreDeprecations` to `6.0` in `tsconfig.json` so the declaration build succeeds on TypeScript 6 (silences TS5101 for deprecated `baseUrl` used by the DTS pipeline).

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/socka/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firtoz/socka",
"version": "2.1.0",
"version": "3.0.0",
"type": "module",
"description": "Standard Schema–first WebSocket RPC for TypeScript — Bun, Hono, Node ws, Cloudflare Workers, Durable Objects",
"main": "./dist/core/index.js",
Expand Down
Loading