Skip to content

Commit

Permalink
Release 1.7.27
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah committed Feb 22, 2020
1 parent 11ebcf8 commit 5364ed6
Show file tree
Hide file tree
Showing 17 changed files with 343 additions and 268 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v1.7.26](https://github.com/smashah/sulla/compare/1.7.25...v1.7.26) - 2020-02-19
## [v1.7.27](https://github.com/smashah/sulla/compare/1.7.26...v1.7.27) - 2020-02-22

### Commits

- fixed leavegroup in wapi, added to client #139 [`e46eb09`](https://github.com/smashah/sulla/commit/e46eb09837655f76cabd0f4b9748e26d30740e22)
- leavegroup fix [`11ebcf8`](https://github.com/smashah/sulla/commit/11ebcf801f8f64270314d0f07c50308c48639ca0)

## [1.7.26](https://github.com/smashah/sulla/compare/1.7.25...1.7.26) - 2020-02-19

### Commits

- Release 1.7.26 [`534f95d`](https://github.com/smashah/sulla/commit/534f95dd46112b25e72034b5830b7f7583342e24)
- alpha implementation of setMyStatus & setMyName #134 [`c96b5e7`](https://github.com/smashah/sulla/commit/c96b5e7d2dc0835b7d279802b010318a4463ec61)

## [1.7.25](https://github.com/smashah/sulla/compare/1.7.24...1.7.25) - 2020-02-19
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Large diffs are not rendered by default.

147 changes: 91 additions & 56 deletions docs/classes/whatsapp.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/enums/exposedfn.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ExposedFn | sulla-hotfix - v1.7.26</title>
<title>ExposedFn | sulla-hotfix - v1.7.27</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">sulla-hotfix - v1.7.26</a>
<a href="../index.html" class="title">sulla-hotfix - v1.7.27</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -91,7 +91,7 @@ <h3>On<wbr>Any<wbr>Message</h3>
<div class="tsd-signature tsd-kind-icon">On<wbr>Any<wbr>Message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;onAnyMessage&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/smashah/sulla/blob/c96b5e7/src/api/functions/exposed.enum.ts#L3">api/functions/exposed.enum.ts:3</a></li>
<li>Defined in <a href="https://github.com/smashah/sulla/blob/11ebcf8/src/api/functions/exposed.enum.ts#L3">api/functions/exposed.enum.ts:3</a></li>
</ul>
</aside>
</section>
Expand All @@ -101,7 +101,7 @@ <h3>On<wbr>Message</h3>
<div class="tsd-signature tsd-kind-icon">On<wbr>Message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;onMessage&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/smashah/sulla/blob/c96b5e7/src/api/functions/exposed.enum.ts#L2">api/functions/exposed.enum.ts:2</a></li>
<li>Defined in <a href="https://github.com/smashah/sulla/blob/11ebcf8/src/api/functions/exposed.enum.ts#L2">api/functions/exposed.enum.ts:2</a></li>
</ul>
</aside>
</section>
Expand All @@ -111,7 +111,7 @@ <h3>on<wbr>Ack</h3>
<div class="tsd-signature tsd-kind-icon">on<wbr>Ack<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;onAck&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/smashah/sulla/blob/c96b5e7/src/api/functions/exposed.enum.ts#L4">api/functions/exposed.enum.ts:4</a></li>
<li>Defined in <a href="https://github.com/smashah/sulla/blob/11ebcf8/src/api/functions/exposed.enum.ts#L4">api/functions/exposed.enum.ts:4</a></li>
</ul>
</aside>
</section>
Expand All @@ -121,7 +121,7 @@ <h3>on<wbr>Participants<wbr>Changed</h3>
<div class="tsd-signature tsd-kind-icon">on<wbr>Participants<wbr>Changed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;onParticipantsChanged&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/smashah/sulla/blob/c96b5e7/src/api/functions/exposed.enum.ts#L5">api/functions/exposed.enum.ts:5</a></li>
<li>Defined in <a href="https://github.com/smashah/sulla/blob/11ebcf8/src/api/functions/exposed.enum.ts#L5">api/functions/exposed.enum.ts:5</a></li>
</ul>
</aside>
</section>
Expand All @@ -131,7 +131,7 @@ <h3>on<wbr>State<wbr>Changed</h3>
<div class="tsd-signature tsd-kind-icon">on<wbr>State<wbr>Changed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;onStateChanged&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/smashah/sulla/blob/c96b5e7/src/api/functions/exposed.enum.ts#L6">api/functions/exposed.enum.ts:6</a></li>
<li>Defined in <a href="https://github.com/smashah/sulla/blob/11ebcf8/src/api/functions/exposed.enum.ts#L6">api/functions/exposed.enum.ts:6</a></li>
</ul>
</aside>
</section>
Expand Down
8 changes: 4 additions & 4 deletions docs/enums/groupchangeevent.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>groupChangeEvent | sulla-hotfix - v1.7.26</title>
<title>groupChangeEvent | sulla-hotfix - v1.7.27</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">sulla-hotfix - v1.7.26</a>
<a href="../index.html" class="title">sulla-hotfix - v1.7.27</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -88,7 +88,7 @@ <h3>add</h3>
<div class="tsd-signature tsd-kind-icon">add<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;add&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/smashah/sulla/blob/c96b5e7/src/api/model/group-metadata.ts#L17">api/model/group-metadata.ts:17</a></li>
<li>Defined in <a href="https://github.com/smashah/sulla/blob/11ebcf8/src/api/model/group-metadata.ts#L17">api/model/group-metadata.ts:17</a></li>
</ul>
</aside>
</section>
Expand All @@ -98,7 +98,7 @@ <h3>remove</h3>
<div class="tsd-signature tsd-kind-icon">remove<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;remove&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/smashah/sulla/blob/c96b5e7/src/api/model/group-metadata.ts#L16">api/model/group-metadata.ts:16</a></li>
<li>Defined in <a href="https://github.com/smashah/sulla/blob/11ebcf8/src/api/model/group-metadata.ts#L16">api/model/group-metadata.ts:16</a></li>
</ul>
</aside>
</section>
Expand Down
Loading

0 comments on commit 5364ed6

Please sign in to comment.