Skip to content

Commit 5bde9b1

Browse files
committed
Merge branch 'release/v0.4.0'
Conflicts: README.md
2 parents 1d01c78 + ad57651 commit 5bde9b1

35 files changed

Lines changed: 1379 additions & 731 deletions

.yardopts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--hide-void-return
2+
--no-private
3+
--verbose
4+
--markup-provider=redcarpet
5+
--markup=markdown
6+
lib/**/*.rb
7+
-
8+
README.md
9+
CHANGELOG.md
10+
CODE_OF_CONDUCT.md
11+
LICENSE

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
## 0.4.0
4+
5+
* Use required positional and optional named parameters (_breaking changes_)
6+
* Documentation with examples
7+
* Documentation using markdown syntax
8+
* Use OpenSSL instead Ruby-HMAC to sign url
9+
* Customizeable HTTP client
10+
* Fix QPS bug: ensure number of queue items is the given value
11+
12+
## 0.3.0
13+
14+
* QPS: Query per second
15+
* Refactor lib
16+
17+
## 0.2.0
18+
19+
* Support Ruby >= 2.0.0
20+
* Auto-retry connection when the request is failed and possible
21+
* Restructure test (rspec) directory
22+
* Refactor lib
23+
24+
## 0.1.0
25+
26+
* Initial release.
27+
* Support Ruby >= 2.2
28+
* [Google Maps Web Service API](https://developers.google.com/maps/documentation/webservices/) scope:
29+
- [Directions API](https://developers.google.com/maps/documentation/directions/)
30+
- [Distance Matrix API](https://developers.google.com/maps/documentation/distancematrix/)
31+
- [Elevation API](https://developers.google.com/maps/documentation/elevation/)
32+
- [Geocoding API](https://developers.google.com/maps/documentation/geocoding/)
33+
- [Time Zone API](https://developers.google.com/maps/documentation/timezone/)
34+
- [Roads API](https://developers.google.com/maps/documentation/roads/)

0 commit comments

Comments
 (0)