File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111
1212<!-- changelog -->
1313
14+ ## [ v0.17.2] ( https://github.com/ash-project/ash_typescript/compare/v0.17.1...v0.17.2 ) (2026-04-29)
15+
16+
17+
18+
19+ ### Bug Fixes:
20+
21+ * codegen: distinguish nullable from optional in zod and valibot schemas by Mike Wilson [ (#70 )] ( https://github.com/ash-project/ash_typescript/pull/70 )
22+
23+ * codegen: sort enum values alphabetically in generated types by [ @Torkan ] ( https://github.com/Torkan )
24+
25+ ### Performance Improvements:
26+
27+ * field_formatter: cache atom field name lookups per process by Mike Wilson [ (#68 )] ( https://github.com/ash-project/ash_typescript/pull/68 )
28+
1429## [ v0.17.1] ( https://github.com/ash-project/ash_typescript/compare/v0.17.0...v0.17.1 ) (2026-04-15)
1530
1631
Original file line number Diff line number Diff line change 55defmodule AshTypescript.MixProject do
66 use Mix.Project
77
8- @ version "0.17.1 "
8+ @ version "0.17.2 "
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.
You can’t perform that action at this time.
0 commit comments