Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 990 Bytes

CHANGELOG.md

File metadata and controls

37 lines (22 loc) · 990 Bytes

Changelog

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

[0.3.0] - 2022-06-14

Added

  • Support for Money package.
  • Added IntlFactory facade.
  • NumberFactory and DateFactory are now accessible as readonly property of the Factory class.

Fixed

  • [BC Break] Renamed Factory::newInstance in Factory::newFormatter
  • [BC Break] Keys used for container registration are updated.

Deprecated

  • None

Removed

[BC Break] Factory::newInstance replaced by Factory::newFormatter

0.2.0 - 2022-06-06

** Dependencies fixes

0.1.0 - 2022-06-04

Initial release!