2
2
3
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
4
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
+
5
22
## 0.9.1
6
23
7
24
### Fixed
@@ -70,40 +87,40 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
70
87
### Changed
71
88
72
89
- 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).
74
91
75
92
## 0.7.0
76
93
77
94
### Added
78
95
79
96
- 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.
81
98
- Support for ` SourceLocation ` 's context key ` translation ` which adds a default translation to the ` Message ` .
82
99
- Better respect blacklist and whitelist in ` CatalogueFetcher ` .
83
100
84
101
### Fixed
85
102
86
103
- 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.
88
105
89
106
### Changed
90
107
91
- - The "desc" filter will be used as default translation when extracting.
108
+ - The "desc" filter will be used as default translation when extracting.
92
109
93
110
## 0.6.2
94
111
95
- ### Added
112
+ ### Added
96
113
97
- - User feedback when you use DeleteObsoleteCommand.
114
+ - User feedback when you use DeleteObsoleteCommand.
98
115
- Injecet depedencies in commands.
99
116
- Added argument for sync direction.
100
117
101
118
### Changed
102
119
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
+
107
124
### Fixed
108
125
109
126
- ` 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
112
129
113
130
### Fixed
114
131
115
- -- Symfony 4 issues with the DownloadCommand.
132
+ -- Symfony 4 issues with the DownloadCommand.
116
133
117
134
## 0.6.0
118
135
@@ -151,10 +168,10 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
151
168
- New ` --cache ` option on the ` translation:download ` allowing to clear the cache automatically if the downloaded translations have changed.
152
169
- Support for Yandex translator
153
170
154
- ### Fixed
171
+ ### Fixed
155
172
156
173
- Wrong paths in web profiler when using Twig2.x.
157
- - Some JavaScript errors.
174
+ - Some JavaScript errors.
158
175
159
176
## 0.4.0
160
177
0 commit comments