Skip to content

Releases: Rundiz/number

v1.1.8

Choose a tag to compare

@ve3 ve3 released this 08 Dec 08:57
0d837f2
  • Fix bcdiv() by zero and errors in PHP 8.1

v1.1.7

Choose a tag to compare

@ve3 ve3 released this 27 Nov 15:32
7997d67
  • Fix Array and string offset access syntax with curly braces is deprecated error to support PHP 7.4, 8.0 or newer.

v1.1.6

Choose a tag to compare

@ve3 ve3 released this 30 Sep 03:42
  • Fix toBytes() on float/double/contain dot number to return false.
  • Fix zero leading for full number. (change$num{0} to just $num).
  • Fix do not display net for convert Thai Baht.
  • Fix dot number to dot number zero, for example: 1.2 to 1.20 before convert Thai Baht.
  • Remove zero leading in convertNumberWithScale() method.
  • Add more tests for via-http and phpunit.

v1.1.5

Choose a tag to compare

@ve3 ve3 released this 23 Jun 16:52

v1.1.4

Choose a tag to compare

@ve3 ve3 released this 27 May 11:52

v1.1.3

Choose a tag to compare

@ve3 ve3 released this 20 Apr 05:25

Fix wrong namespace

v1.1.2

Choose a tag to compare

@ve3 ve3 released this 14 Apr 07:14
  • moved from okvee\number to rundiz\number
  • add phpunit test