Skip to content

0.5.0

Compare
Choose a tag to compare
@ramsey ramsey released this 01 Feb 15:30
· 37 commits to main since this release
0.5.0
af5d303

Added

  • Provide functionality for formatting numbers and currency through Intl\NumberFormat, as well as FormatPHP::formatNumber() and FormatPHP::formatCurrency() convenience methods.
  • Add UnableToFormatNumberException thrown when we're unable to format a number string.

Changed

  • Sort extracted messages descending by key, using a natural, case-insensitive sorting algorithm.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.