Skip to content

Commit

Permalink
Merge pull request #366 from Nyholm/prepare0100
Browse files Browse the repository at this point in the history
Prepare for 0.10.0
  • Loading branch information
Olivier Dolbeau authored Dec 26, 2019
2 parents 45741ad + 864c66d commit e32091b
Showing 1 changed file with 32 additions and 13 deletions.
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

0 comments on commit e32091b

Please sign in to comment.