Skip to content

Releases: ElegantEngineeringTech/laravel-money

v2.3.1

15 Nov 21:51
f35b093

Choose a tag to compare

What's Changed

  • Allow decimal amounts as min and max value for ValidMoney by @ducpho in #40

New Contributors

Full Changelog: v2.3.0...v2.3.1

v2.3.0

07 Nov 14:54
9db2b77

Choose a tag to compare

Merge pull request #39 from ElegantEngineeringTech/dependabot/github_…

v2.2.3

14 Apr 16:56

Choose a tag to compare

fix parse space

v2.2.2

13 Apr 15:04

Choose a tag to compare

fix arbitrary currency cast

v2.2.1

27 Feb 12:41
288eae4

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

Choose a tag to compare

Support for Laravel 12

v2.1.1

03 Jan 12:46

Choose a tag to compare

update composer

v2.1.0

21 Oct 14:31

Choose a tag to compare

fix doc

v2.0.1

28 Aug 13:37

Choose a tag to compare

serialize to int

v2.0.0

27 Aug 15:58
a649cca

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()