divide and multiply by a float precision (https://github.com/cknow/laravel-money/pull/127)getISOCurrencies (https://github.com/cknow/laravel-money/pull/118)currency and money (https://github.com/cknow/laravel-money/pull/119)divide and multiply (https://github.com/cknow/laravel-money/pull/117)Floating values have a new parser
money(2.50 * 100) = $2.50
money(2.50 * 101) = $2.52
money(2.50 * 100) = $250.00
money(2.50 * 101) = $252.50
The versions below had break changes and were removed. See https://github.com/cknow/laravel-money/issues/123
v6.5.0v6.5.1moneyphp/money v4 (#91)MoneyIntegerCast (#90)MoneyStringCast (#90)MoneyDecimalCast (#90)defaultFormatter (#93)CurrencySymbolMoneyFormatter (#94)$currency parameter in helper function currency (#98)Cknow\Money\MoneyCastgetCurrency to getDefaultCurrencyCknow\Money\MoneyCastdefaultCurrency instead of currencyMoney::minMoney::maxMoney::avgMoney::sumadd now accept variadic argumentssubtract now accept variadic argumentsmoney_minmoney_maxmoney_avgmoney_sum[@money_min](https://github.com/money_min)[@money_max](https://github.com/money_max)[@money_avg](https://github.com/money_avg)[@money_sum](https://github.com/money_sum)parseByAggregateparseByBitcoinparseByIntlparseByIntlLocalizedDecimalparse is alias to parseByIntlformatByAggregateformatByBitcoinformatByIntlformatByIntlLocalizedDecimalformat is alias to formatByIntlmoney_parse_by_bitcoinmoney_parse_by_intlmoney_parse_by_intl_localized_decimal[@money_parse_by_bitcoin](https://github.com/money_parse_by_bitcoin)[@money_parse_by_intl](https://github.com/money_parse_by_intl)[@money_parse_by_intl_localized_decimal](https://github.com/money_parse_by_intl_localized_decimal)How can I help you explore Laravel packages today?