Laravel Money Versions Save

Laravel Money.

v8.1.0

3 weeks ago

Features

  • Support static macros [#162]

v8.0.0

2 months ago

Features

  • Support Laravel 11 [#158]
  • Remove Renderable [#150]

⚠ Breaking Changes

  • Drop PHP 7.3, 7.4, 8.0
  • Drop Laravel 7, 8

v7.2.1

2 months ago

Fixes

  • Fix call undefined method (#160)

v7.2.0

9 months ago

Features

  • Serializer Config (#136)

Fixes

  • Fixes usage of ROUND_UP and ROUND_DOWN (#134)
  • Fix money parser (#153)

v6.4.1

1 year ago

Fixes

  • Fix PHPDoc typings

v7.1.0

1 year ago

Features

  • Laravel 10.x Compatibility (#141)

Fixes

  • Fix string interpolation deprecated in PHP8.2: use {$var} instead of ${var} (#132)

Docs

  • Fix cast example (#143)

v7.0.2

1 year ago

Fixes

v7.0.1

1 year ago

Fixes

v7.0.0

1 year ago

Features

Fixes

⚠ Breaking Changes

Floating values ​​have a new parser

v6.4.0

money(2.50 * 100) = $2.50
money(2.50 * 101) = $2.52

v7.0.0

money(2.50 * 100) = $250.00
money(2.50 * 101) = $252.50

Versions deleted

The versions below had break changes and were removed. See https://github.com/cknow/laravel-money/issues/123

  • v6.5.0
  • v6.5.1

v6.5.1

1 year ago

Fixes

  • Fix PHPDoc typings (#121)