Skip to content

Releases: ElegantEngineeringTech/laravel-money

v2.2.3

14 Apr 16:56
Compare
Choose a tag to compare
fix parse space

v2.2.2

13 Apr 15:04
Compare
Choose a tag to compare
fix arbitrary currency cast

v2.2.1

27 Feb 12:41
288eae4
Compare
Choose a tag to compare
Merge pull request #30 from BoGnY/main

Fixed 'en' translations and added 'it' translations

v2.2.0 Laravel 12

25 Feb 17:03
Compare
Choose a tag to compare

Support for Laravel 12

v2.1.1

03 Jan 12:46
Compare
Choose a tag to compare
update composer

v2.1.0

21 Oct 14:31
Compare
Choose a tag to compare
fix doc

v2.0.1

28 Aug 13:37
Compare
Choose a tag to compare
serialize to int

v2.0.0

27 Aug 15:58
a649cca
Compare
Choose a tag to compare

Breaking changes

  • The namespace has been updated: from Finller\Money to Elegantly\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

16 Mar 16:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3 Laravel 11

16 Mar 16:10
Compare
Choose a tag to compare

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