Skip to content

Latest commit

 

History

History
71 lines (40 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

71 lines (40 loc) · 1.46 KB

Changelog

All Notable changes to bakame/intl-formatter will be documented in this file

Next - TBD

Added

  • Support for direct Enum Options in formatting methods signature

Fixed

  • BackedEnumPolyfill polyfill improved.

Deprecated

  • None

Removed

  • Support for PHP7

0.3.0 - 2022-06-12

Added

  • None

Fixed

  • Internal Option rewritten to use pseudo Enum classes.
  • BackedEnumPolyfill replaces PseudoEnum as the internal Enumeration abstract class.
  • Improve docblock using phpstan annotation.

Deprecated

  • None

Removed

  • None

0.2.0 - 2022-06-06

Added

  • NumberFactory to ease NumberFormatter instance creation
  • DateFactory to ease IntlDateFormatter instance creation
  • Options\Calendar to ease IntlDateFormatter instance creation

Fixed

  • [BC BREAK] Formatter method name signature fixed by moving the $locale and the $timezone arguments
  • [BC BREAK] DateResolver interface now is a final class.

Deprecated

  • None

Removed

  • [BC BREAK] Configuration class removed and split into the NumberFactory and the DateFactory

0.1.0 - 2022-06-05

Initial release!