Skip to content

Prepare for 0.10.0 #366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 32 additions & 13 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

## 0.10.0

## Added

- Support for Symfony 5.
- PHP 7 type hints.
- Allow user to configure a custom dumper.

### Changed

- Use class names as service ids. Old service ids will still be available as aliases.
- Renamed all `*.yml` files to `*.yaml`.

### Removed

- Support for PHP < 7.2
- Support for Symfony < 3.4
- Support for php-translation/extractor 1.0 (including Twig 1 support)

## 0.9.1

### Fixed
Expand Down Expand Up @@ -70,40 +89,40 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
### Changed

- The `FallbackTranslator` will not try to translate to an empty locale. This could be considered as a BC break
since now it will return the translation key instead of whatever the translator service returned (usually the translated string in original language).
since now it will return the translation key instead of whatever the translator service returned (usually the translated string in original language).

## 0.7.0

### Added

- Support for `php-translation/common:0.3` and `php-translation/symfony-storage:0.5`
- Support for dumping to .po files.
- Support for dumping to .po files.
- Support for `SourceLocation`'s context key `translation` which adds a default translation to the `Message`.
- Better respect blacklist and whitelist in `CatalogueFetcher`.

### Fixed

- Bug with config option `local_file_storage_options` not being used.
- Bug with edit-in-place and custom activator.
- Bug with edit-in-place and custom activator.

### Changed

- The "desc" filter will be used as default translation when extracting.
- The "desc" filter will be used as default translation when extracting.

## 0.6.2

### Added
### Added

- User feedback when you use DeleteObsoleteCommand.
- User feedback when you use DeleteObsoleteCommand.
- Injecet depedencies in commands.
- Added argument for sync direction.

### Changed

- The service `php_translation.storage.default` is now public.
- The XliffDumper does not backup existing files before creating dump. This is the default behavior in
Symfony 4.
- The service `php_translation.storage.default` is now public.
- The XliffDumper does not backup existing files before creating dump. This is the default behavior in
Symfony 4.

### Fixed

- `Metadata::$notes` will not change when running `Metadata::getAllInCategory()`
Expand All @@ -112,7 +131,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee

### Fixed

-- Symfony 4 issues with the DownloadCommand.
-- Symfony 4 issues with the DownloadCommand.

## 0.6.0

Expand Down Expand Up @@ -151,10 +170,10 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
- New `--cache` option on the `translation:download` allowing to clear the cache automatically if the downloaded translations have changed.
- Support for Yandex translator

### Fixed
### Fixed

- Wrong paths in web profiler when using Twig2.x.
- Some JavaScript errors.
- Some JavaScript errors.

## 0.4.0

Expand Down