Skip to content

Latest commit

 

History

History
66 lines (34 loc) · 892 Bytes

Changelog.md

File metadata and controls

66 lines (34 loc) · 892 Bytes

Change Log

The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.

0.6.2

Fixed

  • Export will filter on domain.

0.6.1

Fixed

  • Syntax error

0.6.0

Added

  • Make sure we can configure what index key we should use with Loco. This will fix duplicate message issue.

0.5.0

Added

  • Support for Symfony 4

0.4.0

Changed

  • Skip creation of translations that are the same as their key
  • Bumped version of php-translation/symfony-storage

0.3.1

Fixed

  • Fixed bug when Translation not found. Loco::get should not throw exception.

0.3.0

Changed

  • Only export translated strings

0.2.1

Added

  • Add the translation parameters as "Notes" in Loco.

0.2.0

Added

  • Added support for TransferableStorage

Changed

  • Loco::getApiKey() is now private

0.1.0

Init release