Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 1.55 KB

Changelog

All notable changes to laravel-config-checker will be documented in this file.

v1.2.0 - 2024-10-07

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

New Contributors

  • @moshe-autoleadstar made their first contribution in #10

Full Changelog: https://github.com/chrisdicarlo/laravel-config-checker/compare/v1.1.0...v1.2.0

v1.1.0 - 2024-10-04

Ensure config settings in nested config folders are correctly resolved.

v1.0.2 - 2024-09-27

Fixes incorrect package name configuration in non-console contexts.

v1.0.1 - Fix return value - 2024-09-19

Command now returns a failure if any undefined configuration keys are found.

Full Changelog: https://github.com/chrisdicarlo/laravel-config-checker/compare/v1.0.0...v1.0.1

Initial release - 2024-09-19

Initial release.

What's Changed

  • Add tests by @chrisdicarlo in #1

Full Changelog: https://github.com/chrisdicarlo/laravel-config-checker/compare/v0.1.0...v1.0.0

v0.1.0 - 2024-09-18

Initial alpha release.