Releases: michael-rubel/laravel-formatters
Releases · michael-rubel/laravel-formatters
v3.2.0
v3.1.0
Added
- TaxNumberFormatter [PR #9] by @olsza
v3.0.0
Added
- Laravel 9 support.
v2.1.1
Fixed
- Registering container bindings for
app
formatters.
v2.1.0
v2.0.0
Added
- PHP 8.1 support.
The version is considered major since composer.json
now requires Laravel ^8.67
. If someone's still on the lower version and cannot upgrade to the new one, you can stick with 1.x
version until possible to upgrade.
v1.2.7
Changed
- Applied code quality recommendations from Larastan ^1.0
- Added
.editorconfig
to standardize spacing across IDEs (#5)
Contributors
v1.2.6
Changed
- Default case in the service provider is now
kebab
.
v1.2.5
Fixed
- Cast in
LocaleNumberFormatter
.
v1.2.4
Changed
LocaleNumberFormatter
is now trying to get the first element from the collection ifnumber
isn't passed.