Skip to content

v7.0.0

Compare
Choose a tag to compare
@ricardogobbosouza ricardogobbosouza released this 17 Jun 19:10
· 26 commits to main since this release

Features

  • Add getISOCurrencies (#118)
  • Add rules currency and money (#119)

Fixes

  • Fix divide and multiply (#117)
  • Fix PHPDoc typings (#121)

⚠ 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 #123

  • v6.5.0
  • v6.5.1