Skip to content

Releases: michael-rubel/laravel-formatters

v3.2.0

14 Feb 21:08
37d3be8
Compare
Choose a tag to compare

v3.1.0

09 Feb 12:01
39dac29
Compare
Choose a tag to compare

v3.0.0

14 Jan 20:57
Compare
Choose a tag to compare

Added

  • Laravel 9 support.

v2.1.1

10 Dec 08:58
Compare
Choose a tag to compare

Fixed

  • Registering container bindings for app formatters.

v2.1.0

07 Dec 14:20
dc3c787
Compare
Choose a tag to compare

Added

Changed

  • Required version of Laravel is now 8.69.

v2.0.0

25 Nov 14:47
cd42af9
Compare
Choose a tag to compare

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

12 Nov 17:20
3d3923b
Compare
Choose a tag to compare

Changed

  • Applied code quality recommendations from Larastan ^1.0
  • Added .editorconfig to standardize spacing across IDEs (#5)

Contributors

v1.2.6

02 Nov 17:39
Compare
Choose a tag to compare

Changed

  • Default case in the service provider is now kebab.

v1.2.5

02 Nov 12:32
Compare
Choose a tag to compare

Fixed

  • Cast in LocaleNumberFormatter.

v1.2.4

02 Nov 12:29
Compare
Choose a tag to compare

Changed

  • LocaleNumberFormatter is now trying to get the first element from the collection if number isn't passed.