Skip to content

Releases: ash-project/igniter

v0.8.1

02 Jun 01:37

Choose a tag to compare

Improvements:

  • adding hex confirmation for igniter.install (#379) by ESmithByui

  • accept content-checking function in assert_creates/3 (#291) by Lars Wikman

v0.8.0

09 May 20:11

Choose a tag to compare

Features:

  • add Igniter.Code.Pattern for ExAST-powered pattern matching (#375) by Danila Poyarkov

Bug Fixes:

  • tolerate 3-tuple dep entries in recursively_compose_schema (#372) by Matt Pruitt

v0.7.9

11 Apr 21:37

Choose a tag to compare

Bug Fixes:

  • use beam index not private manifest to initialize module index by Zach Daniel

v0.7.8

11 Apr 20:43

Choose a tag to compare

Improvements:

  • check compiled manifest and simple defmodule patterns early by Zach Daniel

  • add and manage a module index cache by Zach Daniel

v0.7.7

24 Mar 01:37

Choose a tag to compare

Bug Fixes:

  • handle children = [...] ++ expr in add_new_child (#368) by James Harton

v0.7.6

15 Mar 22:08

Choose a tag to compare

Bug Fixes:

  • run tasks with Mix.shell().cmd/1 to avoid state issues by Zach Daniel

v0.7.5

15 Mar 21:45

Choose a tag to compare

release v0.7.5

[v0.7.5](https://github.com/ash-project/igniter/compare/v0.7.4...v0.7.5) (2026-03-15)

v0.7.4

10 Mar 16:05

Choose a tag to compare

Improvements:

  • error messages for task compilation (#364) by celeste-wahlquist

v0.7.3

04 Mar 22:03
9d64f57

Choose a tag to compare

Improvements:

  • error messages for task compilation (#364) by celeste-wahlquist

v0.7.2

28 Jan 21:48

Choose a tag to compare

Bug Fixes:

  • don't fail on missing .formatter.exs by Zach Daniel