Releases: zachleigh/laravel-lang-bundler
Releases · zachleigh/laravel-lang-bundler
Version 1.1.0
Version 1.0.2
- Fix hardcoded UNIX directory separators.
Version 1.0.1
- Minor bug fixes, code quality changes.
Version 1.0.0
- Adds support for Laravel 5.4.
- Bug fixes.
Version 0.9.11
- Basic package maintenance.
Version 0.9.10
- Improved error handling.
Version 0.9.9
- You can now create key/value modification files in your app by using the
langb:mod {name}
command - Added the following new mods: explode, strtolower, strtoupper, and ucfirst.
Version 0.9.8
- Added pluralization. Pass a namespaced 'choice' parameter to transB with the choice value.
- Changed bundleItem() helper to bundle_item() helper.
- Added ability to modify both key and value with bundle_item modifier by passing 'both_modifierName'.
- Added a 'values' modifier that passes the translation value to array_values().
Version 0.9.7
- Added ability to modify the key and value using the bundleItem() helper function.
- Added two key/value modifiers: 'callback' and 'change'
Version 0.9.6
- Move to more object orientated architecture