File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed
Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 33The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44
55## UNRELEASED
6+
7+ ## 0.2.0
8+
9+ ### Added
10+
11+ - ` CatalogueWriter `
12+ - Commands for downloading and syncing translations
13+ - Added ` Configuration ` model to work with the ` ConfigurationManager ` .
14+ - Implementation for all methods in the ` StorageService `
15+
16+ ### Changed
17+
18+ - ` Translation\Bundle\Service\CatalogueFetcher ` moved to ` Translation\Bundle\Catalogue\CatalogueFetcher `
19+ - Made most (if not all) classes final.
20+ - ` CatalogueFetcher ` requires a ` Configuration ` object.
21+
22+ ### Removed
23+
24+ - Dead code in the ` SymfonyProfilerController `
25+ - ` FileStorage ` was moved to ` php-translation/symfony-storage `
26+
27+ ### Fixed
28+
29+ - The bundle works without any configuration.
30+ - You may have an config named "default".
31+
32+ ## 0.1.0
33+
34+ First release.
Original file line number Diff line number Diff line change 4040 "scripts" : {
4141 "test" : " vendor/bin/phpunit" ,
4242 "test-ci" : " vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
43+ },
44+ "minimum-stability" : " dev" ,
45+ "extra" : {
46+ "branch-alias" : {
47+ "dev-master" : " 0.3-dev"
48+ }
4349 }
4450}
You can’t perform that action at this time.
0 commit comments