Skip to content

Commit

Permalink
Merge pull request #137 from php-translation/patch-0.4.0
Browse files Browse the repository at this point in the history
Prepare for 0.4.0
  • Loading branch information
Nyholm authored Aug 20, 2017
2 parents f557950 + 30b45d4 commit aae5865
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@

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

## 0.4.0

Major improvements on this version. Be aware that the default format to store translation has changed to XLIFF 2.0. If you
run the extract command you will automatically get updated files.

### Added

- More extractors from `php-translation/extractor`
- Show status after extract command
- Added status command
- Support for PHPUnit6
- Support for `php-translation/symfony-storage` 0.3.0
- Using dumper and loader from `php-translation/extractor`
- `CatalogeCounter` to show statistics about a catalogue.
- Lots of more tests. Test coverage increased from 27% to 69%.

### Changed

- `Importer` returns an `ImportResult` value object
- Improved internal management of metadata. Introduced a new `Metadata` model
- Renamed `MetadataAwareMerged` to `ReplaceOperation`, read the class doc for the updated syntax.

### Fixed

- Issue with WebProfiler's `ClonerData` on Symfony 3.3

### Removed

- Removed `WebUIMessage` and `EditInPlaceMessage`. Use `Message` from `php-translation/common` instead
- Removed metadata related functions from `CatalogueManager`

### Changed

## 0.3.6

### Added
Expand Down

0 comments on commit aae5865

Please sign in to comment.