igniter/CHANGELOG.md

647 lines
16 KiB
Markdown
Raw Permalink Normal View History

2024-06-13 12:34:13 +12:00
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
2024-09-16 06:21:57 +12:00
## [v0.3.37](https://github.com/ash-project/igniter/compare/v0.3.36...v0.3.37) (2024-09-15)
### Improvements:
* return `igniter` in `Igniter.Test.assert_unchanged`
2024-09-14 10:21:49 +12:00
## [v0.3.36](https://github.com/ash-project/igniter/compare/v0.3.35...v0.3.36) (2024-09-13)
### Bug Fixes:
* reevaluate .igniter.exs when it changes
### Improvements:
* Support for extensions in igniter config
* Add a phoenix extension to prevent moving modules that may be phoenix-y
2024-09-11 09:30:08 +12:00
## [v0.3.35](https://github.com/ash-project/igniter/compare/v0.3.34...v0.3.35) (2024-09-10)
### Bug Fixes:
* much smarter removal of `import_config` when evaluating configuration files
* when including a glob, use `test_files` in test_mode
### Improvements:
* add `Igniter.Code.Common.remove/2`
2024-09-11 03:15:53 +12:00
## [v0.3.34](https://github.com/ash-project/igniter/compare/v0.3.33...v0.3.34) (2024-09-10)
### Bug Fixes:
* properly avoid adding duplicate children to application tree
2024-09-10 15:21:31 +12:00
## [v0.3.33](https://github.com/ash-project/igniter/compare/v0.3.32...v0.3.33) (2024-09-10)
### Bug Fixes:
* properly determine module placement in app tree
2024-09-10 14:31:03 +12:00
## [v0.3.32](https://github.com/ash-project/igniter/compare/v0.3.31...v0.3.32) (2024-09-10)
### Bug Fixes:
* properly extract app module from `def project`
2024-09-10 14:22:52 +12:00
## [v0.3.31](https://github.com/ash-project/igniter/compare/v0.3.30...v0.3.31) (2024-09-10)
### Bug Fixes:
* set only option to `nil` by default
2024-09-10 13:42:13 +12:00
## [v0.3.30](https://github.com/ash-project/igniter/compare/v0.3.29...v0.3.30) (2024-09-10)
### Bug Fixes:
* handle some edge cases in application child adding
### Improvements:
* support the opts being code when adding a new child to the app tree
* prepend new children instead of appending them
* add an `after` option to `add_new_child/3`
* better warnings on invalid patches in test
2024-09-10 11:39:51 +12:00
## [v0.3.29](https://github.com/ash-project/igniter/compare/v0.3.28...v0.3.29) (2024-09-09)
### Improvements:
2024-09-10 11:39:58 +12:00
- check for git changes to avoid overwriting unsaved changes
2024-09-10 11:39:51 +12:00
2024-09-10 11:39:58 +12:00
- add `mix igniter.gen.task` to quickly generate a full task
2024-09-10 11:39:51 +12:00
2024-09-10 11:39:58 +12:00
- properly find the default location for mix task modules
2024-09-10 11:39:51 +12:00
2024-09-10 11:39:58 +12:00
- add `--only` option, and `only` key in `Igniter.Mix.Task.Info`
2024-09-10 11:39:51 +12:00
2024-09-10 11:39:58 +12:00
- add `Igniter.Test` with helpers for writing tests
2024-09-10 11:39:51 +12:00
2024-09-10 11:39:58 +12:00
- extract app name and app module from mix.exs file
2024-09-10 11:39:51 +12:00
2024-09-10 00:17:21 +12:00
## [v0.3.28](https://github.com/ash-project/igniter/compare/v0.3.27...v0.3.28) (2024-09-09)
### Bug Fixes:
2024-09-10 11:39:58 +12:00
- don't hardcode `Spark.Formatter` plugin
2024-09-10 00:17:21 +12:00
2024-09-09 00:02:22 +12:00
## [v0.3.27](https://github.com/ash-project/igniter/compare/v0.3.26...v0.3.27) (2024-09-08)
### Improvements:
2024-09-10 11:39:58 +12:00
- when replacing a dependency, leave it in the same location
2024-09-09 00:02:22 +12:00
2024-09-08 14:33:57 +12:00
## [v0.3.26](https://github.com/ash-project/igniter/compare/v0.3.25...v0.3.26) (2024-09-08)
### Improvements:
2024-09-10 11:39:58 +12:00
- add `igniter.update_gettext`
2024-09-08 14:33:57 +12:00
2024-09-07 06:59:03 +12:00
## [v0.3.25](https://github.com/ash-project/igniter/compare/v0.3.24...v0.3.25) (2024-09-06)
### Improvements:
2024-09-10 11:39:58 +12:00
- add `configure_runtime_env` codemod
2024-09-07 06:59:03 +12:00
2024-09-10 11:39:58 +12:00
- remove dependencies that aren't strictly necessary
2024-09-07 06:59:03 +12:00
2024-09-10 11:39:58 +12:00
- remove dependencies that we don't really need
2024-09-07 06:59:03 +12:00
2024-09-10 11:39:58 +12:00
- more options to `igniter.new`
2024-09-07 06:59:03 +12:00
2024-08-27 08:54:01 +12:00
## [v0.3.24](https://github.com/ash-project/igniter/compare/v0.3.23...v0.3.24) (2024-08-26)
### Bug Fixes:
2024-09-10 11:39:58 +12:00
- detect equal lists for node equality
2024-08-27 08:54:01 +12:00
2024-08-27 08:48:44 +12:00
## [v0.3.23](https://github.com/ash-project/igniter/compare/v0.3.22...v0.3.23) (2024-08-26)
### Bug Fixes:
2024-09-10 11:39:58 +12:00
- properly move to arguments of Module.fun calls
2024-08-27 08:48:44 +12:00
### Improvements:
2024-09-10 11:39:58 +12:00
- add `Igniter.Code.Common.expand_literal/1`
2024-08-27 08:48:44 +12:00
2024-09-10 11:39:58 +12:00
- add `--with-args` to pass additional args to installers
2024-08-27 08:48:44 +12:00
2024-08-21 07:14:42 +12:00
## [v0.3.22](https://github.com/ash-project/igniter/compare/v0.3.21...v0.3.22) (2024-08-20)
### Improvements:
2024-09-10 11:39:58 +12:00
- add options to control behavior when creating a file that already exists
2024-08-21 07:14:42 +12:00
2024-08-21 06:33:40 +12:00
## [v0.3.21](https://github.com/ash-project/igniter/compare/v0.3.20...v0.3.21) (2024-08-20)
### Improvements:
2024-09-10 11:39:58 +12:00
- add `copy_template/4`
2024-08-21 06:33:40 +12:00
2024-08-20 03:10:24 +12:00
## [v0.3.20](https://github.com/ash-project/igniter/compare/v0.3.19...v0.3.20) (2024-08-19)
### Bug Fixes:
2024-09-10 11:39:58 +12:00
- ensure no timeout on task async streams
2024-08-20 03:10:24 +12:00
2024-09-10 11:39:58 +12:00
- don't hardcode `Foo.Supervisor` 🤦
2024-08-20 03:10:24 +12:00
2024-08-14 08:10:12 +12:00
## [v0.3.19](https://github.com/ash-project/igniter/compare/v0.3.18...v0.3.19) (2024-08-13)
### Bug Fixes:
2024-09-10 11:39:58 +12:00
- properly handle values vs code in configure
2024-08-14 08:10:12 +12:00
2024-08-09 02:54:14 +12:00
## [v0.3.18](https://github.com/ash-project/igniter/compare/v0.3.17...v0.3.18) (2024-08-08)
### Bug Fixes:
2024-09-10 11:39:58 +12:00
- fix and test keyword setting on empty list
2024-08-09 02:54:14 +12:00
2024-08-08 16:13:13 +12:00
## [v0.3.17](https://github.com/ash-project/igniter/compare/v0.3.16...v0.3.17) (2024-08-08)
### Bug Fixes:
2024-09-10 11:39:58 +12:00
- properly parse boolean switches from positional args
2024-08-08 16:13:13 +12:00
2024-09-10 11:39:58 +12:00
- don't warn on `Macro.Env.expand_alias/3` not being defined
2024-08-08 16:13:13 +12:00
2024-09-10 11:39:58 +12:00
- descend into single child block when modifying keyword
2024-08-08 16:13:13 +12:00
2024-09-10 11:39:58 +12:00
- set `format: :keyword` when adding keyword list item to empty list
2024-08-08 16:13:13 +12:00
2024-09-10 11:39:58 +12:00
- escape injected code in Common.replace_code/2 (#70)
2024-08-08 16:13:13 +12:00
2024-09-10 11:39:58 +12:00
- :error consistency in remove_keyword_key and argument_equals? in Config.configure (#68)
2024-08-08 16:13:13 +12:00
### Improvements:
2024-09-10 11:39:58 +12:00
- support for non-elixir files with create_new_file, update_file, include_existing_file, include_or_create_file, create_or_update_file (#75)
2024-08-08 16:13:13 +12:00
2024-09-10 11:39:58 +12:00
- support "notices" (#65)
2024-08-08 16:13:13 +12:00
2024-08-01 10:30:29 +12:00
## [v0.3.16](https://github.com/ash-project/igniter/compare/v0.3.15...v0.3.16) (2024-07-31)
### Bug Fixes:
2024-09-10 11:39:58 +12:00
- loadpaths after compiling deps
2024-08-01 10:30:29 +12:00
### Improvements:
2024-09-10 11:39:58 +12:00
- add `create_module` utility
2024-08-01 10:30:29 +12:00
2024-08-01 06:50:26 +12:00
## [v0.3.15](https://github.com/ash-project/igniter/compare/v0.3.14...v0.3.15) (2024-07-31)
### Bug Fixes:
2024-09-10 11:39:58 +12:00
- remove `force?: true` from dep installation
2024-08-01 06:50:26 +12:00
2024-09-10 11:39:58 +12:00
- better handling of positional args in igniter.new
2024-08-01 06:50:26 +12:00
2024-07-31 07:33:08 +12:00
## [v0.3.14](https://github.com/ash-project/igniter/compare/v0.3.13...v0.3.14) (2024-07-30)
### Bug Fixes:
2024-09-10 11:39:58 +12:00
- detect more function call formats
2024-07-31 07:33:08 +12:00
2024-09-10 11:39:58 +12:00
- properly extract arguments when parsing positional args
2024-07-31 07:33:08 +12:00
2024-07-31 03:20:40 +12:00
## [v0.3.13](https://github.com/ash-project/igniter/compare/v0.3.12...v0.3.13) (2024-07-30)
### Bug Fixes:
2024-09-10 11:39:58 +12:00
- force compile dependencies to avoid strange compiler issues
2024-07-31 03:20:40 +12:00
2024-07-30 23:42:38 +12:00
## [v0.3.12](https://github.com/ash-project/igniter/compare/v0.3.11...v0.3.12) (2024-07-30)
### Improvements:
2024-09-10 11:39:58 +12:00
- add `Igniter.Libs.Phoenix.endpoints_for_router/2`
2024-07-30 23:42:38 +12:00
2024-07-28 08:58:28 +12:00
## [v0.3.11](https://github.com/ash-project/igniter/compare/v0.3.10...v0.3.11) (2024-07-27)
### Bug Fixes:
2024-09-10 11:39:58 +12:00
- ensure igniter is compiled first
2024-07-28 08:58:28 +12:00
2024-09-10 11:39:58 +12:00
- fetch deps after adding any nested installers
2024-07-28 08:58:28 +12:00
2024-09-10 11:39:58 +12:00
- various fixes & improvements to positional argument listing
2024-07-28 08:58:28 +12:00
### Improvements:
2024-09-10 11:39:58 +12:00
- clean up dependency compiling logic
2024-07-28 08:58:28 +12:00
2024-09-10 11:39:58 +12:00
- optimize module finding w/ async_stream
2024-07-28 08:58:28 +12:00
2024-09-10 11:39:58 +12:00
- add `rest: true` option for positional args
2024-07-28 08:58:28 +12:00
2024-07-27 05:36:57 +12:00
## [v0.3.10](https://github.com/ash-project/igniter/compare/v0.3.9...v0.3.10) (2024-07-26)
### Bug Fixes:
2024-09-10 11:39:58 +12:00
- recompile igniter in `ingiter.install`
2024-07-27 05:36:57 +12:00
### Improvements:
2024-09-10 11:39:58 +12:00
- add `positional_args!/1` macro for use in tasks
2024-07-27 05:36:57 +12:00
2024-09-10 11:39:58 +12:00
- better output on missing installers & already present dep
2024-07-27 05:36:57 +12:00
2024-07-23 08:13:37 +12:00
## [v0.3.9](https://github.com/ash-project/igniter/compare/v0.3.8...v0.3.9) (2024-07-22)
### Bug Fixes:
2024-09-10 11:39:58 +12:00
- force compile dependencies.
2024-07-23 08:13:37 +12:00
2024-09-10 11:39:58 +12:00
- use length of path for insertion point, instead of node equality
2024-07-23 08:13:37 +12:00
2024-07-20 09:29:37 +12:00
## [v0.3.8](https://github.com/ash-project/igniter/compare/v0.3.7...v0.3.8) (2024-07-19)
### Improvements:
2024-09-10 11:39:58 +12:00
- better map key setting
2024-07-20 09:29:37 +12:00
2024-09-10 11:39:58 +12:00
- detect strings as non extendable blocks
2024-07-20 09:29:37 +12:00
2024-09-10 11:39:58 +12:00
- add option to ignore already present phoenix scopes
2024-07-20 09:29:37 +12:00
2024-07-20 07:08:42 +12:00
## [v0.3.7](https://github.com/ash-project/igniter/compare/v0.3.6...v0.3.7) (2024-07-19)
### Bug Fixes:
2024-09-10 11:39:58 +12:00
- improve `add_code` by modifying the `supertree`
2024-07-20 07:08:42 +12:00
2024-07-20 04:33:27 +12:00
## [v0.3.6](https://github.com/ash-project/igniter/compare/v0.3.5...v0.3.6) (2024-07-19)
### Bug Fixes:
2024-09-10 11:39:58 +12:00
- properly scope configuration modification code
2024-07-20 04:33:27 +12:00
2024-09-10 11:39:58 +12:00
- properly add blocks of code together
2024-07-20 04:33:27 +12:00
2024-07-20 02:36:22 +12:00
## [v0.3.5](https://github.com/ash-project/igniter/compare/v0.3.4...v0.3.5) (2024-07-19)
### Bug Fixes:
2024-09-10 11:39:58 +12:00
- properly move to pattern matches in scope
2024-07-20 02:36:22 +12:00
2024-09-10 11:39:58 +12:00
- configures?/3 -> configures_key & configures_root_key (#54)
2024-07-20 02:36:22 +12:00
### Improvements:
2024-09-10 11:39:58 +12:00
- add blocks together more fluidly in `add_code`
2024-07-20 02:36:22 +12:00
2024-07-20 00:31:35 +12:00
## [v0.3.4](https://github.com/ash-project/igniter/compare/v0.3.3...v0.3.4) (2024-07-19)
### Bug Fixes:
2024-07-20 00:32:03 +12:00
- recompile `:igniter` if it has to
2024-07-20 00:31:35 +12:00
### Improvements:
2024-07-20 00:32:03 +12:00
- include config in include_all_elixir_files (#55)
2024-07-20 00:31:35 +12:00
2024-07-20 00:32:03 +12:00
- add Function.argument_equals?/3 (#53)
2024-07-20 00:31:35 +12:00
2024-07-20 00:32:03 +12:00
- add Function.argument_equals?/3
2024-07-20 00:31:35 +12:00
2024-07-19 03:39:54 +12:00
## [v0.3.3](https://github.com/ash-project/igniter/compare/v0.3.2...v0.3.3) (2024-07-18)
### Improvements:
2024-07-20 00:32:03 +12:00
- fix function typespecs & add `inflex` dependency
2024-07-19 03:39:54 +12:00
2024-07-20 00:32:03 +12:00
- only show executed installers (#50)
2024-07-19 03:39:54 +12:00
2024-07-20 00:32:03 +12:00
- support tuple dependencies in igniter.install (#49)
2024-07-19 03:39:54 +12:00
2024-07-16 13:38:23 +12:00
## [v0.3.2](https://github.com/ash-project/igniter/compare/v0.3.1...v0.3.2) (2024-07-16)
### Bug Fixes:
2024-07-20 00:32:03 +12:00
- don't compile igniter dep again when compiling deps
2024-07-16 13:38:23 +12:00
2024-07-16 13:12:07 +12:00
## [v0.3.1](https://github.com/ash-project/igniter/compare/v0.3.0...v0.3.1) (2024-07-16)
### Bug Fixes:
2024-07-20 00:32:03 +12:00
- when adding code to surrounding block, don't go up multiple blocks
2024-07-16 13:12:07 +12:00
2024-07-16 06:07:05 +12:00
## [v0.3.0](https://github.com/ash-project/igniter/compare/v0.2.13...v0.3.0) (2024-07-15)
### Improvements:
2024-07-20 00:32:03 +12:00
- Add `Igniter.Libs.Phoenix` for working with Phoenix
2024-07-16 06:07:05 +12:00
2024-07-20 00:32:03 +12:00
- deprecate duplicate `Igniter.Code.Module.move_to_use` function
2024-07-16 06:07:05 +12:00
2024-07-20 00:32:03 +12:00
- `Igniter.Project.Config.configures?/4` that takes a config file
2024-07-16 06:07:05 +12:00
2024-07-20 00:32:03 +12:00
- Add `Igniter.Util.Warning` for formatting code in warnings
2024-07-16 06:07:05 +12:00
2024-07-15 14:05:56 +12:00
## [v0.2.13](https://github.com/ash-project/igniter/compare/v0.2.12...v0.2.13) (2024-07-15)
### Bug Fixes:
2024-07-20 00:32:03 +12:00
- remove redundant case clause in `Igniter.Code.Common`
2024-07-15 14:05:56 +12:00
### Improvements:
2024-07-20 00:32:03 +12:00
- make `apply_and_fetch_dependencies` only change `deps/0`
2024-07-15 14:05:56 +12:00
2024-07-20 00:32:03 +12:00
- remove a bunch of dependencies by using :inets & :httpc
2024-07-15 14:05:56 +12:00
2024-07-11 02:57:12 +12:00
## [v0.2.12](https://github.com/ash-project/igniter/compare/v0.2.11...v0.2.12) (2024-07-10)
### Bug Fixes:
2024-07-20 00:32:03 +12:00
- fix dialyzer warnings about info/2 never being nil
2024-07-11 02:57:12 +12:00
2024-07-11 00:42:48 +12:00
## [v0.2.11](https://github.com/ash-project/igniter/compare/v0.2.10...v0.2.11) (2024-07-10)
### Bug Fixes:
2024-07-20 00:32:03 +12:00
- prevent crash on specific cases with `igniter.new`
2024-07-11 00:42:48 +12:00
### Improvements:
2024-07-20 00:32:03 +12:00
- more consistent initial impl of `elixirc_paths`
2024-07-11 00:42:48 +12:00
2024-07-20 00:32:03 +12:00
- support :kind in find_and_update_or_create_module/5 (#38)
2024-07-11 00:42:48 +12:00
2024-07-10 12:25:31 +12:00
## [v0.2.10](https://github.com/ash-project/igniter/compare/v0.2.9...v0.2.10) (2024-07-10)
### Improvements:
2024-07-20 00:32:03 +12:00
- ensure `test/support` is in elixirc paths automatically when necessary
2024-07-10 12:25:31 +12:00
2024-07-10 09:41:47 +12:00
## [v0.2.9](https://github.com/ash-project/igniter/compare/v0.2.8...v0.2.9) (2024-07-09)
### Bug Fixes:
2024-07-20 00:32:03 +12:00
- simplify how we get tasks to run
2024-07-10 09:41:47 +12:00
2024-07-20 00:32:03 +12:00
- don't try to format after editing `mix.exs`
2024-07-10 09:41:47 +12:00
2024-07-10 08:41:01 +12:00
## [v0.2.8](https://github.com/ash-project/igniter/compare/v0.2.7...v0.2.8) (2024-07-09)
### Bug Fixes:
2024-07-20 00:32:03 +12:00
- fix deps compilation issues by vendoring `deps.compile`
2024-07-10 08:41:01 +12:00
2024-07-20 00:32:03 +12:00
- honor `--yes` flag when installing deps always
2024-07-10 08:41:01 +12:00
### Improvements:
2024-07-20 00:32:03 +12:00
- small tweaks to output
2024-07-10 08:41:01 +12:00
2024-07-10 01:00:59 +12:00
## [v0.2.7](https://github.com/ash-project/igniter/compare/v0.2.6...v0.2.7) (2024-07-09)
### Bug Fixes:
2024-07-20 00:32:03 +12:00
- remove shortnames for global options, to reduce conflicts
2024-07-10 01:00:59 +12:00
2024-07-20 00:32:03 +12:00
- remove erroneous warning while composing tasks
2024-07-10 01:00:59 +12:00
2024-07-20 00:32:03 +12:00
- pass file_path to `ensure_default_configs_exist` (#36)
2024-07-10 01:00:59 +12:00
2024-07-20 00:32:03 +12:00
- preserve original ordering in Util.Install (#33)
2024-07-10 01:00:59 +12:00
2024-07-20 00:32:03 +12:00
- include only "mix.exs" in the actual run in apply_and_fetch_dependencies (#32)
2024-07-10 01:00:59 +12:00
2024-07-20 00:32:03 +12:00
- always return {:ok, zipper} in append_new_to_list/2 (#31)
2024-07-10 01:00:59 +12:00
### Improvements:
2024-07-20 00:32:03 +12:00
- support an optional append? flag for add_dep/3 (#34)
2024-07-10 01:00:59 +12:00
2024-07-20 00:32:03 +12:00
- add `add_dep/2-3`, that accepts a full dep specification
2024-07-10 01:00:59 +12:00
2024-07-20 00:32:03 +12:00
- deprecate `add_dependency/3-4`
2024-07-10 01:00:59 +12:00
2024-07-20 00:32:03 +12:00
- make module moving much smarter
2024-07-10 01:00:59 +12:00
2024-07-20 00:32:03 +12:00
- add configurations for not moving certain modules
2024-07-10 01:00:59 +12:00
2024-07-20 00:32:03 +12:00
- make `source_folders` configurable
2024-07-10 01:00:59 +12:00
2024-07-03 08:50:34 +12:00
## [v0.2.6](https://github.com/ash-project/igniter/compare/v0.2.5...v0.2.6) (2024-07-02)
### Improvements:
2024-07-20 00:32:03 +12:00
- properly find nested modules again
2024-07-03 08:50:34 +12:00
2024-07-20 00:32:03 +12:00
- make igniter tests much faster by not searching our own project
2024-07-03 08:50:34 +12:00
2024-07-20 00:32:03 +12:00
- add `include_all_elixir_files/1`
2024-07-03 08:50:34 +12:00
2024-07-20 00:32:03 +12:00
- add `module_exists?/2`
2024-07-03 08:50:34 +12:00
2024-07-20 00:32:03 +12:00
- add `find_and_update_module/3`
2024-07-03 08:50:34 +12:00
2024-07-20 00:32:03 +12:00
- only require rejecting mix deps.get one time & remember that choice
2024-07-03 08:50:34 +12:00
2024-07-20 00:32:03 +12:00
- simpler messages signaling a mix deps.get
2024-07-03 08:50:34 +12:00
2024-07-02 12:45:33 +12:00
## [v0.2.5](https://github.com/ash-project/igniter/compare/v0.2.4...v0.2.5) (2024-07-02)
### Improvements:
2024-07-20 00:32:03 +12:00
- `move_modules` -> `move_files`
2024-07-02 12:45:33 +12:00
2024-07-20 00:32:03 +12:00
- move some files around and update config names
2024-07-02 12:45:33 +12:00
2024-07-20 00:32:03 +12:00
- use `%Info{}` structs to compose and plan nested installers
2024-07-02 12:45:33 +12:00
2024-07-20 00:32:03 +12:00
- add Igniter.apply_and_fetch_dependencies/1 and Igniter.has_changes?/1 (#28)
2024-07-02 12:45:33 +12:00
2024-07-20 00:32:03 +12:00
- rename option_schema/2 -> info/2
2024-07-02 12:45:33 +12:00
2024-07-20 00:32:03 +12:00
- only create default configs if an env-specific config is created
2024-07-02 12:45:33 +12:00
2024-06-29 11:02:15 +12:00
## [v0.2.4](https://github.com/ash-project/igniter/compare/v0.2.3...v0.2.4) (2024-06-28)
### Bug Fixes:
2024-07-20 00:32:03 +12:00
- fix match error in `append_new_to_list`
2024-06-29 11:02:15 +12:00
2024-07-20 00:32:03 +12:00
- version string splitting (#25)
2024-06-29 11:02:15 +12:00
### Improvements:
2024-07-20 00:32:03 +12:00
- add an optional path argument to `find_and_update_or_create_module/5`
2024-06-29 11:02:15 +12:00
2024-07-20 00:32:03 +12:00
- add `option_schema/2` callback to `Igniter.Mix.Task`
2024-06-29 11:02:15 +12:00
2024-07-20 00:32:03 +12:00
- `Module.find_and_update_or_create_module`
2024-06-29 11:02:15 +12:00
2024-07-20 00:32:03 +12:00
- add a way to move files
2024-06-29 11:02:15 +12:00
2024-07-20 00:32:03 +12:00
- add `.igniter.exs` file, and `mix igniter.setup` to create it
2024-06-29 11:02:15 +12:00
2024-07-20 00:32:03 +12:00
- move files to configured location based on changes
2024-06-29 11:02:15 +12:00
2024-07-20 00:32:03 +12:00
- add fallback to compose_task (#19)
2024-06-29 11:02:15 +12:00
2024-07-20 00:32:03 +12:00
- add proper_test_support_location/1 (#18)
2024-06-29 11:02:15 +12:00
2024-07-20 00:32:03 +12:00
- add proper_test_location/1 (#17)
2024-06-29 11:02:15 +12:00
2024-06-22 11:57:52 +12:00
## [v0.2.3](https://github.com/ash-project/igniter/compare/v0.2.2...v0.2.3) (2024-06-21)
### Improvements:
2024-07-20 00:32:03 +12:00
- use `override: true` for git/github deps as well
2024-06-22 11:57:52 +12:00
2024-06-22 10:06:21 +12:00
## [v0.2.2](https://github.com/ash-project/igniter/compare/v0.2.1...v0.2.2) (2024-06-21)
### Bug Fixes:
2024-07-20 00:32:03 +12:00
- don't show unnecessary diff output
2024-06-22 10:06:21 +12:00
2024-07-20 00:32:03 +12:00
- don't compile before fetching deps
2024-06-22 10:06:21 +12:00
2024-06-22 08:09:00 +12:00
## [v0.2.1](https://github.com/ash-project/igniter/compare/v0.2.0...v0.2.1) (2024-06-21)
### Improvements:
2024-07-20 00:32:03 +12:00
- workaround trailing comment issues w/ sourceror
2024-06-22 08:09:00 +12:00
2024-07-20 00:32:03 +12:00
- support `--with` option in `igniter.new`
2024-06-22 08:09:00 +12:00
2024-06-21 05:40:31 +12:00
## [v0.2.0](https://github.com/ash-project/igniter/compare/v0.1.8...v0.2.0) (2024-06-20)
### Improvements:
2024-07-20 00:32:03 +12:00
- make installer use `override: true` on local dependency
2024-06-21 05:40:31 +12:00
2024-07-20 00:32:03 +12:00
- ensure dependencies are compiled after `mix deps.get`
2024-06-21 05:40:31 +12:00
2024-07-20 00:32:03 +12:00
- use warnings instead of errors for better UX
2024-06-21 05:40:31 +12:00
2024-07-20 00:32:03 +12:00
- move proejct related things to `Project` namespace
2024-06-21 05:40:31 +12:00
2024-06-20 11:26:02 +12:00
## [v0.1.8](https://github.com/ash-project/igniter/compare/v0.1.7...v0.1.8) (2024-06-19)
### Bug Fixes:
2024-07-20 00:32:03 +12:00
- update spitfire for env fix
2024-06-20 11:26:02 +12:00
### Improvements:
2024-07-20 00:32:03 +12:00
- rename `env_at_cursor` to `current_env`
2024-06-20 11:26:02 +12:00
2024-07-20 00:32:03 +12:00
- improve marshalling of spitfire env to macro env
2024-06-20 11:26:02 +12:00
2024-07-20 00:32:03 +12:00
- show warning when adding dependencies by default
2024-06-20 11:26:02 +12:00
2024-06-15 09:21:44 +12:00
## [v0.1.7](https://github.com/ash-project/igniter/compare/v0.1.6...v0.1.7) (2024-06-14)
### Improvements:
2024-07-20 00:32:03 +12:00
- various restructurings and improvements across the board
2024-06-15 09:21:44 +12:00
2024-07-20 00:32:03 +12:00
- use `Spitfire` to ensure that aliases are considered when comparing modules
2024-06-15 09:21:44 +12:00
2024-07-20 00:32:03 +12:00
- use `Spitfire` to _use_ any existing aliases when inserting code
2024-06-15 09:21:44 +12:00
2024-07-20 00:32:03 +12:00
- use `Zipper.topmost` to power new `Spitfire`-related features
2024-06-15 09:21:44 +12:00
2024-06-14 11:10:48 +12:00
## [v0.1.6](https://github.com/ash-project/igniter/compare/v0.1.5...v0.1.6) (2024-06-13)
### Bug Fixes:
2024-07-20 00:32:03 +12:00
- patch formatter fix, to be removed later when rewrite PR is merged
2024-06-14 11:10:48 +12:00
2024-07-20 00:32:03 +12:00
- properly find functions in scope
2024-06-14 11:10:48 +12:00
2024-06-14 05:40:25 +12:00
## [v0.1.5](https://github.com/ash-project/igniter/compare/v0.1.4...v0.1.5) (2024-06-13)
### Bug Fixes:
2024-07-20 00:32:03 +12:00
- Igniter.Code.Common.with/2 was not properly merging with original zipper
2024-06-14 05:40:25 +12:00
2024-06-14 03:05:36 +12:00
## [v0.1.4](https://github.com/ash-project/igniter/compare/v0.1.3...v0.1.4) (2024-06-13)
### Improvements:
2024-07-20 00:32:03 +12:00
- use `path:` prefix instead of `local:`
2024-06-14 03:05:36 +12:00
2024-06-14 03:03:10 +12:00
## [v0.1.3](https://github.com/ash-project/igniter/compare/v0.1.2...v0.1.3) (2024-06-13)
### Improvements:
2024-07-20 00:32:03 +12:00
- support space-separated installers
2024-06-14 03:03:10 +12:00
2024-06-14 02:58:08 +12:00
## [v0.1.2](https://github.com/ash-project/igniter/compare/v0.1.1...v0.1.2) (2024-06-13)
### Bug Fixes:
2024-07-20 00:32:03 +12:00
- remove unsupportable package installation symbols
2024-06-14 02:58:08 +12:00
2024-07-20 00:32:03 +12:00
- don't run `mix deps.get` if dependency changes are aborted
2024-06-14 02:58:08 +12:00
2024-06-14 02:41:35 +12:00
## [v0.1.1](https://github.com/ash-project/igniter/compare/v0.1.0...v0.1.1) (2024-06-13)
### Bug Fixes:
2024-07-20 00:32:03 +12:00
- always format the file even if no `.formatter.exs` exists
2024-06-14 02:41:35 +12:00
2024-06-13 12:34:13 +12:00
## [v0.1.0](https://github.com/ash-project/igniter/compare/v0.1.0...v0.1.0) (2024-06-13)
### Bug Fixes:
2024-07-20 00:32:03 +12:00
- handle existing deps when they are not local properly
2024-06-13 12:34:13 +12:00
### Improvements:
2024-07-20 00:32:03 +12:00
- ignore installer tasks that are not igniter tasks
2024-06-13 12:34:13 +12:00
2024-07-20 00:32:03 +12:00
- draw the rest of the owl
2024-06-13 12:34:13 +12:00
2024-07-20 00:32:03 +12:00
- add installer archive
2024-06-13 12:34:13 +12:00
2024-07-20 00:32:03 +12:00
- more module helpers
2024-06-13 12:34:13 +12:00
2024-07-20 00:32:03 +12:00
- wrap code in `==code==` so you can tell what is being `puts`
2024-06-13 12:34:13 +12:00
2024-07-20 00:32:03 +12:00
- add CI/build and get it passing locally