Skip to content

Commit 5a4e7f4

Browse files
committed
chore: release version v0.4.0
1 parent e0e8a2c commit 5a4e7f4

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Add to your `mix.exs`:
4545
```elixir
4646
def deps do
4747
[
48-
{:ash_typescript, "~> 0.3.3"}
48+
{:ash_typescript, "~> 0.4.0"}
4949
]
5050
end
5151
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule 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.

0 commit comments

Comments
 (0)