Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## 1.2.0
- Add `Medic.Checks.Git.uses_ssh?/1` to force SSH instead of HTTPS.
## 1.1.0
- Improved support for Linux.
## 1.0.0
- Tests fail if any compilation warnings are generated by the test scripts.
## 0.8.0
- Add `Medic.Checks.Hex.packages_compiled?/0`
- Add `:build_mix` Update command, which runs `packages_compiled?` to only run if
deps require compilation.
## 0.7.0
- Add `Medic.Checks.Hex.local_rebar_installed?/0`
## 0.6.0
- Add `Medic.Checks.Chromedriver.chrome_installed?/0`.
- `Medic.Checks.Chromedriver.unquarantined?/0` suggests `brew install` rather than `brew bundle`.
## 0.5.1
- Add file existence checks to `Direnv` and `Homebrew`.
## 0.5.0
- [breaking change] Medic looks for files at:
- `.medic/doctor.exs`
- `.medic/update.exs`
See docs at https://hexdocs.pm/medic/Medic.Update.html
## 0.4.0
- [breaking change] `Medic.Update` now requires `.medic.update.exs` config file.
See docs at https://hexdocs.pm/medic/Medic.Update.html
## 0.3.0
- Skip checks by creating files at `.medic/skipped`
## 0.2.0
- Load local checks from `.medic/checks`
## 0.1.0
- Initial release