Skip to content

Commit aae5865

Browse files
authored
Merge pull request #137 from php-translation/patch-0.4.0
Prepare for 0.4.0
2 parents f557950 + 30b45d4 commit aae5865

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

Changelog.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

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

5+
## 0.4.0
6+
7+
Major improvements on this version. Be aware that the default format to store translation has changed to XLIFF 2.0. If you
8+
run the extract command you will automatically get updated files.
9+
10+
### Added
11+
12+
- More extractors from `php-translation/extractor`
13+
- Show status after extract command
14+
- Added status command
15+
- Support for PHPUnit6
16+
- Support for `php-translation/symfony-storage` 0.3.0
17+
- Using dumper and loader from `php-translation/extractor`
18+
- `CatalogeCounter` to show statistics about a catalogue.
19+
- Lots of more tests. Test coverage increased from 27% to 69%.
20+
21+
### Changed
22+
23+
- `Importer` returns an `ImportResult` value object
24+
- Improved internal management of metadata. Introduced a new `Metadata` model
25+
- Renamed `MetadataAwareMerged` to `ReplaceOperation`, read the class doc for the updated syntax.
26+
27+
### Fixed
28+
29+
- Issue with WebProfiler's `ClonerData` on Symfony 3.3
30+
31+
### Removed
32+
33+
- Removed `WebUIMessage` and `EditInPlaceMessage`. Use `Message` from `php-translation/common` instead
34+
- Removed metadata related functions from `CatalogueManager`
35+
36+
### Changed
37+
538
## 0.3.6
639

740
### Added

0 commit comments

Comments
 (0)