Skip to content

Latest commit

 

History

History
133 lines (69 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

133 lines (69 loc) · 2.34 KB

Changelog

All notable changes to amirami/localizator will be documented in this file.

0.13.0 - 2024-03-27

What's Changed

  • Support Laravel 11 by @asbiin in #60

0.12.1 - 2023-04-24

What's Changed

  • Added --force option to the localize command by @filip-nifti in #56

0.12.0 - 2023-04-14

What's Changed

  • Add Laravel 10 compatibility by @musmanikram in #55

0.11.1 - 2023-01-16

Fixed

  • lang_path for Laravel 9 by @amiranagram in #49

0.11.0 - 2022-11-14

Changed

  • Exclude subdirectories by @amiranagram in #45

0.10.1 - 2022-10-19

Added

  • Added an option to remove missing keys by @filip-nifti in #42

0.9.1 - 2022-04-11

Changed

  • Keep numbered keys as strings in PHP lang files by @amiranagram in #37

0.9.0 - 2022-03-12

Changed

  • Add support for newlines and spaces by @rexlManu in #35

0.8.1 - 2022-02-23

Changed

  • New lang path for Laravel 9.x by @amiranagram in #33

0.8.0 - 2022-02-15

Added

  • Added support for Laravel 9 by @musmanikram in #32

v0.7.1-alpha

Added

  • Confirm usage of localize command in production.

Changed

  • Use testbench:^4.0 for Laravel 6.* LTS.

v0.7.0-alpha

Changed

  • Update dependencies, PHP 7.2.5 is now the minimum version.

v0.6.1-alpha

Fixed

  • Remove space after php opening tag for default locale export.

v0.6.0-alpha

Added

  • Added PHP 8 Support.

v0.5.1-alpha

Fixed

  • Strip slashes from translation keys.

v0.5.0-alpha

Fixed

  • Update PHP CS Fixer.
  • Natural case-insensitive sort.
  • Use assertSame instead of assertEquals in tests to compare arrays.

v0.4.0-alpha

Added

  • Default export to php lang files.

v0.3.0-alpha

Added

  • Laravel 6 LTS support.

v0.2.0-alpha

Added

  • Basic tests.

Changed

  • Small improvements using paths.
  • Documentation.
  • Dependencies.

v0.1.0-alpha

  • Initial release.