Skip to content

Commit 6762b70

Browse files
author
Marco Crespi
committed
chore(release): 8.0.1
1 parent 15a6f8c commit 6762b70

20 files changed

+1378
-250
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [8.0.1](https://github.com/modum-io/modblue/compare/v8.0.0...v8.0.1) (2021-04-07)
6+
7+
### Bug Fixes
8+
9+
- **gatt:** Fix gatt advertising issues ([d144465](https://github.com/modum-io/modblue/commit/d144465e1902efbc02ef1b18420b2a29c8c2dde1))
10+
- **gatt:** Fix gatt issues ([84ff6a1](https://github.com/modum-io/modblue/commit/84ff6a1fc3bd8bf3b55ed57b4fe8db8449f7f9ce))
11+
- **gatt:** Fix getting gatt from peripheral ([2d984d4](https://github.com/modum-io/modblue/commit/2d984d4c148da3da5c277235e866ff304d56f612))
12+
- **hci:** Fix gatt issues ([6fdf257](https://github.com/modum-io/modblue/commit/6fdf2577dc0a004cf066cff8da33befa10a33e41))
13+
- **test:** Fix advertise test ([b162ec8](https://github.com/modum-io/modblue/commit/b162ec868be7d29a0728ccd089878f6416f5ad89))
14+
515
## [8.0.0](https://github.com/modum-io/modblue/compare/v7.0.3...v8.0.0) (2021-04-07)
616

717
### ⚠ BREAKING CHANGES

docs/assets/js/search.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/adapter.html

+33-23
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>Adapter | @modum-io/modblue - v8.0.0</title>
7-
<meta name="description" content="Documentation for @modum-io/modblue - v8.0.0">
6+
<title>Adapter | @modum-io/modblue - v8.0.1</title>
7+
<meta name="description" content="Documentation for @modum-io/modblue - v8.0.1">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="stylesheet" href="../assets/css/main.css">
1010
<script async src="../assets/js/search.js" id="search-script"></script>
@@ -23,7 +23,7 @@
2323
<li class="state loading">Preparing search index...</li>
2424
<li class="state failure">The search index is not available</li>
2525
</ul>
26-
<a href="../index.html" class="title">@modum-io/modblue - v8.0.0</a>
26+
<a href="../index.html" class="title">@modum-io/modblue - v8.0.1</a>
2727
</div>
2828
<div class="table-cell" id="tsd-widgets">
2929
<div id="tsd-filter">
@@ -52,7 +52,7 @@
5252
<div class="container">
5353
<ul class="tsd-breadcrumb">
5454
<li>
55-
<a href="../modules.html">@modum-io/modblue - v8.0.0</a>
55+
<a href="../modules.html">@modum-io/modblue - v8.0.1</a>
5656
</li>
5757
<li>
5858
<a href="adapter.html">Adapter</a>
@@ -151,7 +151,7 @@ <h3>constructor</h3>
151151
<aside class="tsd-sources">
152152
<p>Overrides TypedEmitter&lt;AdapterEvents&gt;.constructor</p>
153153
<ul>
154-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/66ddb28/src/models/Adapter.ts#L50">src/models/Adapter.ts:50</a></li>
154+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/15a6f8c/src/models/Adapter.ts#L50">src/models/Adapter.ts:50</a></li>
155155
</ul>
156156
</aside>
157157
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -182,7 +182,7 @@ <h3><span class="tsd-flag ts-flagReadonly">Readonly</span> id</h3>
182182
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
183183
<aside class="tsd-sources">
184184
<ul>
185-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/66ddb28/src/models/Adapter.ts#L26">src/models/Adapter.ts:26</a></li>
185+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/15a6f8c/src/models/Adapter.ts#L26">src/models/Adapter.ts:26</a></li>
186186
</ul>
187187
</aside>
188188
<div class="tsd-comment tsd-typography">
@@ -197,7 +197,7 @@ <h3><span class="tsd-flag ts-flagReadonly">Readonly</span> modblue</h3>
197197
<div class="tsd-signature tsd-kind-icon">modblue<span class="tsd-signature-symbol">:</span> <a href="modblue.html" class="tsd-signature-type" data-tsd-kind="Class">MODblue</a></div>
198198
<aside class="tsd-sources">
199199
<ul>
200-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/66ddb28/src/models/Adapter.ts#L21">src/models/Adapter.ts:21</a></li>
200+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/15a6f8c/src/models/Adapter.ts#L21">src/models/Adapter.ts:21</a></li>
201201
</ul>
202202
</aside>
203203
<div class="tsd-comment tsd-typography">
@@ -230,7 +230,7 @@ <h3>address</h3>
230230
<li class="tsd-description">
231231
<aside class="tsd-sources">
232232
<ul>
233-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/66ddb28/src/models/Adapter.ts#L48">src/models/Adapter.ts:48</a></li>
233+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/15a6f8c/src/models/Adapter.ts#L48">src/models/Adapter.ts:48</a></li>
234234
</ul>
235235
</aside>
236236
<div class="tsd-comment tsd-typography">
@@ -252,7 +252,7 @@ <h3>address<wbr>Type</h3>
252252
<li class="tsd-description">
253253
<aside class="tsd-sources">
254254
<ul>
255-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/66ddb28/src/models/Adapter.ts#L40">src/models/Adapter.ts:40</a></li>
255+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/15a6f8c/src/models/Adapter.ts#L40">src/models/Adapter.ts:40</a></li>
256256
</ul>
257257
</aside>
258258
<div class="tsd-comment tsd-typography">
@@ -274,7 +274,7 @@ <h3>name</h3>
274274
<li class="tsd-description">
275275
<aside class="tsd-sources">
276276
<ul>
277-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/66ddb28/src/models/Adapter.ts#L32">src/models/Adapter.ts:32</a></li>
277+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/15a6f8c/src/models/Adapter.ts#L32">src/models/Adapter.ts:32</a></li>
278278
</ul>
279279
</aside>
280280
<div class="tsd-comment tsd-typography">
@@ -407,7 +407,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> get<wbr>Scanned<wbr>P
407407
<li class="tsd-description">
408408
<aside class="tsd-sources">
409409
<ul>
410-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/66ddb28/src/models/Adapter.ts#L141">src/models/Adapter.ts:141</a></li>
410+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/15a6f8c/src/models/Adapter.ts#L140">src/models/Adapter.ts:140</a></li>
411411
</ul>
412412
</aside>
413413
<div class="tsd-comment tsd-typography">
@@ -429,7 +429,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> is<wbr>Advertising</h
429429
<li class="tsd-description">
430430
<aside class="tsd-sources">
431431
<ul>
432-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/66ddb28/src/models/Adapter.ts#L146">src/models/Adapter.ts:146</a></li>
432+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/15a6f8c/src/models/Adapter.ts#L145">src/models/Adapter.ts:145</a></li>
433433
</ul>
434434
</aside>
435435
<div class="tsd-comment tsd-typography">
@@ -451,7 +451,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> is<wbr>Scanning</h3>
451451
<li class="tsd-description">
452452
<aside class="tsd-sources">
453453
<ul>
454-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/66ddb28/src/models/Adapter.ts#L124">src/models/Adapter.ts:124</a></li>
454+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/15a6f8c/src/models/Adapter.ts#L123">src/models/Adapter.ts:123</a></li>
455455
</ul>
456456
</aside>
457457
<div class="tsd-comment tsd-typography">
@@ -779,7 +779,7 @@ <h3>scan<wbr>For</h3>
779779
<li class="tsd-description">
780780
<aside class="tsd-sources">
781781
<ul>
782-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/66ddb28/src/models/Adapter.ts#L68">src/models/Adapter.ts:68</a></li>
782+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/15a6f8c/src/models/Adapter.ts#L68">src/models/Adapter.ts:68</a></li>
783783
</ul>
784784
</aside>
785785
<div class="tsd-comment tsd-typography">
@@ -841,13 +841,13 @@ <h4 class="tsd-returns-title">Returns <a href="adapter.html" class="tsd-signatur
841841
<a name="setupgatt" class="tsd-anchor"></a>
842842
<h3><span class="tsd-flag ts-flagAbstract">Abstract</span> setup<wbr>Gatt</h3>
843843
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
844-
<li class="tsd-signature tsd-kind-icon">setup<wbr>Gatt<span class="tsd-signature-symbol">(</span>maxMtu<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="gatt.html" class="tsd-signature-type" data-tsd-kind="Class">Gatt</a><span class="tsd-signature-symbol">&gt;</span></li>
844+
<li class="tsd-signature tsd-kind-icon">setup<wbr>Gatt<span class="tsd-signature-symbol">(</span>maxMtu<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="gattlocal.html" class="tsd-signature-type" data-tsd-kind="Class">GattLocal</a><span class="tsd-signature-symbol">&gt;</span></li>
845845
</ul>
846846
<ul class="tsd-descriptions">
847847
<li class="tsd-description">
848848
<aside class="tsd-sources">
849849
<ul>
850-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/66ddb28/src/models/Adapter.ts#L163">src/models/Adapter.ts:163</a></li>
850+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/15a6f8c/src/models/Adapter.ts#L162">src/models/Adapter.ts:162</a></li>
851851
</ul>
852852
</aside>
853853
<div class="tsd-comment tsd-typography">
@@ -864,7 +864,7 @@ <h5><span class="tsd-flag ts-flagOptional">Optional</span> maxMtu: <span class="
864864
</div>
865865
</li>
866866
</ul>
867-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="gatt.html" class="tsd-signature-type" data-tsd-kind="Class">Gatt</a><span class="tsd-signature-symbol">&gt;</span></h4>
867+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="gattlocal.html" class="tsd-signature-type" data-tsd-kind="Class">GattLocal</a><span class="tsd-signature-symbol">&gt;</span></h4>
868868
</li>
869869
</ul>
870870
</section>
@@ -878,7 +878,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> start<wbr>Advertising
878878
<li class="tsd-description">
879879
<aside class="tsd-sources">
880880
<ul>
881-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/66ddb28/src/models/Adapter.ts#L153">src/models/Adapter.ts:153</a></li>
881+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/15a6f8c/src/models/Adapter.ts#L152">src/models/Adapter.ts:152</a></li>
882882
</ul>
883883
</aside>
884884
<div class="tsd-comment tsd-typography">
@@ -915,7 +915,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> start<wbr>Scanning</h
915915
<li class="tsd-description">
916916
<aside class="tsd-sources">
917917
<ul>
918-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/66ddb28/src/models/Adapter.ts#L132">src/models/Adapter.ts:132</a></li>
918+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/15a6f8c/src/models/Adapter.ts#L131">src/models/Adapter.ts:131</a></li>
919919
</ul>
920920
</aside>
921921
<div class="tsd-comment tsd-typography">
@@ -953,7 +953,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> stop<wbr>Advertising<
953953
<li class="tsd-description">
954954
<aside class="tsd-sources">
955955
<ul>
956-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/66ddb28/src/models/Adapter.ts#L157">src/models/Adapter.ts:157</a></li>
956+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/15a6f8c/src/models/Adapter.ts#L156">src/models/Adapter.ts:156</a></li>
957957
</ul>
958958
</aside>
959959
<div class="tsd-comment tsd-typography">
@@ -975,7 +975,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> stop<wbr>Scanning</h3
975975
<li class="tsd-description">
976976
<aside class="tsd-sources">
977977
<ul>
978-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/66ddb28/src/models/Adapter.ts#L136">src/models/Adapter.ts:136</a></li>
978+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/15a6f8c/src/models/Adapter.ts#L135">src/models/Adapter.ts:135</a></li>
979979
</ul>
980980
</aside>
981981
<div class="tsd-comment tsd-typography">
@@ -997,7 +997,7 @@ <h3>toJSON</h3>
997997
<li class="tsd-description">
998998
<aside class="tsd-sources">
999999
<ul>
1000-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/66ddb28/src/models/Adapter.ts#L169">src/models/Adapter.ts:169</a></li>
1000+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/15a6f8c/src/models/Adapter.ts#L168">src/models/Adapter.ts:168</a></li>
10011001
</ul>
10021002
</aside>
10031003
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></h4>
@@ -1014,7 +1014,7 @@ <h3>to<wbr>String</h3>
10141014
<li class="tsd-description">
10151015
<aside class="tsd-sources">
10161016
<ul>
1017-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/66ddb28/src/models/Adapter.ts#L165">src/models/Adapter.ts:165</a></li>
1017+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/15a6f8c/src/models/Adapter.ts#L164">src/models/Adapter.ts:164</a></li>
10181018
</ul>
10191019
</aside>
10201020
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
@@ -1153,6 +1153,12 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</s
11531153
<li class=" tsd-kind-class">
11541154
<a href="gatterror.html" class="tsd-kind-icon">Gatt<wbr>Error</a>
11551155
</li>
1156+
<li class=" tsd-kind-class">
1157+
<a href="gattlocal.html" class="tsd-kind-icon">Gatt<wbr>Local</a>
1158+
</li>
1159+
<li class=" tsd-kind-class">
1160+
<a href="gattremote.html" class="tsd-kind-icon">Gatt<wbr>Remote</a>
1161+
</li>
11561162
<li class=" tsd-kind-class">
11571163
<a href="gattservice.html" class="tsd-kind-icon">Gatt<wbr>Service</a>
11581164
</li>
@@ -1210,6 +1216,10 @@ <h2>Legend</h2>
12101216
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
12111217
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
12121218
</ul>
1219+
<ul class="tsd-legend">
1220+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
1221+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
1222+
</ul>
12131223
<ul class="tsd-legend">
12141224
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
12151225
</ul>

0 commit comments

Comments
 (0)