You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
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
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
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