Skip to content

Tags: ash-project/spark

Tags

v2.3.14

Toggle v2.3.14's commit message
release v2.3.14

[v2.3.14](v2.3.13...v2.3.14) (2025-11-09)
Improvements:
* add :regex builtin type by Zach Daniel
* only compile on uncompiled extension in formatter by Zach Daniel

v2.3.13

Toggle v2.3.13's commit message
release v2.3.13

[v2.3.13](v2.3.12...v2.3.13) (2025-11-05)
Bug Fixes:
* mix format crashes in umbrella projects (#230) by Matthew Sinclair
* replace explicit try with implicit try and remove deprecated unless by Matthew Sinclair

v2.3.12

Toggle v2.3.12's commit message
release v2.3.12

[v2.3.12](v2.3.11...v2.3.12) (2025-10-30)
Bug Fixes:
* don't use Code.ensure_loaded? when checking for Spark.Dsl.Extension behaviour by Zach Daniel

v2.3.11

Toggle v2.3.11's commit message
release v2.3.11

[v2.3.11](v2.3.10...v2.3.11) (2025-10-23)
Bug Fixes:
* run loadpaths on format by Zach Daniel

v2.3.10

Toggle v2.3.10's commit message
release v2.3.10

[v2.3.10](v2.3.9...v2.3.10) (2025-10-23)

v2.3.9

Toggle v2.3.9's commit message
release v2.3.9

[v2.3.9](v2.3.8...v2.3.9) (2025-10-23)
Bug Fixes:
* handle erorrs in `add_extensions/0` calls by Zach Daniel

v2.3.8

Toggle v2.3.8's commit message
release v2.3.8

[v2.3.8](v2.3.7...v2.3.8) (2025-10-23)
Bug Fixes:
* use `Code.ensure_compiled!/1` to ensure extensions are compiled by Zach Daniel

v2.3.7

Toggle v2.3.7's commit message
release v2.3.7

[v2.3.7](v2.3.6...v2.3.7) (2025-10-22)
Bug Fixes:
* use `Code.ensure_loaded?/1` before checking behaviour implementation of extension by Zach Daniel

v2.3.6

Toggle v2.3.6's commit message
release v2.3.6

[v2.3.6](v2.3.5...v2.3.6) (2025-10-21)
Bug Fixes:
* implements_behaviour? do not return true for any module (#229) by Jonatan Männchen
* run compile task before formatting by Zach Daniel

v2.3.5

Toggle v2.3.5's commit message
release v2.3.5

[v2.3.5](v2.3.4...v2.3.5) (2025-09-29)
Bug Fixes:
* hoist validation and transformation to top of call chain. before, set_docs would be called on the un-transformed sections (#221) by marot
Improvements:
* only store source location if :debug_info enabled (#222) by Jonatan Männchen
* check __spark_metadata__ presence in nested entities (#220) by Jonatan Männchen
* Add DSL entity validation and transformation (#218) by marot