Skip to content

Releases: ash-project/spark

v2.3.14

09 Nov 19:18

Choose a tag to compare

Improvements:

  • add :regex builtin type by Zach Daniel

  • only compile on uncompiled extension in formatter by Zach Daniel

v2.3.13

05 Nov 00:48

Choose a tag to compare

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

30 Oct 00:26

Choose a tag to compare

Bug Fixes:

  • don't use Code.ensure_loaded? when checking for Spark.Dsl.Extension behaviour by Zach Daniel

v2.3.11

23 Oct 15:21

Choose a tag to compare

Bug Fixes:

  • run loadpaths on format by Zach Daniel

v2.3.9

23 Oct 04:43

Choose a tag to compare

Bug Fixes:

  • handle erorrs in add_extensions/0 calls by Zach Daniel

v2.3.8

23 Oct 04:38

Choose a tag to compare

Bug Fixes:

  • use Code.ensure_compiled!/1 to ensure extensions are compiled by Zach Daniel

v2.3.7

22 Oct 04:42

Choose a tag to compare

Bug Fixes:

  • use Code.ensure_loaded?/1 before checking behaviour implementation of extension by Zach Daniel

v2.3.6

21 Oct 01:14

Choose a tag to compare

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

29 Sep 23:39

Choose a tag to compare

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

11 Aug 23:06

Choose a tag to compare

Bug Fixes:

  • add after_define option, and use pdict for inline info generation by Zach Daniel