Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## 0.3.2
* Add :credo config check
* Use parent folder for app name if :app not defined in mix.exs (e.g. umbrella)
* Add app_name.plt.hash to .gitignore for :dialyzer_config
## 0.3.1
* Add mix clean prior to mix compile on git push hook to catch warnings.
## 0.3.0
* Add :git_hooks config check
* Improve test coverage
* Reworked config internal manipulation
## 0.2.0
* Change dependency checking to use regex
* Clear dialyzer ignores fixed in elixir 1.8.1
* Change format of IO questions
* Add :git_hooks check
* Add :dialyzer_config check
* Mox/Impl all File operations
## 0.1.2
* Add self version checking
* Refactor dependency version retrieval
## 0.1.0
* Initial release