File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,35 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v0.4.0] ( https://github.com/ash-project/ash_typescript/compare/v0.3.3...v0.4.0 ) (2025-09-29)
9+
10+
11+
12+
13+ ### Features:
14+
15+ * Properly handle map without constraints, both as input and output. by [ @Torkan ] ( https://github.com/Torkan )
16+
17+ ### Bug Fixes:
18+
19+ * Add verifier that checks that resources with rpc actions use by [ @Torkan ] ( https://github.com/Torkan )
20+
21+ * reject loading of relationships for resources without AshTypescript.Resource extension. by [ @Torkan ] ( https://github.com/Torkan )
22+
23+ * use __ array: true for union types on resource schema by [ @Torkan ] ( https://github.com/Torkan )
24+
25+ * generate correct types for array union attributes. by [ @Torkan ] ( https://github.com/Torkan )
26+
27+ * For generic actions that return an untyped map, remove fields-arg by [ @Torkan ] ( https://github.com/Torkan )
28+
29+ ### Improvements:
30+
31+ * add unique type_name verifier for AshTypescript.Resource by [ @Torkan ] ( https://github.com/Torkan )
32+
33+ * remove redundant path-tracking & cleanup of code in formatters. by [ @Torkan ] ( https://github.com/Torkan )
34+
35+ * remove redundant cast_input in color_palette.ex by [ @Torkan ] ( https://github.com/Torkan )
36+
837## v0.3.3 (2025-09-20)
938
1039
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Add to your `mix.exs`:
4545``` elixir
4646def deps do
4747 [
48- {:ash_typescript , " ~> 0.3.3 " }
48+ {:ash_typescript , " ~> 0.4.0 " }
4949 ]
5050end
5151```
Original file line number Diff line number Diff line change 11defmodule AshTypescript.MixProject do
22 use Mix.Project
33
4- @ version "0.3.3 "
4+ @ version "0.4.0 "
55
66 @ description """
77 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