Releases: ash-project/spark
Releases · ash-project/spark
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
v2.2.67
Bug Fixes:
- take first transformer in order when graph sorting fails by Zach Daniel