Releases: php-decimal/ext-decimal
Releases · php-decimal/ext-decimal
v2.0.0-alpha
What's Changed
- Fix
isPositive()
withNaN
by @julienfalque in #68 - Fix registering object handlers on PHP 8.3 by @Majkl578 in #80
New Contributors
- @julienfalque made their first contribution in #68
- @Majkl578 made their first contribution in #80
Full Changelog: v1.4.0...v2.0.1-alpha
v1.5.0
What's Changed
- Fix
isPositive()
withNaN
by @julienfalque in #68 - Fix registering object handlers on PHP 8.3 by @Majkl578 in #80
New Contributors
- @julienfalque made their first contribution in #68
- @Majkl578 made their first contribution in #80
Full Changelog: v1.4.0...v1.5.0
v1.3.0
v2.0.0-alpha
Full Changelog: v2.0.0-alpha...v2.0.0-alpha
v1.3.0
Full Changelog: v1.2.0...v1.3.0
What's Changed
- Adds between(mixed, mixed) method to Decimal class by @fruit in #18
- fix test for PHP 7.4 by @remicollet in #25
- Fix #31: Use qcopy variant for abs calculation by @bobvandevijver in #32
New Contributors
- @fruit made their first contribution in #18
- @bobvandevijver made their first contribution in #32
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Full Changelog: v1.2.0...v1.3.0
v1.2.0
v1.1.2
This version should not be used in a ZTS environment. Please use 1.2.0 instead.
v1.1.1
v1.1.0
- Added
trim
method to Decimal to trim trailing zeroes.