Skip to content

Releases: ash-project/igniter

v0.6.25

23 Jul 19:27
Compare
Choose a tag to compare

Bug Fixes:

  • remove another enumeration of the rewrite by Zach Daniel

v0.6.24

23 Jul 16:59
Compare
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
Compare
Choose a tag to compare

Bug Fixes:

  • remove case where we iterate a rewrite by Zach Daniel

v0.6.22

22 Jul 15:15
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Bug Fixes:

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

v0.6.12

09 Jul 03:05
Compare
Choose a tag to compare

Bug Fixes:

  • properly encode values added to mix project by Zach Daniel

v0.6.11

06 Jul 23:45
Compare
Choose a tag to compare

Improvements:

  • when stdin is not a tyy, treat that as --yes by Zach Daniel