Skip to content

Releases: ash-project/igniter

v0.7.0

05 Nov 00:50

Choose a tag to compare

Features:

  • Add support for SiteEncrypt.Phoenix.Endpoint detection (#339) by Herman verschooten

Bug Fixes:

  • put_in_map/set_map_key not setting keys properly (#348) by Nick Krichevsky

  • don't pass --no-git onto installers by Zach Daniel

  • modify_config_code twice with keyword values (#332) by grzuy

v0.6.30

25 Sep 13:27

Choose a tag to compare

Bug Fixes:

  • don't silently ignore certain errors during spinners by Zach Daniel

  • don't display "temporarily adding igniter" when we aren't by Zach Daniel

v0.6.25

23 Jul 19:27

Choose a tag to compare

Bug Fixes:

  • remove another enumeration of the rewrite by Zach Daniel

v0.6.24

23 Jul 16:59

Choose a tag to compare

Bug Fixes:

  • iterate over sources, not rewrite, in one more place by Zach Daniel

v0.6.23

23 Jul 14:19

Choose a tag to compare

Bug Fixes:

  • remove case where we iterate a rewrite by Zach Daniel

v0.6.22

22 Jul 15:15

Choose a tag to compare

Bug Fixes:

  • handle :error coming from alias updater by Zach Daniel

  • add :error case clause in modify_existing_alias by Zach Daniel

v0.6.21

19 Jul 15:23

Choose a tag to compare

Bug Fixes:

  • properly detect deps location by Zach Daniel

Improvements:

  • don't enumerate igniter.rewrite by Zach Daniel

v0.6.20

18 Jul 02:32

Choose a tag to compare

Bug Fixes:

  • handle non-tty inputs on tasks that aren't installers by Zach Daniel

Improvements:

  • add a nicer error on :eof response from yes? by Zach Daniel

v0.6.15

13 Jul 13:24

Choose a tag to compare

Bug Fixes:

  • vendor Path.relative_to to get 1.18.4 behavior by Zach Daniel

  • assume Kernel is imported in older Elixir versions by Zach Daniel

v0.6.14

09 Jul 19:14

Choose a tag to compare

Bug Fixes:

  • a slew of fixes for config, code modification, deps addition, keywords by Zach Daniel