Releases: ash-project/spark
Releases · ash-project/spark
v2.3.14
v2.3.13
v2.3.12
Bug Fixes:
- don't use Code.ensure_loaded? when checking for Spark.Dsl.Extension behaviour by Zach Daniel
v2.3.11
Bug Fixes:
- run loadpaths on format by Zach Daniel
v2.3.9
Bug Fixes:
- handle erorrs in
add_extensions/0calls by Zach Daniel
v2.3.8
Bug Fixes:
- use
Code.ensure_compiled!/1to ensure extensions are compiled by Zach Daniel
v2.3.7
Bug Fixes:
- use
Code.ensure_loaded?/1before checking behaviour implementation of extension by Zach Daniel
v2.3.6
v2.3.5
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
- Note: you will potentially need to update your DSL tests. See the anno guide for more.
-
check spark_metadata presence in nested entities (#220) by Jonatan Männchen
-
Add DSL entity validation and transformation (#218) by marot
v2.2.68
Bug Fixes:
- add after_define option, and use pdict for inline info generation by Zach Daniel