All Notable changes to bakame/intl-formatter
will be documented in this file
Next - TBD
- Support for direct
Enum
Options in formatting methods signature
BackedEnumPolyfill
polyfill improved.
- None
- Support for PHP7
0.3.0 - 2022-06-12
- None
- Internal Option rewritten to use pseudo Enum classes.
BackedEnumPolyfill
replacesPseudoEnum
as the internal Enumeration abstract class.- Improve docblock using phpstan annotation.
- None
- None
0.2.0 - 2022-06-06
NumberFactory
to easeNumberFormatter
instance creationDateFactory
to easeIntlDateFormatter
instance creationOptions\Calendar
to easeIntlDateFormatter
instance creation
- [BC BREAK]
Formatter
method name signature fixed by moving the$locale
and the$timezone
arguments - [BC BREAK]
DateResolver
interface now is a final class.
- None
- [BC BREAK]
Configuration
class removed and split into theNumberFactory
and theDateFactory
0.1.0 - 2022-06-05
Initial release!