|
| 1 | +# Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 5 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 6 | + |
| 7 | +## [Unreleased] |
| 8 | + |
| 9 | +## [2.0.0] - 2020-09-?? |
| 10 | +####Major overhaul of the Library with some Breaking changes. Please read before updating! |
| 11 | +### Added |
| 12 | +- Ability to change the API-Host |
| 13 | +- Support for the full Range of Request Parameters offered by DeepL |
| 14 | +- Ability to check Languages supported by DeepL-Api (source and target) |
| 15 | +- Ability to monitor API usage |
| 16 | +### Changed |
| 17 | +- **Breaking Change!** tagHandling-Parameter for translate-function was changed from array to string. |
| 18 | +- **Breaking Change!** translate now always returns an array, because in our internal usages we found, that we always converted the string to an array anyway. |
| 19 | +- Errocodes & Messages come now directly from DeepL |
| 20 | +- all Requests are now send as POST as it is recommended by DeepL |
| 21 | +- all Parameters except the API-key are send in the Requestbody |
| 22 | +- Tests are now split into Unit- and Intergration-Tests (which need an API-Key to run) |
| 23 | +### Removed |
| 24 | +- internal Error-codes |
| 25 | +- internal storage of source- and target-languages |
| 26 | + |
| 27 | +## [1.1.0] - 2020-08-07 |
| 28 | +### Changed |
| 29 | +- use API v2 as default [@arkadiusjonczek](https://github.com/arkadiusjonczek) |
| 30 | + |
| 31 | +## [1.0.11] - 2020-06-23 |
| 32 | +### Added |
| 33 | +- Add supported languages to Readme [@bestog](https://github.com/bestog) |
| 34 | +- Add Japanese and Chinese to supported languages [@bestog](https://github.com/bestog) |
| 35 | +- add formality parameter [@tomschwiha](https://github.com/tomschwiha) |
| 36 | +- Added possible Portuguese variants [@interferenc](https://github.com/interferenc) |
| 37 | +### Changed |
| 38 | +- Update README.md (added Flaggs) [@arkadiusjonczek](https://github.com/arkadiusjonczek) |
| 39 | +- Add portuguese varieties in README [@Sasti](https://github.com/Sasti) |
| 40 | + |
| 41 | +## [1.0.10] - 2020-02-26 |
| 42 | +### Added |
| 43 | +- create clover.xml in travis and push to scrutinizer |
| 44 | +### Changed |
| 45 | +- update scrutinizer config |
| 46 | +- change keyword in composer.json |
| 47 | + |
| 48 | +all by [@arkadiusjonczek](https://github.com/arkadiusjonczek) |
| 49 | + |
| 50 | +## [1.0.9] - 2020-02-03 |
| 51 | +### Added |
| 52 | +- add phpcs to project and integrate it into travis-ci configuration |
| 53 | +### Changed |
| 54 | +- update composer description |
| 55 | +- fix scrutinizer ci url |
| 56 | +- disable xdebug in composer for travis-ci |
| 57 | +- update testing sequence |
| 58 | + |
| 59 | +all by [@arkadiusjonczek](https://github.com/arkadiusjonczek) |
| 60 | + |
| 61 | +## [1.0.8] - 2019-11-28 |
| 62 | +### Changed |
| 63 | +- update tests for travis deepl api testing |
| 64 | +- fix testTranslateIgnoreTagsSuccess |
| 65 | +- update php version |
| 66 | + |
| 67 | +all by [@arkadiusjonczek](https://github.com/arkadiusjonczek) |
| 68 | + |
| 69 | + |
| 70 | +## [1.0.7] - 2019-11-25 |
| 71 | +### Added |
| 72 | +- packagist status to README.md file [@arkadiusjonczek](https://github.com/arkadiusjonczek) |
| 73 | +### Changed |
| 74 | +- Fix ignore tags [@tomschwiha](https://github.com/tomschwiha) |
| 75 | +- Update README.md [@tomschwiha](https://github.com/tomschwiha) |
| 76 | + |
| 77 | + |
| 78 | +## [1.0.6] - 2019-09-05 |
| 79 | +### Added |
| 80 | +- add php 5.5 to travis ci test [@arkadiusjonczek](https://github.com/arkadiusjonczek) |
| 81 | +### Changed |
| 82 | +- Fix wrong error message [@shamimmoeen](https://github.com/shamimmoeen) |
| 83 | +- set dist precise for php 5.4 and php 5.5 in travis configuration [@arkadiusjonczek](https://github.com/arkadiusjonczek) |
| 84 | + |
| 85 | + |
| 86 | +## [1.0.5] - 2019-02-20 |
| 87 | +### Added |
| 88 | +- deepl v2 api support and [@arkadiusjonczek](https://github.com/arkadiusjonczek) |
| 89 | +### Changed |
| 90 | +- fix some little errors [@arkadiusjonczek](https://github.com/arkadiusjonczek) |
| 91 | + |
| 92 | + |
| 93 | +## [1.0.4] - 2019-02-14 |
| 94 | +### Added |
| 95 | +- Add PT and RU to supported languages [@floranpagliai](https://github.com/floranpagliai) |
| 96 | +### Changed |
| 97 | +- replace travis build php nightly build with php 7.3 [@arkadiusjonczek](https://github.com/arkadiusjonczek) |
| 98 | +### Removed |
| 99 | + |
| 100 | +## [1.0.3] - 2018-19-23 |
| 101 | +### Added |
| 102 | +- Add tag_handling optional param [@floranpagliai](https://github.com/floranpagliai) |
| 103 | +- Add tagHandling test [@floranpagliai](https://github.com/floranpagliai) |
| 104 | +- Add ignore_tag optional param [@floranpagliai](https://github.com/floranpagliai) |
| 105 | +- Add test for ignore tags [@floranpagliai](https://github.com/floranpagliai) |
| 106 | +- Add var typing on setIgnoreTags method [@floranpagliai](https://github.com/floranpagliai) |
| 107 | +### Changed |
| 108 | +- Fixed array syntax [@floranpagliai](https://github.com/floranpagliai) |
| 109 | +- Fixed array syntax [@floranpagliai](https://github.com/floranpagliai) |
| 110 | +- Fixed buildUrl test [@floranpagliai](https://github.com/floranpagliai) |
| 111 | + |
| 112 | + |
| 113 | +## [1.0.2] - 2018-06-04 |
| 114 | +### Changed |
| 115 | +- send text as POST body to solve 414 uri too long error [@arkadiusjonczek](https://github.com/arkadiusjonczek) |
| 116 | + |
| 117 | +## [1.0.1] - 2018-06-12 |
| 118 | +### Changed |
| 119 | +- fix travis-ci build status image [@arkadiusjonczek](https://github.com/arkadiusjonczek) |
| 120 | +- update translate method return [@arkadiusjonczek](https://github.com/arkadiusjonczek) |
| 121 | +- update readme [@arkadiusjonczek](https://github.com/arkadiusjonczek) |
| 122 | + |
| 123 | + |
| 124 | +## [1.0.0] - 2018-06-12 |
| 125 | +Initial public Release [@arkadiusjonczek](https://github.com/arkadiusjonczek) |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | +[Unreleased]: https://github.com/Baby-Markt/deepl-php-lib/compare/master...head |
| 131 | +[2.0.0]: https://github.com/Baby-Markt/deepl-php-lib/releases/tag/2.0.0 |
| 132 | +[1.1.0]: https://github.com/Baby-Markt/deepl-php-lib/releases/tag/v1.1.0 |
| 133 | +[1.0.11]: https://github.com/Baby-Markt/deepl-php-lib/releases/tag/v1.0.11 |
| 134 | +[1.0.10]: https://github.com/Baby-Markt/deepl-php-lib/releases/tag/v1.0.10 |
| 135 | +[1.0.9]: https://github.com/Baby-Markt/deepl-php-lib/releases/tag/v1.0.9 |
| 136 | +[1.0.8]: https://github.com/Baby-Markt/deepl-php-lib/releases/tag/v1.0.8 |
| 137 | +[1.0.7]: https://github.com/Baby-Markt/deepl-php-lib/releases/tag/v1.0.7 |
| 138 | +[1.0.6]: https://github.com/Baby-Markt/deepl-php-lib/releases/tag/v1.0.6 |
| 139 | +[1.0.5]: https://github.com/Baby-Markt/deepl-php-lib/releases/tag/v1.0.5 |
| 140 | +[1.0.4]: https://github.com/Baby-Markt/deepl-php-lib/releases/tag/v1.0.4 |
| 141 | +[1.0.3]: https://github.com/Baby-Markt/deepl-php-lib/releases/tag/v1.0.3 |
| 142 | +[1.0.2]: https://github.com/Baby-Markt/deepl-php-lib/releases/tag/v1.0.2 |
| 143 | +[1.0.1]: https://github.com/Baby-Markt/deepl-php-lib/releases/tag/v1.0.1 |
| 144 | +[1.0.0]: https://github.com/Baby-Markt/deepl-php-lib/releases/tag/v1.0.0 |
| 145 | + |
| 146 | +What is a changelog? |
0 commit comments