Skip to content

Commit fcd79cf

Browse files
committed
chore: release version v0.17.0
1 parent 0e4b656 commit fcd79cf

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,53 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111

1212
<!-- changelog -->
1313

14+
## [v0.17.0](https://github.com/ash-project/ash_typescript/compare/v0.16.0...v0.17.0) (2026-03-29)
15+
16+
17+
18+
19+
### Features:
20+
21+
* manifest: add valibot entries to JSON manifest by [@Torkan](https://github.com/Torkan)
22+
23+
* codegen: add typed sort fields with SortString utility type and array support by [@Torkan](https://github.com/Torkan)
24+
25+
* codegen: add isNil operator, expand aggregate filters, generate filter field arrays by [@Torkan](https://github.com/Torkan)
26+
27+
* valibot by [@directormac](https://github.com/directormac)
28+
29+
* add valibot to resolver and orchestrator by [@directormac](https://github.com/directormac)
30+
31+
* valibot generators by [@directormac](https://github.com/directormac)
32+
33+
### Bug Fixes:
34+
35+
* codegen: remove dead valibot import from generated RPC file by [@Torkan](https://github.com/Torkan)
36+
37+
* valibot: namespace export harcoded suffix by [@directormac](https://github.com/directormac)
38+
39+
* valibot: piped constraints by [@directormac](https://github.com/directormac)
40+
41+
* rpc: use load-through format for resource-returning calculations by [@Torkan](https://github.com/Torkan)
42+
43+
* codegen: distinguish resource from typed struct in return type classification by [@Torkan](https://github.com/Torkan)
44+
45+
* test: scope typed query const assertion to Typed Queries section by [@Torkan](https://github.com/Torkan)
46+
47+
* codegen: unwrap NewTypes before classifying return types for field selection by Mike Wilson
48+
49+
* delete vite/inertia combo as SSR didnt really work by Victor Batarse
50+
51+
* in prod if there was no manifest.json assets.deploy would crash with vite by Victor Batarse
52+
53+
* add csrf headers in all layouts by Victor Batarse
54+
55+
* colocated hooks on non react version by Victor Batarse
56+
57+
* on non-jsx framework caused crash by Victor Batarse
58+
59+
* esbuild versions CSS issues by Victor Batarse
60+
1461
## [v0.16.0](https://github.com/ash-project/ash_typescript/compare/v0.15.3...v0.16.0) (2026-03-23)
1562

1663

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
defmodule AshTypescript.MixProject do
66
use Mix.Project
77

8-
@version "0.16.0"
8+
@version "0.17.0"
99

1010
@description """
1111
Generate type-safe TypeScript clients directly from your Ash resources and actions, ensuring end-to-end type safety between your backend and frontend.

0 commit comments

Comments
 (0)