All notable changes to laravel-translation-linter
will be documented in this file.
- Run tests on PHP 8.4 by @dmason30 in #22
- Adds Laravel 12.x Support by @dmason30 in #24
- Drops Laravel 10.x Support
Full Changelog: https://github.com/fidum/laravel-translation-linter/compare/2.0.3...3.0.0
- Run tests on PHP 8.3 by @dmason30 in #13
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #14
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #15
- Support Laravel 11 by @dmason30 in #16
Full Changelog: https://github.com/fidum/laravel-translation-linter/compare/2.0.2...2.0.3
- Fix performance issue and baseline key count by @dmason30 in #12
Full Changelog: https://github.com/fidum/laravel-translation-linter/compare/2.0.1...2.0.2
- Separate locales config for each command by @dmason30 in #11
- Config
transliation-linter
fieldlang.locales
has been removed. - Replace with separate
missing.locales
andunused.locales
.
- Config
Full Changelog: https://github.com/fidum/laravel-translation-linter/compare/2.0.0...2.0.1
- Adds command to find missing translations by @dmason30 in #10
- The
translation-linter
config has had major changes please delete it and re publish it using the instructions on the readme.
- The
Full Changelog: https://github.com/fidum/laravel-translation-linter/compare/1.0.6...2.0.0
- Always use unused namespace key in output by @dmason30 in #9
- The config value
translation-linter.unused.fields.namespace
has been removed.
- The config value
Full Changelog: https://github.com/fidum/laravel-translation-linter/compare/1.0.5...1.0.6
- Add support for lint-staged by @dmason30 in #8
Full Changelog: https://github.com/fidum/laravel-translation-linter/compare/1.0.4...1.0.5
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #6
- Create missing baseline directories by @dmason30 in #7
Full Changelog: https://github.com/fidum/laravel-translation-linter/compare/1.0.3...1.0.4
- Add support for generating a baseline file by @dmason30 in #5
Full Changelog: https://github.com/fidum/laravel-translation-linter/compare/1.0.2...1.0.3
- Handle namespaced json files by @dmason30 in #4
Full Changelog: https://github.com/fidum/laravel-translation-linter/compare/1.0.1...1.0.2
- Refactor language key generation (https://github.com/fidum/laravel-translation-linter/commit/34ec4eda2d2f2dc04013a600d3cbb29c2890ac86)
Full Changelog: https://github.com/fidum/laravel-translation-linter/compare/1.0.0...1.0.1
- Initial Release