Skip to content

Commit 21e5b13

Browse files
author
Marco Crespi
committed
chore(release): 6.0.0
1 parent 75c790c commit 21e5b13

24 files changed

+266
-248
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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+
## [6.0.0](https://github.com/modum-io/modblue/compare/v5.2.2...v6.0.0) (2021-03-05)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- hci or dbus dependency must be included manually
10+
11+
### Bug Fixes
12+
13+
- Change typescript target ([09e7502](https://github.com/modum-io/modblue/commit/09e7502a833451e49371ff61067d8f5beee02739))
14+
- Project structure ([4c3c12b](https://github.com/modum-io/modblue/commit/4c3c12bdd5cfeb8b252ddfbfe4a33d23140f7ea0))
15+
- Remove subprojects ([af20da9](https://github.com/modum-io/modblue/commit/af20da991f6ede3117bed0f770f16ad029e39318))
16+
- **hci:** Fix acl packet counting issues ([7422855](https://github.com/modum-io/modblue/commit/74228551c1a3b43482809b2a41ba8d1227d12ace))
17+
- **hci:** Fix descriptors & notify events ([52d64ec](https://github.com/modum-io/modblue/commit/52d64ec39ed079a2082360f74bdea11d099e206f))
18+
- **hci:** Fix notifications ([55e7860](https://github.com/modum-io/modblue/commit/55e7860319d5f746f5fddddd1ee032a7ee9c395d))
19+
- **hci:** Limit acl queue processing ([973d148](https://github.com/modum-io/modblue/commit/973d148508c5f7cdf4cf28dbed5a6ded67d5c30c))
20+
- Make hci and dbus peer dependencies ([0fc88be](https://github.com/modum-io/modblue/commit/0fc88becf4e7a96210d2419435f7456e05abc091))
21+
- Update readme to reflect module changes ([24b7331](https://github.com/modum-io/modblue/commit/24b73311f39f2609cf7251692c992da4a7667726))
22+
523
### [5.2.2](https://github.com/modum-io/modblue/compare/v5.2.1...v5.2.2) (2021-02-22)
624

725
### Bug Fixes

docs/classes/adapter.html

Lines changed: 22 additions & 22 deletions
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 - v5.2.2</title>
7-
<meta name="description" content="Documentation for @modum-io/modblue - v5.2.2">
6+
<title>Adapter | @modum-io/modblue - v6.0.0</title>
7+
<meta name="description" content="Documentation for @modum-io/modblue - v6.0.0">
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 - v5.2.2</a>
26+
<a href="../index.html" class="title">@modum-io/modblue - v6.0.0</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 - v5.2.2</a>
55+
<a href="../modules.html">@modum-io/modblue - v6.0.0</a>
5656
</li>
5757
<li>
5858
<a href="adapter.html">Adapter</a>
@@ -151,7 +151,7 @@ <h3>constructor</h3>
151151
<li class="tsd-description">
152152
<aside class="tsd-sources">
153153
<ul>
154-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/9b61eb3/src/models/Adapter.ts#L49">src/models/Adapter.ts:49</a></li>
154+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/Adapter.ts#L49">src/models/Adapter.ts:49</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/9b61eb3/src/models/Adapter.ts#L25">src/models/Adapter.ts:25</a></li>
185+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/Adapter.ts#L25">src/models/Adapter.ts:25</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/9b61eb3/src/models/Adapter.ts#L20">src/models/Adapter.ts:20</a></li>
200+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/Adapter.ts#L20">src/models/Adapter.ts:20</a></li>
201201
</ul>
202202
</aside>
203203
<div class="tsd-comment tsd-typography">
@@ -229,7 +229,7 @@ <h3>address</h3>
229229
<li class="tsd-description">
230230
<aside class="tsd-sources">
231231
<ul>
232-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/9b61eb3/src/models/Adapter.ts#L47">src/models/Adapter.ts:47</a></li>
232+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/Adapter.ts#L47">src/models/Adapter.ts:47</a></li>
233233
</ul>
234234
</aside>
235235
<div class="tsd-comment tsd-typography">
@@ -251,7 +251,7 @@ <h3>address<wbr>Type</h3>
251251
<li class="tsd-description">
252252
<aside class="tsd-sources">
253253
<ul>
254-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/9b61eb3/src/models/Adapter.ts#L39">src/models/Adapter.ts:39</a></li>
254+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/Adapter.ts#L39">src/models/Adapter.ts:39</a></li>
255255
</ul>
256256
</aside>
257257
<div class="tsd-comment tsd-typography">
@@ -273,7 +273,7 @@ <h3>name</h3>
273273
<li class="tsd-description">
274274
<aside class="tsd-sources">
275275
<ul>
276-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/9b61eb3/src/models/Adapter.ts#L31">src/models/Adapter.ts:31</a></li>
276+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/Adapter.ts#L31">src/models/Adapter.ts:31</a></li>
277277
</ul>
278278
</aside>
279279
<div class="tsd-comment tsd-typography">
@@ -298,7 +298,7 @@ <h3>[custom]</h3>
298298
<li class="tsd-description">
299299
<aside class="tsd-sources">
300300
<ul>
301-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/9b61eb3/src/models/Adapter.ts#L161">src/models/Adapter.ts:161</a></li>
301+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/Adapter.ts#L161">src/models/Adapter.ts:161</a></li>
302302
</ul>
303303
</aside>
304304
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -428,7 +428,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> get<wbr>Scanned<wbr>P
428428
<li class="tsd-description">
429429
<aside class="tsd-sources">
430430
<ul>
431-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/9b61eb3/src/models/Adapter.ts#L125">src/models/Adapter.ts:125</a></li>
431+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/Adapter.ts#L125">src/models/Adapter.ts:125</a></li>
432432
</ul>
433433
</aside>
434434
<div class="tsd-comment tsd-typography">
@@ -450,7 +450,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> is<wbr>Advertising</h
450450
<li class="tsd-description">
451451
<aside class="tsd-sources">
452452
<ul>
453-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/9b61eb3/src/models/Adapter.ts#L130">src/models/Adapter.ts:130</a></li>
453+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/Adapter.ts#L130">src/models/Adapter.ts:130</a></li>
454454
</ul>
455455
</aside>
456456
<div class="tsd-comment tsd-typography">
@@ -472,7 +472,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> is<wbr>Scanning</h3>
472472
<li class="tsd-description">
473473
<aside class="tsd-sources">
474474
<ul>
475-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/9b61eb3/src/models/Adapter.ts#L108">src/models/Adapter.ts:108</a></li>
475+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/Adapter.ts#L108">src/models/Adapter.ts:108</a></li>
476476
</ul>
477477
</aside>
478478
<div class="tsd-comment tsd-typography">
@@ -790,7 +790,7 @@ <h3>scan<wbr>For</h3>
790790
<li class="tsd-description">
791791
<aside class="tsd-sources">
792792
<ul>
793-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/9b61eb3/src/models/Adapter.ts#L67">src/models/Adapter.ts:67</a></li>
793+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/Adapter.ts#L67">src/models/Adapter.ts:67</a></li>
794794
</ul>
795795
</aside>
796796
<div class="tsd-comment tsd-typography">
@@ -875,7 +875,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> setup<wbr>Gatt</h3>
875875
<li class="tsd-description">
876876
<aside class="tsd-sources">
877877
<ul>
878-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/9b61eb3/src/models/Adapter.ts#L147">src/models/Adapter.ts:147</a></li>
878+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/Adapter.ts#L147">src/models/Adapter.ts:147</a></li>
879879
</ul>
880880
</aside>
881881
<div class="tsd-comment tsd-typography">
@@ -906,7 +906,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> start<wbr>Advertising
906906
<li class="tsd-description">
907907
<aside class="tsd-sources">
908908
<ul>
909-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/9b61eb3/src/models/Adapter.ts#L137">src/models/Adapter.ts:137</a></li>
909+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/Adapter.ts#L137">src/models/Adapter.ts:137</a></li>
910910
</ul>
911911
</aside>
912912
<div class="tsd-comment tsd-typography">
@@ -943,7 +943,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> start<wbr>Scanning</h
943943
<li class="tsd-description">
944944
<aside class="tsd-sources">
945945
<ul>
946-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/9b61eb3/src/models/Adapter.ts#L116">src/models/Adapter.ts:116</a></li>
946+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/Adapter.ts#L116">src/models/Adapter.ts:116</a></li>
947947
</ul>
948948
</aside>
949949
<div class="tsd-comment tsd-typography">
@@ -981,7 +981,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> stop<wbr>Advertising<
981981
<li class="tsd-description">
982982
<aside class="tsd-sources">
983983
<ul>
984-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/9b61eb3/src/models/Adapter.ts#L141">src/models/Adapter.ts:141</a></li>
984+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/Adapter.ts#L141">src/models/Adapter.ts:141</a></li>
985985
</ul>
986986
</aside>
987987
<div class="tsd-comment tsd-typography">
@@ -1003,7 +1003,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> stop<wbr>Scanning</h3
10031003
<li class="tsd-description">
10041004
<aside class="tsd-sources">
10051005
<ul>
1006-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/9b61eb3/src/models/Adapter.ts#L120">src/models/Adapter.ts:120</a></li>
1006+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/Adapter.ts#L120">src/models/Adapter.ts:120</a></li>
10071007
</ul>
10081008
</aside>
10091009
<div class="tsd-comment tsd-typography">
@@ -1025,7 +1025,7 @@ <h3>toJSON</h3>
10251025
<li class="tsd-description">
10261026
<aside class="tsd-sources">
10271027
<ul>
1028-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/9b61eb3/src/models/Adapter.ts#L153">src/models/Adapter.ts:153</a></li>
1028+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/Adapter.ts#L153">src/models/Adapter.ts:153</a></li>
10291029
</ul>
10301030
</aside>
10311031
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">{ </span>address<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></h4>
@@ -1053,7 +1053,7 @@ <h3>to<wbr>String</h3>
10531053
<li class="tsd-description">
10541054
<aside class="tsd-sources">
10551055
<ul>
1056-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/9b61eb3/src/models/Adapter.ts#L149">src/models/Adapter.ts:149</a></li>
1056+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/Adapter.ts#L149">src/models/Adapter.ts:149</a></li>
10571057
</ul>
10581058
</aside>
10591059
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>

docs/classes/gatt.html

Lines changed: 7 additions & 7 deletions
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>Gatt | @modum-io/modblue - v5.2.2</title>
7-
<meta name="description" content="Documentation for @modum-io/modblue - v5.2.2">
6+
<title>Gatt | @modum-io/modblue - v6.0.0</title>
7+
<meta name="description" content="Documentation for @modum-io/modblue - v6.0.0">
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 - v5.2.2</a>
26+
<a href="../index.html" class="title">@modum-io/modblue - v6.0.0</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 - v5.2.2</a>
55+
<a href="../modules.html">@modum-io/modblue - v6.0.0</a>
5656
</li>
5757
<li>
5858
<a href="gatt.html">Gatt</a>
@@ -138,7 +138,7 @@ <h3>[custom]</h3>
138138
<li class="tsd-description">
139139
<aside class="tsd-sources">
140140
<ul>
141-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/9b61eb3/src/models/gatt/Gatt.ts#L15">src/models/gatt/Gatt.ts:15</a></li>
141+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/gatt/Gatt.ts#L15">src/models/gatt/Gatt.ts:15</a></li>
142142
</ul>
143143
</aside>
144144
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -164,7 +164,7 @@ <h3>toJSON</h3>
164164
<li class="tsd-description">
165165
<aside class="tsd-sources">
166166
<ul>
167-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/9b61eb3/src/models/gatt/Gatt.ts#L11">src/models/gatt/Gatt.ts:11</a></li>
167+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/gatt/Gatt.ts#L11">src/models/gatt/Gatt.ts:11</a></li>
168168
</ul>
169169
</aside>
170170
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">{}</span></h4>
@@ -183,7 +183,7 @@ <h3>to<wbr>String</h3>
183183
<li class="tsd-description">
184184
<aside class="tsd-sources">
185185
<ul>
186-
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/9b61eb3/src/models/gatt/Gatt.ts#L7">src/models/gatt/Gatt.ts:7</a></li>
186+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/75c790c/src/models/gatt/Gatt.ts#L7">src/models/gatt/Gatt.ts:7</a></li>
187187
</ul>
188188
</aside>
189189
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>

0 commit comments

Comments
 (0)