0.5.0
Added
- Provide functionality for formatting numbers and currency through
Intl\NumberFormat
, as well asFormatPHP::formatNumber()
andFormatPHP::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.