22
33The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44
5+ ## 0.10.0
6+
7+ ## Added
8+
9+ - PHP 7 type hints.
10+ - Allow user to configure a custom dumper.
11+
12+ ### Changed
13+
14+ - Renamed all ` *.yml ` files to ` *.yaml ` .
15+
16+ ### Removed
17+
18+ - Support for PHP < 7.2
19+ - Support for Symfony < 3.4
20+ - Support for php-translation/extractor 1.0 (including Twig 1 support)
21+
522## 0.9.1
623
724### Fixed
@@ -70,40 +87,40 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
7087### Changed
7188
7289- The ` FallbackTranslator ` will not try to translate to an empty locale. This could be considered as a BC break
73- since now it will return the translation key instead of whatever the translator service returned (usually the translated string in original language).
90+ since now it will return the translation key instead of whatever the translator service returned (usually the translated string in original language).
7491
7592## 0.7.0
7693
7794### Added
7895
7996- Support for ` php-translation/common:0.3 ` and ` php-translation/symfony-storage:0.5 `
80- - Support for dumping to .po files.
97+ - Support for dumping to .po files.
8198- Support for ` SourceLocation ` 's context key ` translation ` which adds a default translation to the ` Message ` .
8299- Better respect blacklist and whitelist in ` CatalogueFetcher ` .
83100
84101### Fixed
85102
86103- Bug with config option ` local_file_storage_options ` not being used.
87- - Bug with edit-in-place and custom activator.
104+ - Bug with edit-in-place and custom activator.
88105
89106### Changed
90107
91- - The "desc" filter will be used as default translation when extracting.
108+ - The "desc" filter will be used as default translation when extracting.
92109
93110## 0.6.2
94111
95- ### Added
112+ ### Added
96113
97- - User feedback when you use DeleteObsoleteCommand.
114+ - User feedback when you use DeleteObsoleteCommand.
98115- Injecet depedencies in commands.
99116- Added argument for sync direction.
100117
101118### Changed
102119
103- - The service ` php_translation.storage.default ` is now public.
104- - The XliffDumper does not backup existing files before creating dump. This is the default behavior in
105- Symfony 4.
106-
120+ - The service ` php_translation.storage.default ` is now public.
121+ - The XliffDumper does not backup existing files before creating dump. This is the default behavior in
122+ Symfony 4.
123+
107124### Fixed
108125
109126- ` Metadata::$notes ` will not change when running ` Metadata::getAllInCategory() `
@@ -112,7 +129,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
112129
113130### Fixed
114131
115- -- Symfony 4 issues with the DownloadCommand.
132+ -- Symfony 4 issues with the DownloadCommand.
116133
117134## 0.6.0
118135
@@ -151,10 +168,10 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
151168- New ` --cache ` option on the ` translation:download ` allowing to clear the cache automatically if the downloaded translations have changed.
152169- Support for Yandex translator
153170
154- ### Fixed
171+ ### Fixed
155172
156173- Wrong paths in web profiler when using Twig2.x.
157- - Some JavaScript errors.
174+ - Some JavaScript errors.
158175
159176## 0.4.0
160177
0 commit comments