Releases: Laravel-Lang/locales
Releases · Laravel-Lang/locales
2.9.2
Fixed
- Argument
#1
($locale) must be of type string, null given by @andrey-helldar in #43
2.9.1
Fixed
- Typing error fixed by @andrey-helldar in #42
2.9.0
Added
- Added work with the
LocaleData
object by @andrey-helldar in #41
Changed
- Make the
$locale
property inLocaleData
public by @andrey-helldar in #39
2.8.0
Changed
- Configuration management is transferred to an external repository by @andrey-helldar in #37
2.7.0
Changed
- The
withCountries
andwithCurrencies
options are now disabled by default by @andrey-helldar in #35
Fixed
- Fix: use the actual current locale instead of the default one by @PavelSavushkinMix in #34
New Contributors
- @PavelSavushkinMix made their first contribution in #34
2.6.0
Added
- Added Laravel 11 support by @andrey-helldar in #31
2.5.0
Added
- Added support for
archtechx/enums
version 1.0 by @andrey-helldar in #29
2.4.0
Added
- Adding new locales by @andrey-helldar in #27
2.3.1
Fixed
- Fixed an error when calling the
artisan about
console command by @andrey-helldar in #26
2.3.0
Added
- Added testing for PHP 8.3 and improved test launching by @andrey-helldar in #24
Removed
- Removed unused class (use
laravel-lang/locale-list
instead) by @andrey-helldar in #25