This changelog references the relevant changes (bug and security fixes) done to jomweb/ringgit
.
Released: 2021-12-14
- Improves generic types support.
Released: 2021-05-30
- Added support for
moneyphp/money
version 4.
Released: 2020-11-15
- Fixes typehint on
Duit\Concerns\Tax
.
Released: 2020-07-24
- Allow
Duit\MYR::parse()
to handlearray
from json serialized instance.
Released: 2020-07-21
- Fixes
allocate()
andallocateTo()
usage where the resolved value is not an instance ofMoney
.
Released: 2020-01-30
- Update minimum
moneyphp/money
to^3.3
.
- Fixes
isZero()
,isNegative()
andisPositive()
usage where the resolved value is not an instance ofMoney
.
Released: 2019-12-17
- Remove PHP 7.1 support.
Released: 2020-01-30
- Fixes
isZero()
,isNegative()
andisPositive()
usage where the resolved value is not an instance ofMoney
.
Released: 2019-03-04
- Improve performance by prefixing all global functions calls with
\
to skip the look up and resolve process and go straight to the global function.
Released: 2018-08-23
- Allow
Duit\Taxable\Sst::$taxRate
to be configurable upon construction.
Released: 2018-06-01
- Added option to use SST type tax.
- Increase minimum PHP to
v7.1.x
. - Make
Duit\Concerns\Gst
optional.
- Deprecate and remove
Duit\Concerns\Vat
, replaced withDuit\Concerns\Tax
.