File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## v0.3.0 (2025-09-20)
9+
10+
11+
12+
13+ ### Features:
14+
15+ * add igniter installer by Torkild Kjevik
16+
17+ ### Improvements:
18+
19+ * add rpc routes & basic react setup in installer by Torkild Kjevik
20+
21+ * use String.contains? for checking if rpc routes already exist by Torkild Kjevik
22+
23+ * Set default config in config.exs by Torkild Kjevik
24+
825## v0.2.0 (2025-09-17)
926
1027
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.2 .0" }
48+ {:ash_typescript , " ~> 0.3 .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.2 .0"
4+ @ version "0.3 .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