Releases: michael-rubel/laravel-formatters
Releases · michael-rubel/laravel-formatters
v4.1.2
What's Changed
- Use
Laravel Pint
instead ofPHP_CodeSniffer
- Bump allowed version of LEC
Full Changelog: 4.1.1...4.1.2
v4.1.1
Maintenance release
- Avoiding further problems with passing
null
to native string functions likemb_strtoupper
Full Changelog: 4.1.0...4.1.1
v4.1.0
Full Changelog: 4.0.1...4.1.0
v4.0.1
What's changed
- Removed the LEC provider registering (no longer necessary).
Full Changelog: 4.0.0...4.0.1
v4.0.0
What's changed
- The package was refactored to make it maintainable.
format
helper now supports variadic parameters:
format(DateTimeFormatter::class, now(), 'UTC', 'Y-m-d H:i:s');
Full Changelog: 3.3.3...4.0.0
v3.3.3
Changed
- Cleaned up unused conditions.
v3.3.2
Full Changelog: 3.3.1...3.3.2
v3.3.1
Changed
- Hotfix for variadic dependency in
format
helper (this feature will land in the next major release to prevent breaking changes).
v3.3.0
Added
- Variadic parameters in
format
helper. - Added possibility to set timezone in Date/DateTime formatters.
Changed
- Date/DateTime formatters now contain class properties for datetime and timezone parameters.
- TaxNumber/LocaleNumber formatters are slightly modified to handle variadic parameters from collection.
v3.2.2
Changed
- Applied code quality recommendations from the latest Larastan.
- Fixed typecast issue with first collection parameter.