Skip to content

Tags: ash-project/spark

Tags

v2.7.2

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

[v2.7.2](v2.7.1...v2.7.2) (2026-06-07)
Bug Fixes:
* revert pmap introduction (#282) by nxy7

v2.7.1

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

[v2.7.1](v2.7.0...v2.7.1) (2026-06-05)
Bug Fixes:
* fix elixir 1.20 warning by Zach Daniel
* resolve Elixir 1.20 compilation warnings (#278) by Gilbert

v2.7.0

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

[v2.7.0](v2.6.1...v2.7.0) (2026-05-04)
Features:
* add Spark.Test for testing verifier errors and warnings as data (#272) by alfieV
Bug Fixes:
* shuffle optional args to the end properly by Zach Daniel
* Spark.Test now ignores empty warnings  (#277) by alfieV
* fixed info generator to handle tuples of more than 2 elements (#270) by Matt Beanland

v2.6.1

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

[v2.6.1](v2.6.0...v2.6.1) (2026-03-25)
Bug Fixes:
* only de-paren sections and entities that have builders at the current level, not nested levels by Zach Daniel

v2.6.0

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

[v2.6.0](v2.5.0...v2.6.0) (2026-03-22)
Features:
* sort persisters using before/after callbacks (#264) by Torkild Gundersen Kjevik

v2.5.0

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

[v2.5.0](v2.4.1...v2.5.0) (2026-03-21)
Features:
* Builder API for Sections and Entities (#253) by leonqadirie
Bug Fixes:
* don't use Code.ensure_compiled by Zach Daniel
* show correct error message when expecting strings by Zach Daniel
Improvements:
* add `singleton_entity_keys` to sections by Zach Daniel
* add new `{:function, ...` type by Zach Daniel

v2.4.1

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

[v2.4.1](v2.4.0...v2.4.1) (2026-02-22)
Bug Fixes:
* suppress Dialyzer warnings for generated anno functions on OTP 28 (#261) by jeffhuen
* Handle same-named sibling sections in DSL extensions by Zach Daniel
* docs redirect tests (#252) by leonqadirie

v2.4.0

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

[v2.4.0](v2.3.14...v2.4.0) (2026-01-15)
Features:
* Add `{:and, subtypes}` option type. (#246) by James Harton
Improvements:
* add `Spark.Docs.redirects_for/2` to generate DSL doc redirects by Zach Daniel

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