Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.14.0 source code.tar.gz | 2025-08-29 | 29.7 kB | |
0.14.0 source code.zip | 2025-08-29 | 39.3 kB | |
README.md | 2025-08-29 | 462 Bytes | |
Totals: 3 Items | 69.5 kB | 0 |
✨ New features
- New methods:
BigInteger::clamp()
andBigDecimal::clamp()
(#96 by @JesterIruka)
✨ Improvements
- All pure methods in
BigNumber
classes are now marked as@pure
for better static analysis
💥 Breaking changes
- Minimum PHP version is now 8.2
BigNumber
classes are nowreadonly
BigNumber
is now marked as sealed: it must not be extended outside of this package- Exception classes are now
final