Skip to content

Commit

Permalink
release version 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-scherzinger committed Sep 11, 2017
1 parent 8947b00 commit 5067bef
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
20 changes: 17 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8' />
<title>ec.sdk 0.8.7 | Documentation</title>
<title>ec.sdk 0.8.8 | Documentation</title>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
<link href='assets/style.css' type='text/css' rel='stylesheet' />
Expand All @@ -14,7 +14,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>ec.sdk</h3>
<div class='mb1'><code>0.8.7</code></div>
<div class='mb1'><code>0.8.8</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down Expand Up @@ -24046,7 +24046,21 @@ <h2 id='changelog' class='mt0'>
</h2>


<p><a name="0.8.6"></a></p>
<p><a name="0.8.7"></a></p>
<h2>0.8.7 (2017-09-09)</h2>
<ul>
<li>add caret to dependecy, update some, tested doc build (<a href="https://github.com/entrecode/ec.sdk/commit/a59ee77">a59ee77</a>)</li>
<li>release version 0.8.7 (<a href="https://github.com/entrecode/ec.sdk/commit/f4731af">f4731af</a>)</li>
<li>fix: fixed JSON.stringify of resource (<a href="https://github.com/entrecode/ec.sdk/commit/6d24b5e">6d24b5e</a>)</li>
<li>fix: ListResource with enumerable properties and ts interface (<a href="https://github.com/entrecode/ec.sdk/commit/82b449c">82b449c</a>)</li>
<li>fix: Public Resources with enumerable properties and ts interface (<a href="https://github.com/entrecode/ec.sdk/commit/cb3b1c9">cb3b1c9</a>)</li>
<li>fix: reworked promise chain in Resource#save (<a href="https://github.com/entrecode/ec.sdk/commit/8348185">8348185</a>)</li>
<li>refactor: AccountResource enumerable properties with ts interface (<a href="https://github.com/entrecode/ec.sdk/commit/9da0608">9da0608</a>)</li>
<li>chore: updated idea config (<a href="https://github.com/entrecode/ec.sdk/commit/14851bb">14851bb</a>)</li>
<li>chore(package): update documentation to version 5.3.1 (<a href="https://github.com/entrecode/ec.sdk/commit/8cf49eb">8cf49eb</a>)</li>
<li>doc: fix filter object in PublicAPI example (<a href="https://github.com/entrecode/ec.sdk/commit/1788a73">1788a73</a>)</li>
</ul>
<p><a name="0.8.6"></a></p>
<h2>0.8.6 (2017-09-08)</h2>
<ul>
<li>release version 0.8.6 (<a href="https://github.com/entrecode/ec.sdk/commit/4557528">4557528</a>)</li>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ec.sdk",
"version": "0.8.7",
"version": "0.8.8",
"description": "SDK for ec.api",
"repository": "entrecode/ec.sdk",
"author": "Simon Scherzinger <scherzinger@entrecode.de>",
Expand Down

0 comments on commit 5067bef

Please sign in to comment.