Releases: chrisdicarlo/laravel-config-checker
Releases · chrisdicarlo/laravel-config-checker
v1.2.0
What's Changed
- Add option to disable progress bars by @chrisdicarlo in #7
- Add file resolvers by @chrisdicarlo in #8
- Add options to specify filetypes to check by @chrisdicarlo in #9
- Don't check internal methods called config by @moshe-autoleadstar in #10
- Refactor to check config directly by @chrisdicarlo in #11
New Contributors
- @moshe-autoleadstar made their first contribution in #10
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Ensure config settings in nested config folders are correctly resolved.
v1.0.2
Fixes incorrect package name configuration in non-console contexts.
v1.0.1 - Fix return value
Command now returns a failure if any undefined configuration keys are found.
Full Changelog: v1.0.0...v1.0.1