Releases: jomweb/ringgit
Releases · jomweb/ringgit
v3.1.0
Added
- Added support for PHP 8.3
v3.0.0
Changes
- Update minimum
moneyphp/money
to ^4.0
.
Removed
- Remove support for PHP 7.x.
v2.4.1
Changes
- Improves generic types support.
v2.4.0
Added
- Added support for
moneyphp/money
version 4.
v2.3.1
Fixes
- Fixes typehint on
Duit\Concerns\Tax
.
v2.3.0
Changes
- Allow
Duit\MYR::parse()
to handle array
from json serialized instance.
v2.2.2
Fixes
- Fixes
allocate()
and allocateTo()
usage where the resolved value is not an instance of Money
.
v2.2.1
Changes
- Update minimum
moneyphp/money
to ^3.3
.
Fixes
- Fixes
isZero()
, isNegative()
and isPositive()
usage where the resolved value is not an instance of Money
.
v2.1.2
Fixes
- Fixes
isZero()
, isNegative()
and isPositive()
usage where the resolved value is not an instance of Money
.