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 v0.7.0
[v0.7.0](v0.6.30...v0.7.0) (2025-11-05)
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
release v0.6.30
[v0.6.30](v0.6.29...v0.6.30) (2025-09-25)
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
release v0.6.29
[v0.6.29](v0.6.28...v0.6.29) (2025-09-20)
Bug Fixes:
* prevent duplicate 'live' directories for modules with Live namespace (#330) by Matthew Sinclair
* prevent duplicate 'live' directories for modules with Live namespace by Matthew Sinclair
Improvements:
* add `delay_task` to run tasks at the end by Zach Daniel
release v0.6.28
[v0.6.28](v0.6.27...v0.6.28) (2025-08-21)
Bug Fixes:
* use appropriate function name `function` -> `function?` (#326) by Ciarán Walsh
Improvements:
* `igniter.new` Don't run git init if already in git repo (#328) by Erik André Jakobsen
release v0.6.22
[v0.6.22](v0.6.21...v0.6.22) (2025-07-22)
Bug Fixes:
* handle `:error` coming from alias updater by Zach Daniel
* add :error case clause in modify_existing_alias by Zach Daniel