Releases: jomweb/ringgit
Releases · jomweb/ringgit
v2.1.1
Changes
- Improve performance by prefixing all global functions calls with
\
to skip the look up and resolve process and go straight to the global function.
v2.1.0
Changes
- Allow
Duit\Taxable\Sst::$taxRate
to be configurable upon construction.
v2.0.0
Added
- Added option to use SST type tax.
Changes
- Increase minimum PHP to
v7.1.x
.
- Make
Duit\Concerns\Gst
optional.
Removed
- Deprecate and remove
Duit\Concerns\Vat
, replaced with Duit\Concerns\Tax
.
v1.0.6
Fixes
- Fixes return value from
Duit\MYR::__call()
which isn't an instance of Money\Money
.
v1.0.5
Changes
- Improves forward compatibility for
Duit\MYR::parse()
.
v1.0.4
Added
- Add
Duit\MYR::parse()
to parse value to money.
v1.0.3
Fixes
- Fixes serialisation to JSON.
v1.0.2
Fixes
- Ensure any call going to
Money\Money
would be immutable to current instance.
v1.0.1
Changes
- Add PHP 7 scalar typehint and return type.
v1.0.0
Release initial stable release.