Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

36 lines (23 loc) · 1.77 KB

ChangeLog

GoogleSuggest 1.1.0

  • Migrate CI from Travis CI to GitHub Actions. #32
    • And from this version, starts to support ruby v3.0

GoogleSuggest 1.0.3

  • BugFix: Failed to parse Suggest API response since encoding issue. #29

GoogleSuggest 1.0.2

  • Drop ruby 2.3 from supported ruby versions. #25
  • Made Region module since it has never been instantiated. #26

GoogleSuggest 1.0.1

  • Drop ruby 2.1 and 2.2 from and add ruby 2.5 supported ruby versions. #19 #22
  • Starting use Webmock and RSpec 3.#15#21

GoogleSuggest 1.0.0

  • Removing the dependency on nokogiri, use REXML. #10
  • Fix NameError: uninitialized constant GoogleSuggest::Region::DEFAULT_GOOGLE_HOST. #11
  • Allows to get all supported region codes with GoogleSuggest::Region.codes. #14

GoogleSuggest 0.1.0

  • GoogleSuggest.suggest_for supports region #2 The class method allows users to choose their regions by passing region option to it like GoogleSuggest.suggest_for 'foo', region: 'jp'. You would get different results and different order. @imargonis, Thank you for proposing your idea.

  • Renamed GoogleSuggest::Configure with GoogleSuggest::Configuration