Releases: ElegantEngineeringTech/laravel-money
Releases · ElegantEngineeringTech/laravel-money
v2.2.3
v2.2.2
fix arbitrary currency cast
v2.2.1
Merge pull request #30 from BoGnY/main Fixed 'en' translations and added 'it' translations
v2.2.0 Laravel 12
Support for Laravel 12
v2.1.1
update composer
v2.1.0
fix doc
v2.0.1
serialize to int
v2.0.0
Breaking changes
- The namespace has been updated: from
Finller\Money
toElegantly\Money
. You can simply do a search+replace. MoneyCast
serialize
method now return a float (100.00
) instead of a string (EUR 100.00
). This will affect$model-> attributesToArray()
, and$model->toJson()
v1.0.4 Laravel 11
What's Changed
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #16
Full Changelog: v1.0.3...v1.0.4
v1.0.3 Laravel 11
What's Changed
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #15
Full Changelog: v1.0.2...v1.0.3