Releases: LarsWiegers/laravel-translations-checker
Releases · LarsWiegers/laravel-translations-checker
v0.9.2 Exclude file extensions
v0.9.1 Fix broken composer lock file
Full Changelog: v0.9...v0.9.1
v0.9 Laravel 11 support
v0.8 Improved config options + Fixes
What's Changed
- Make option "excludedDirectories" also available as configuration opt… by @gelbehexe in #41
- Some fixes by @cappuc in #43
New Contributors
- @gelbehexe made their first contribution in #41
- @cappuc made their first contribution in #43
Full Changelog: v0.7...v0.8
v0.7 Exclude mac files by default
v0.6 Excluding languages by @etibarrustam
What's Changed
- Exclude languages by @etibarrustam in #37
New Contributors
- @etibarrustam made their first contribution in #37
Full Changelog: v0.5...v0.6
v0.5
What's Changed
- Bump phpunit/phpunit from 9.6.3 to 9.6.4 by @dependabot in #26
- Bump phpunit/phpunit from 9.6.4 to 9.6.5 by @dependabot in #28
- Bump orchestra/testbench from 6.25.1 to 6.26.0 by @dependabot in #31
- Bump phpunit/phpunit from 9.6.5 to 9.6.6 by @dependabot in #30
- supporting top level json files by @LarsWiegers in #29
Full Changelog: v0.4...v0.5
v0.4 Laravel 10 support + bugfixes
What's Changed
- Bump phpunit/phpunit from 9.5.27 to 9.5.28 by @dependabot in #20
- Bump phpunit/phpunit from 9.5.28 to 9.6.3 by @dependabot in #23
- feat: laravel lang only support extension .php and .json by @SocolaDaiCa in #22
- Laravel 10 by @LarsWiegers in #25
- Fix crashing when encountered empty file by @akinozgen in #24
New Contributors
- @SocolaDaiCa made their first contribution in #22
- @akinozgen made their first contribution in #24
Full Changelog: v0.3...v0.4
v0.3 PHP 8.2 Support
What's Changed
- Update README.md by @LarsWiegers in #10
- Bump orchestra/testbench from 6.24.1 to 6.25.0 by @dependabot in #14
- Bump phpunit/phpunit from 9.5.23 to 9.5.26 by @dependabot in #18
- Bump orchestra/testbench from 6.25.0 to 6.25.1 by @dependabot in #16
- php 8.2 by @LarsWiegers in #19
New Contributors
- @dependabot made their first contribution in #14
Full Changelog: v0.2...v0.3
Fix bug in excluded directories
Lower directories were wrongfully included in the checks.