Skip to content

Releases: erikgrueter1/yelp-fusion

v1.0.1

21 Dec 20:50
2d3f670
Compare
Choose a tag to compare

Changes

🔨 #13 Fix OpenHours import (@gnclmorais)

v1.0

07 Oct 01:13
0e7af12
Compare
Choose a tag to compare

Changes

  • Satsify all linters
  • Update version constants
  • Merge suggested pull requests

v0.3-beta

30 Jul 19:33
18133a7
Compare
Choose a tag to compare
  • adds client singleton methods
  • adds error testing for singleton methods
  • updates require to load the correct yelp/fusion file

v0.2.1-beta

12 Jul 20:56
b39f797
Compare
Choose a tag to compare
  • add ruby version dependency to the gemspec
  • rename version in version.rb to 0.2-beta
  • add minitest dependency 4.2.0 to the gemspec
  • add faraday dependency 0.15.2 to the gemspec
  • add pry dependency 0.11.3 to the gemspec
  • add pry-cooline dependency 0.2.5 to the gemspec
  • add faraday_middleware dependency 0.12.2 to the gemspec

v0.1-beta

10 Jul 19:13
e441911
Compare
Choose a tag to compare
v0.1-beta Pre-release
Pre-release

Beta Version

Use at your own risk! This gem is still under active development and testing.

Please report bugs to [email protected]

Changes

  • implement ability do a search by location

  • implement ability do a search for business detail

  • implement ability do a search by phone

  • implement ability do a search by transaction type

  • implement ability do a search for reviews

  • implement ability do a search by specific match

  • added rubocop as a linter

  • added simplecov to test coverage

  • added minitest to test files

  • updated readme to reflect features