Skip to content

v0.4.0

Compare
Choose a tag to compare
@jrmajor jrmajor released this 26 Jan 01:32
· 231 commits to master since this release
v0.4.0
3a3a7cf

Added

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)

Removed

  • Removed $minimumFractionDigits argument of FluentNumber::__construct(), use setOptions() instead (0fc155a)
  • All FluentNumber methods except for constructor and setOptions() are now @internal (844eb46)