File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed 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.6.2] ( https://github.com/ash-project/ash_typescript/compare/v0.6.1...v0.6.2 ) (2025-10-28)
15+
16+
17+
18+
19+ ### Bug Fixes:
20+
21+ * rpc: make fields parameter optional with proper type inference by [ @Torkan ] ( https://github.com/Torkan )
22+
23+ * rpc: improve type inference for optional fields parameter by [ @Torkan ] ( https://github.com/Torkan )
24+
25+ * rpc: generate optional fields parameter for create/update in TypeScript by [ @Torkan ] ( https://github.com/Torkan )
26+
27+ * rpc: make fields parameter optional for create and update actions by [ @Torkan ] ( https://github.com/Torkan )
28+
1429## [ v0.6.1] ( https://github.com/ash-project/ash_typescript/compare/v0.6.0...v0.6.1 ) (2025-10-27)
1530
1631
Original file line number Diff line number Diff line change 55defmodule AshTypescript.MixProject do
66 use Mix.Project
77
8- @ version "0.6.1 "
8+ @ version "0.6.2 "
99
1010 @ description """
1111 The extension for tracking changes to your resources via a centralized event log, with replay functionality.
You can’t perform that action at this time.
0 commit comments