Packages
Fireside is a small Elixir library that allows importing code components (templates) into an existing Elixir project together with their dependencies. It also allows upgrading these components if they have a newer version available.
Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## [v0.0.3](https://github.com/ash-project/igniter/compare/v0.0.1...v0.0.2) (2024-08-01)
### Improvements
- Add Changelog to docs
### Bug fixes
- support no `overwritable` in `fireside.install`.
## [v0.0.2](https://github.com/ash-project/igniter/compare/v0.0.1...v0.0.2) (2024-07-21)
### Improvements
- replace OTP application name in addition to module prefixes
(i.e. :my_app in addition to MyApp)