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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Per-package version history is maintained inside each package’s own `CHANGELOG

## [Unreleased]

---

## [0.7.2] - 2026-06-05

### Changed

- Removed TypeBox compile-time type inference for `searchParams`, `params`, and `body` in client functions produced by `createClient`. Runtime validation with TypeBox remains supported, but `Static`-based inference is no longer used for client call signatures. [#54](https://github.com/aura-stack-ts/router/pull/54)
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aura-stack/router",
"version": "0.7.1",
"version": "0.7.2",
"tasks": {
"dev": "deno run --watch src/index.ts"
},
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": "@aura-stack/router",
"version": "0.7.1",
"version": "0.7.2",
"private": false,
"type": "module",
"description": "A lightweight TypeScript library for building, managing, and validating API routes and endpoints in Node.js applications.",
Expand Down