Skip to content

Commit

Permalink
Merge branch 'release/v0.4.0'
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
  • Loading branch information
edwardsamuel committed Sep 22, 2015
2 parents 1d01c78 + ad57651 commit 5bde9b1
Show file tree
Hide file tree
Showing 35 changed files with 1,379 additions and 731 deletions.
11 changes: 11 additions & 0 deletions .yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--hide-void-return
--no-private
--verbose
--markup-provider=redcarpet
--markup=markdown
lib/**/*.rb
-
README.md
CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog

## 0.4.0

* Use required positional and optional named parameters (_breaking changes_)
* Documentation with examples
* Documentation using markdown syntax
* Use OpenSSL instead Ruby-HMAC to sign url
* Customizeable HTTP client
* Fix QPS bug: ensure number of queue items is the given value

## 0.3.0

* QPS: Query per second
* Refactor lib

## 0.2.0

* Support Ruby >= 2.0.0
* Auto-retry connection when the request is failed and possible
* Restructure test (rspec) directory
* Refactor lib

## 0.1.0

* Initial release.
* Support Ruby >= 2.2
* [Google Maps Web Service API](https://developers.google.com/maps/documentation/webservices/) scope:
- [Directions API](https://developers.google.com/maps/documentation/directions/)
- [Distance Matrix API](https://developers.google.com/maps/documentation/distancematrix/)
- [Elevation API](https://developers.google.com/maps/documentation/elevation/)
- [Geocoding API](https://developers.google.com/maps/documentation/geocoding/)
- [Time Zone API](https://developers.google.com/maps/documentation/timezone/)
- [Roads API](https://developers.google.com/maps/documentation/roads/)
Loading

0 comments on commit 5bde9b1

Please sign in to comment.