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+ ## [ v2.3.5] ( https://github.com/ash-project/spark/compare/v2.3.4...v2.3.5 ) (2025-09-29)
9+
10+
11+
12+
13+ ### Bug Fixes:
14+
15+ * hoist validation and transformation to top of call chain. before, set_docs would be called on the un-transformed sections (#221 ) by marot
16+
17+ ### Improvements:
18+
19+ * only store source location if : debug_info enabled (#222 ) by Jonatan Männchen
20+
21+ * Note: you will potentially need to update your DSL tests. See the anno guide for more.
22+
23+ * check __ spark_metadata__ presence in nested entities (#220 ) by Jonatan Männchen
24+
25+ * Add DSL entity validation and transformation (#218 ) by marot
26+
827## [ v2.3.4] ( https://github.com/ash-project/spark/compare/v2.3.3...v2.3.4 ) (2025-09-25)
928
1029
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ but PRs are very welcome for more documentation and examples.
1414
1515## Dependency
1616
17- ` {:spark, "~> 2.3.4 "} `
17+ ` {:spark, "~> 2.3.5 "} `
1818
1919## Your First DSL
2020
Original file line number Diff line number Diff line change 11defmodule Spark.MixProject do
22 use Mix.Project
33
4- @ version "2.3.4 "
4+ @ version "2.3.5 "
55
66 @ description "Generic tooling for building DSLs"
77
You can’t perform that action at this time.
0 commit comments