igniter/CHANGELOG.md
Zach Daniel 86df95d3a0
Some checks are pending
CI / ash-ci (push) Waiting to run
chore: release version v0.1.6
2024-06-13 19:10:48 -04:00

1.7 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

v0.1.6 (2024-06-13)

Bug Fixes:

  • patch formatter fix, to be removed later when rewrite PR is merged

  • properly find functions in scope

v0.1.5 (2024-06-13)

Bug Fixes:

  • Igniter.Code.Common.with/2 was not properly merging with original zipper

v0.1.4 (2024-06-13)

Improvements:

  • use path: prefix instead of local:

v0.1.3 (2024-06-13)

Improvements:

  • support space-separated installers

v0.1.2 (2024-06-13)

Bug Fixes:

  • remove unsupportable package installation symbols

  • don't run mix deps.get if dependency changes are aborted

v0.1.1 (2024-06-13)

Bug Fixes:

  • always format the file even if no .formatter.exs exists

v0.1.0 (2024-06-13)

Bug Fixes:

  • handle existing deps when they are not local properly

Improvements:

  • ignore installer tasks that are not igniter tasks

  • draw the rest of the owl

  • add installer archive

  • more module helpers

  • wrap code in ==code== so you can tell what is being puts

  • add CI/build and get it passing locally