* Adjust `precommit` verbosity and coloring * Add `--install` flag to precommit - installs to `.git/hooks/pre-commit` ([31](https://github.com/dotenvx/dotenvx/pull/31))
0.10.0
Added
* Added `dotenvx precommit` command and instructions for git pre-commit hook ([30](https://github.com/dotenvx/dotenvx/pull/30))
0.9.0
Changed
* Remove `.flaskenv` from appends ([27](https://github.com/dotenvx/dotenvx/pull/27)) * Improved error message when .env file is missing ([28](https://github.com/dotenvx/dotenvx/pull/28))
0.8.4
Changed
Load `axios` with a try/catch depending on context 🐞 ([24](https://github.com/dotenvx/dotenvx/pull/24))
0.8.3
Changed
Patched `helpers.guessEnvironment` bug when filepath contained a `.` in the folder name. 🐞 ([23](https://github.com/dotenvx/dotenvx/pull/23))
0.8.2
Changed
Change path to axios in attempt for `pkg` to build correctly.