File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## v0.2.0 (2025-09-17)
9+
10+
11+
12+
13+ ### Features:
14+
15+ * Add Phoenix Channel support & generation of channel functions. by Torkild Kjevik
16+
17+ ### Bug Fixes:
18+
19+ * Only send relevant data to the backend. by Torkild Kjevik
20+
21+ ### Improvements:
22+
23+ * prefix socket assigns with ` ash_ ` by Torkild Kjevik
24+
25+ * Add timeout parameter to channel rpc actions. by Torkild Kjevik
26+
827## v0.1.2 (2025-09-15)
928
1029
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Add to your `mix.exs`:
1919``` elixir
2020def deps do
2121 [
22- {:ash_typescript , " ~> 0.1.2 " }
22+ {:ash_typescript , " ~> 0.2.0 " }
2323 ]
2424end
2525```
Original file line number Diff line number Diff line change 11defmodule AshTypescript.MixProject do
22 use Mix.Project
33
4- @ version "0.1.2 "
4+ @ version "0.2.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