From 4c7d43589e62458e6c9dc37ef9da78c02d3053c3 Mon Sep 17 00:00:00 2001 From: Weston Ganger Date: Tue, 11 Jan 2022 18:33:56 -0800 Subject: [PATCH] Generate changelog using github-changelog-generator --- CHANGELOG.md | 149 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5720f7a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,149 @@ +# Changelog + +## [Unreleased](https://github.com/seejohnrun/easy_translate/tree/HEAD) + +[Full Changelog](https://github.com/seejohnrun/easy_translate/compare/v0.5.1...HEAD) + +**Closed issues:** + +- Be able to pass additional headers [\#50](https://github.com/seejohnrun/easy_translate/issues/50) +- EasyTranslate::EasyTranslateException \(Daily Limit Exceeded\) [\#46](https://github.com/seejohnrun/easy_translate/issues/46) +- EasyTranslateException: The request is missing a valid API key [\#43](https://github.com/seejohnrun/easy_translate/issues/43) + +**Merged pull requests:** + +- convert hash rocket syntax to symbol keys in README [\#49](https://github.com/seejohnrun/easy_translate/pull/49) ([dorianmariefr](https://github.com/dorianmariefr)) +- Remove json [\#42](https://github.com/seejohnrun/easy_translate/pull/42) ([elim](https://github.com/elim)) +- Update docs to show model: param usage [\#40](https://github.com/seejohnrun/easy_translate/pull/40) ([tdonia](https://github.com/tdonia)) +- Adds explicit model parameter to allow PBMT vs NMT selection [\#39](https://github.com/seejohnrun/easy_translate/pull/39) ([tdonia](https://github.com/tdonia)) +- Update googleapi hostname to support premium \(NMT\) [\#38](https://github.com/seejohnrun/easy_translate/pull/38) ([tdonia](https://github.com/tdonia)) +- fix translation text in Rspec [\#36](https://github.com/seejohnrun/easy_translate/pull/36) ([OgawaLeo](https://github.com/OgawaLeo)) +- Add license to gemspec [\#34](https://github.com/seejohnrun/easy_translate/pull/34) ([codegoalie](https://github.com/codegoalie)) +- Convert specs to RSpec 2.14.8 syntax with Transpec [\#31](https://github.com/seejohnrun/easy_translate/pull/31) ([petergoldstein](https://github.com/petergoldstein)) +- Add Ruby 2.1.0 to .travis.yml [\#30](https://github.com/seejohnrun/easy_translate/pull/30) ([petergoldstein](https://github.com/petergoldstein)) + +## [v0.5.1](https://github.com/seejohnrun/easy_translate/tree/v0.5.1) (2018-01-15) + +[Full Changelog](https://github.com/seejohnrun/easy_translate/compare/v0.5.0...v0.5.1) + +**Closed issues:** + +- NameError uninitialized constant EasyTranslate::Translation::TranslationRequest::LANGUAGES [\#41](https://github.com/seejohnrun/easy_translate/issues/41) +- try easytranslate for free [\#37](https://github.com/seejohnrun/easy_translate/issues/37) +- Threadable.rb breaks with hard-to-debug error [\#32](https://github.com/seejohnrun/easy_translate/issues/32) +- New Release [\#28](https://github.com/seejohnrun/easy_translate/issues/28) + +## [v0.5.0](https://github.com/seejohnrun/easy_translate/tree/v0.5.0) (2014-03-31) + +[Full Changelog](https://github.com/seejohnrun/easy_translate/compare/v0.4.0...v0.5.0) + +**Closed issues:** + +- Wrong Daily Limit [\#27](https://github.com/seejohnrun/easy_translate/issues/27) +- Support for listing languegs [\#21](https://github.com/seejohnrun/easy_translate/issues/21) +- HTTP timeouts and SSL options should be configurable [\#6](https://github.com/seejohnrun/easy_translate/issues/6) + +**Merged pull requests:** + +- Add latin to languages.rb [\#26](https://github.com/seejohnrun/easy_translate/pull/26) ([prurph](https://github.com/prurph)) +- Decode HTML entities in the response. [\#25](https://github.com/seejohnrun/easy_translate/pull/25) ([henrik](https://github.com/henrik)) +- Remove spec .swp files. [\#24](https://github.com/seejohnrun/easy_translate/pull/24) ([henrik](https://github.com/henrik)) +- Link name in README.md [\#23](https://github.com/seejohnrun/easy_translate/pull/23) ([glebm](https://github.com/glebm)) +- Batch detection, confident detections and threaded module [\#22](https://github.com/seejohnrun/easy_translate/pull/22) ([gmaliar](https://github.com/gmaliar)) +- gemspec: require version using absolute path [\#20](https://github.com/seejohnrun/easy_translate/pull/20) ([glebm](https://github.com/glebm)) + +## [v0.4.0](https://github.com/seejohnrun/easy_translate/tree/v0.4.0) (2013-12-17) + +[Full Changelog](https://github.com/seejohnrun/easy_translate/compare/v0.3.3...v0.4.0) + +**Closed issues:** + +- No way to set format to text [\#15](https://github.com/seejohnrun/easy_translate/issues/15) +- Batch size too high? [\#13](https://github.com/seejohnrun/easy_translate/issues/13) + +**Merged pull requests:** + +- Refactor require [\#19](https://github.com/seejohnrun/easy_translate/pull/19) ([glebm](https://github.com/glebm)) +- Highlight Readme syntax [\#18](https://github.com/seejohnrun/easy_translate/pull/18) ([glebm](https://github.com/glebm)) +- Document format option in Readme [\#17](https://github.com/seejohnrun/easy_translate/pull/17) ([glebm](https://github.com/glebm)) +- Translate in batches [\#14](https://github.com/seejohnrun/easy_translate/pull/14) ([glebm](https://github.com/glebm)) +- Fix typo in TranslationRequest\#initialize exception [\#12](https://github.com/seejohnrun/easy_translate/pull/12) ([zetaben](https://github.com/zetaben)) + +## [v0.3.3](https://github.com/seejohnrun/easy_translate/tree/v0.3.3) (2013-04-25) + +[Full Changelog](https://github.com/seejohnrun/easy_translate/compare/v0.3.2...v0.3.3) + +**Merged pull requests:** + +- Fixed issue with nil value in options when using EasyTranslate.translations\_available [\#11](https://github.com/seejohnrun/easy_translate/pull/11) ([gmaliar](https://github.com/gmaliar)) +- Content after ampersand is truncated [\#10](https://github.com/seejohnrun/easy_translate/pull/10) ([hemancuso](https://github.com/hemancuso)) +- Fixing a small bug [\#9](https://github.com/seejohnrun/easy_translate/pull/9) ([mariusandra](https://github.com/mariusandra)) + +## [v0.3.2](https://github.com/seejohnrun/easy_translate/tree/v0.3.2) (2013-01-09) + +[Full Changelog](https://github.com/seejohnrun/easy_translate/compare/v0.3.1...v0.3.2) + +**Closed issues:** + +- Daily Limit Exceeded. Please sign up [\#8](https://github.com/seejohnrun/easy_translate/issues/8) + +**Merged pull requests:** + +- Add http timeouts and ssl options [\#7](https://github.com/seejohnrun/easy_translate/pull/7) ([vladzloteanu](https://github.com/vladzloteanu)) + +## [v0.3.1](https://github.com/seejohnrun/easy_translate/tree/v0.3.1) (2012-01-16) + +[Full Changelog](https://github.com/seejohnrun/easy_translate/compare/v0.3.0...v0.3.1) + +## [v0.3.0](https://github.com/seejohnrun/easy_translate/tree/v0.3.0) (2012-01-03) + +[Full Changelog](https://github.com/seejohnrun/easy_translate/compare/v0.2.1...v0.3.0) + +**Closed issues:** + +- Getting error to use google translate V2 [\#5](https://github.com/seejohnrun/easy_translate/issues/5) +- Korean support [\#4](https://github.com/seejohnrun/easy_translate/issues/4) + +## [v0.2.1](https://github.com/seejohnrun/easy_translate/tree/v0.2.1) (2011-03-25) + +[Full Changelog](https://github.com/seejohnrun/easy_translate/compare/v0.2.0...v0.2.1) + +## [v0.2.0](https://github.com/seejohnrun/easy_translate/tree/v0.2.0) (2011-02-01) + +[Full Changelog](https://github.com/seejohnrun/easy_translate/compare/v0.1.4...v0.2.0) + +## [v0.1.4](https://github.com/seejohnrun/easy_translate/tree/v0.1.4) (2010-12-29) + +[Full Changelog](https://github.com/seejohnrun/easy_translate/compare/v0.1.3...v0.1.4) + +## [v0.1.3](https://github.com/seejohnrun/easy_translate/tree/v0.1.3) (2010-06-24) + +[Full Changelog](https://github.com/seejohnrun/easy_translate/compare/v0.1.2...v0.1.3) + +## [v0.1.2](https://github.com/seejohnrun/easy_translate/tree/v0.1.2) (2010-06-24) + +[Full Changelog](https://github.com/seejohnrun/easy_translate/compare/v0.1.1...v0.1.2) + +## [v0.1.1](https://github.com/seejohnrun/easy_translate/tree/v0.1.1) (2010-06-18) + +[Full Changelog](https://github.com/seejohnrun/easy_translate/compare/v0.1...v0.1.1) + +## [v0.1](https://github.com/seejohnrun/easy_translate/tree/v0.1) (2010-06-18) + +[Full Changelog](https://github.com/seejohnrun/easy_translate/compare/v0.0.4...v0.1) + +## [v0.0.4](https://github.com/seejohnrun/easy_translate/tree/v0.0.4) (2010-04-28) + +[Full Changelog](https://github.com/seejohnrun/easy_translate/compare/v0.0.3...v0.0.4) + +## [v0.0.3](https://github.com/seejohnrun/easy_translate/tree/v0.0.3) (2010-04-28) + +[Full Changelog](https://github.com/seejohnrun/easy_translate/compare/v0.0.2...v0.0.3) + +## [v0.0.2](https://github.com/seejohnrun/easy_translate/tree/v0.0.2) (2010-04-28) + +[Full Changelog](https://github.com/seejohnrun/easy_translate/compare/v0.0.1...v0.0.2) + +## [v0.0.1](https://github.com/seejohnrun/easy_translate/tree/v0.0.1) (2010-04-28) + +[Full Changelog](https://github.com/seejohnrun/easy_translate/compare/c2fb6ca3a71f9d6a7c865a9ab06730f2f68b881f...v0.0.1)