v0.4.0
Added
- Added PHP 8.1 support (ca70049...f593d0d)
- Added
NUMBER()
function (#3) - Added
FluentNumber::setOptions()
method (0fc155a) - Added
@return $this
annotations (abbb5c0)
Changed
- Runtime function exceptions are now catched and reported by bundle as
FunctionException
(75f3b96) - Format numbers using built-in number formatter instead of relying on
ext-intl
(#3) - Made
FluentNumber
final (7406a71)