All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
v0.1.4 (2024-09-09)
- use
Igniter.Util.DepsCompile.run()
instead ofMix.Task.run("deps.compile")
- upgrade deprecated code
v0.1.3 (2024-08-16)
- remove
append?: true
when installing components (will be reverted) - minor wording changes across documentation
v0.1.2 (2024-08-14)
- add small Fireside logo to docs
v0.1.1 (2024-08-14)
- add Fireside logo and hex badges
- typos
v0.1.0 (2024-08-14)
- change the format of
fireside.exs
andconfig/fireside.exs
- add
fireside.unlock
andfireside.uninstall
- add versioning and component upgrades
- add
--unlocked
option tofireside.install
and--yes
option to all tasks - add Git and Github support
- documentation improvements
v0.0.3 (2024-08-01)
- Add Changelog to docs
- support no
overwritable
infireside.install
.
v0.0.2 (2024-07-21)
- replace OTP application name in addition to module prefixes (i.e. :my_app in addition to MyApp)