Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanabrahams committed Jul 11, 2018
1 parent 6d751fe commit 6134830
Show file tree
Hide file tree
Showing 25 changed files with 9,214 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.0 (2018-07-11)
* Enhancements
* Add support for Google Maps nearby places API

## 1.0.0 (2017-07-12)

* Breaking
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PRs are welcome for more APIs.

```elixir
def deps do
[{:google_api_client, "~> 1.0"}]
[{:google_api_client, "~> 1.1"}]
end
```

Expand Down Expand Up @@ -80,3 +80,4 @@ Google.Apis.??? # Submit a PR
# Special Thanks / Contributors

* Daniel Upton @elkelk
* AJ Gregory @aj-gregory
21 changes: 21 additions & 0 deletions doc/.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
dist/app-268c9dc719.css
dist/app-4988ddd06b.js
dist/app-4988ddd06b.js.map
fonts/icomoon.eot
fonts/icomoon.svg
fonts/icomoon.ttf
fonts/icomoon.woff
dist/sidebar_items-043b0c3d44.js
api-reference.html
404.html
Google.html
Google.Apis.Analytics.html
Google.Apis.Analytics.Accounts.html
Google.Apis.Analytics.Views.html
Google.Apis.Analytics.WebProperties.html
Google.Apis.Base.html
Google.Apis.KnowledgeGraph.html
Google.Apis.Maps.TimeZone.html
Google.Apis.Places.html
Google.Apis.Places.Nearby.html
index.html
90 changes: 90 additions & 0 deletions doc/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.16.2">
<title>404 – google_api_client v1.1.0</title>
<link rel="stylesheet" href="dist/app-268c9dc719.css" />

<script src="dist/sidebar_items-043b0c3d44.js"></script>
</head>
<body data-type="extras">
<script>try { if(localStorage.getItem('night-mode')) document.body.className += ' night-mode'; } catch (e) { }</script>

<div class="main">
<button class="sidebar-toggle">
<span class="icon-menu" aria-hidden="true"></span>
<span class="sr-only">Toggle Sidebar</span>
</button>
<section class="sidebar">


<a href="api-reference.html" class="sidebar-projectLink">
<div class="sidebar-projectDetails">
<h1 class="sidebar-projectName">
google_api_client
</h1>
<h2 class="sidebar-projectVersion">
v1.1.0
</h2>
</div>

</a>

<div class="sidebar-search">
<span class="icon-search" aria-hidden="true"></span>
<input type="text" class="sidebar-searchInput" placeholder="search" aria-label="Search" autocomplete="off" />
</div>

<ul class="sidebar-listNav">
<li><a id="extras-list" href="#full-list">Pages</a></li>


<li><a id="modules-list" href="#full-list">Modules</a></li>







</ul>
<div class="gradient"></div>
<ul id="full-list" class="sidebar-fullList"></ul>
</section>

<section class="content">
<div class="content-outer">
<div id="content" class="content-inner">


<h2>Page not found</h2>

<p>Sorry, but the page you were trying to get to, does not exist. You
may want to try searching this site using the sidebar or using our
<a href="api-reference.html" title="API Reference">API Reference</a> page to find what
you were looking for.</p>

<footer class="footer">
<p>
<span class="line">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.16.2),
</span>
<span class="line">
designed by
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>.
</span>
</p>
<button class="night-mode-toggle"><span class="sr-only">Switch theme</span></button>
</footer>
</div>
</div>
</section>
</div>
<script src="dist/app-4988ddd06b.js"></script>
</body>
</html>

Loading

0 comments on commit 6134830

Please sign in to comment.