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.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
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
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
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
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