Releases: kg-bot/laravel-localization-to-vue
Releases · kg-bot/laravel-localization-to-vue
Laravel 11 Support
What's Changed
- Laravel 11.x Compatibility by @laravel-shift in #88
- Apply fixes from StyleCI by @kg-bot in #89
Full Changelog: v2.1...v2.2
Laravel 10 support
What's Changed
- Laravel 10.x Compatibility by @laravel-shift in #84
- Apply fixes from StyleCI by @kg-bot in #86
- Fix return type for jsonSerialize by @esseremmerik in #82
New Contributors
- @laravel-shift made their first contribution in #84
- @esseremmerik made their first contribution in #82
Full Changelog: v2.0...v2.1
Laravel 9 support
Merge pull request #81 from kg-bot/upgrade/laravel/v9 Support for Laravel 9
v1.7.1
Additional format when exporting messages
When calling php artisan export:messages
you can now use two formats, javascript
(which is default if you don't provide any arguments) and json
Example:
php artisan export:messages json
Json format works nice with i18n-ally VS Code plugin
Use correct regex on route localization
Regex defined in configuration will now be passed correctly when you request localization strings from route
Fix for #59
Laravel 8 support
Merge pull request #66 from Generation4/laravel_8_support Support Laravel version 8.x
Laravel 7 support
v1.6.5 Merge remote-tracking branch 'origin/master'
Export callback, route can be cached
Merge pull request #57 from kg-bot/analysis-ajQbmV Apply fixes from StyleCI
v1.6.3: Merge pull request #52 from ollieread/backwards-compat-fix
Backwards compatibility fix for v1.6.2