Skip to content

Releases: jomweb/ringgit

v2.1.1

31 Mar 00:06
Compare
Choose a tag to compare

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

23 Aug 03:27
Compare
Choose a tag to compare

Changes

  • Allow Duit\Taxable\Sst::$taxRate to be configurable upon construction.

v2.0.0

31 May 15:55
Compare
Choose a tag to compare

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

29 May 13:36
Compare
Choose a tag to compare

Fixes

  • Fixes return value from Duit\MYR::__call() which isn't an instance of Money\Money.

v1.0.5

29 May 13:36
Compare
Choose a tag to compare

Changes

  • Improves forward compatibility for Duit\MYR::parse().

v1.0.4

30 Apr 10:50
Compare
Choose a tag to compare

Added

  • Add Duit\MYR::parse() to parse value to money.

v1.0.3

03 Apr 11:00
Compare
Choose a tag to compare

Fixes

  • Fixes serialisation to JSON.

v1.0.2

03 Apr 09:36
Compare
Choose a tag to compare

Fixes

  • Ensure any call going to Money\Money would be immutable to current instance.

v1.0.1

26 Oct 02:35
Compare
Choose a tag to compare

Changes

  • Add PHP 7 scalar typehint and return type.

v1.0.0

12 Oct 10:11
Compare
Choose a tag to compare

Release initial stable release.