Skip to content

Commit e3255f0

Browse files
author
Marco Crespi
committed
chore(release): 10.0.0
1 parent 405b266 commit e3255f0

20 files changed

+238
-196
lines changed

CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,48 @@
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+
## [10.0.0](https://github.com/modum-io/modblue/compare/v9.0.0...v10.0.0) (2021-04-21)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- **peripheral:** Changes advertisement data format
10+
11+
### Features
12+
13+
- Add prebuild support ([811907b](https://github.com/modum-io/modblue/commit/811907b1c7c781478bb7bb34566934d0df215bf9))
14+
- Improve adapter names ([0c96325](https://github.com/modum-io/modblue/commit/0c9632564575af6cc67865c73712b10dce3dd01d))
15+
- **win:** Add first windows version [WIP] ([ccaa703](https://github.com/modum-io/modblue/commit/ccaa70374715d6f8f64ed88ac8b278917d54f065))
16+
- Add mac bindings [WIP] ([ae9ac95](https://github.com/modum-io/modblue/commit/ae9ac9518baddd9aed3c29c689d0fc015e7adbb8))
17+
- Improve mac bindings ([f18e577](https://github.com/modum-io/modblue/commit/f18e5771de8a5f3d5433d6dbbab2776cb23b270d))
18+
19+
### Bug Fixes
20+
21+
- **dbus:** Fix advertisement data ([23c9ace](https://github.com/modum-io/modblue/commit/23c9acee55a9cdafc8558e42ada3744030fcf159))
22+
- **dbus:** Implement notifications ([3f32190](https://github.com/modum-io/modblue/commit/3f321907bd3705d3a43cdba5c93b1e1d622b14d7))
23+
- **hci:** Fix adapter id issues ([9941aa3](https://github.com/modum-io/modblue/commit/9941aa3fe5cec10fc0f5d0b22b408f437c420562))
24+
- **hci:** Fix hci usb issues ([6b986c0](https://github.com/modum-io/modblue/commit/6b986c0eb06e31f2e161988d85f494927004a47b))
25+
- **hci:** Fix missing device id ([7589641](https://github.com/modum-io/modblue/commit/7589641e6d67f24bcc081b1365184e41748408ef))
26+
- **mac:** Fix binding typo ([668803b](https://github.com/modum-io/modblue/commit/668803b78cc549f54075a7ae14d2e10006d3e5e1))
27+
- **mac:** Fix loading bindings ([1e53c79](https://github.com/modum-io/modblue/commit/1e53c794fa4417069c66eed14fa267f9f33972b6))
28+
- **mac:** Remove build files ([a4d6026](https://github.com/modum-io/modblue/commit/a4d6026b46aa7dfdbf2d0d392a0e2f7bb95b252d))
29+
- **mac:** Use dynamic loading ([79e2526](https://github.com/modum-io/modblue/commit/79e2526f424d114ef2e2e139d28ee8bcc676a4dd))
30+
- **peripheral:** Unify manufacturer data ([189b9af](https://github.com/modum-io/modblue/commit/189b9af44877e09909f3af37dc2d86964b7918ba))
31+
- **win:** Fix ([c2cb7bb](https://github.com/modum-io/modblue/commit/c2cb7bb809d639cd64bd81abcfc2a537ef437db4))
32+
- **win:** Fix import paths ([2f74aa0](https://github.com/modum-io/modblue/commit/2f74aa0ed6daa1ad0c1c7b5890b34ac1d3ba7893))
33+
- **win:** Fix missing global object ([801a01b](https://github.com/modum-io/modblue/commit/801a01b69f9c2a0a410c27277d4966fb9da77f01))
34+
- **win:** Improve adapter handling ([9a77a6a](https://github.com/modum-io/modblue/commit/9a77a6ae082780261a7a36cff2a43c5922600372))
35+
- **win:** Propagate errors ([6885c0f](https://github.com/modum-io/modblue/commit/6885c0f63f14d2b571bbd157a0776590bc7d59eb))
36+
- **win:** Remove package files for nan import ([e782dbc](https://github.com/modum-io/modblue/commit/e782dbcb22e58512c7d6a4ac98192b3ac1a5d08e))
37+
- **win:** Shorten file paths ([04727d4](https://github.com/modum-io/modblue/commit/04727d4114e90b505be0be70ed98983720f005d0))
38+
- **win:** Try fixing missing imports ([24eeb95](https://github.com/modum-io/modblue/commit/24eeb956940514c5cf192efd11e321a0718fbef5))
39+
- rework import paths ([4a3ce4c](https://github.com/modum-io/modblue/commit/4a3ce4c99898d870ea4fdef1ad79c0b910bc37ff))
40+
- **win:** Try to fix win loading issues ([03f06b7](https://github.com/modum-io/modblue/commit/03f06b72eeeed59ad447e749eb80ec4be86a4a58))
41+
- Convert js to ts ([da757a3](https://github.com/modum-io/modblue/commit/da757a39cfa86503092e583fc53bbc5f541bbf02))
42+
- **win:** Try fixing nan ([c9a5de0](https://github.com/modum-io/modblue/commit/c9a5de08733e1bf128fa4d19f2e4cef0160bf7bc))
43+
- **win:** Try relative nan path ([e374894](https://github.com/modum-io/modblue/commit/e374894e97fec840918644be6eed29bb793d99fe))
44+
- Fix mac bindings ([2819426](https://github.com/modum-io/modblue/commit/2819426d675dcbdfe9a6644f338feb6ce4abc677))
45+
- Make peers optional ([15abacc](https://github.com/modum-io/modblue/commit/15abacca6fc589e0882d5b56036b7a49f3d1859e))
46+
547
## [9.0.0](https://github.com/modum-io/modblue/compare/v8.0.1...v9.0.0) (2021-04-08)
648

749
### ⚠ 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

+23-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 - v9.0.0</title>
7-
<meta name="description" content="Documentation for @modum-io/modblue - v9.0.0">
6+
<title>Adapter | @modum-io/modblue - v10.0.0</title>
7+
<meta name="description" content="Documentation for @modum-io/modblue - v10.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 - v9.0.0</a>
26+
<a href="../index.html" class="title">@modum-io/modblue - v10.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 - v9.0.0</a>
55+
<a href="../modules.html">@modum-io/modblue - v10.0.0</a>
5656
</li>
5757
<li>
5858
<a href="adapter.html">Adapter</a>
@@ -144,14 +144,14 @@ <h2>Constructors</h2>
144144
<a name="constructor" class="tsd-anchor"></a>
145145
<h3>constructor</h3>
146146
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
147-
<li class="tsd-signature tsd-kind-icon">new <wbr>Adapter<span class="tsd-signature-symbol">(</span>modblue<span class="tsd-signature-symbol">: </span><a href="modblue.html" class="tsd-signature-type" data-tsd-kind="Class">MODblue</a>, id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, name<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, address<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="adapter.html" class="tsd-signature-type" data-tsd-kind="Class">Adapter</a></li>
147+
<li class="tsd-signature tsd-kind-icon">new <wbr>Adapter<span class="tsd-signature-symbol">(</span>modblue<span class="tsd-signature-symbol">: </span><a href="modblue.html" class="tsd-signature-type" data-tsd-kind="Class">MODblue</a>, id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, address<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="adapter.html" class="tsd-signature-type" data-tsd-kind="Class">Adapter</a></li>
148148
</ul>
149149
<ul class="tsd-descriptions">
150150
<li class="tsd-description">
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/8de9b52/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/405b266/src/models/Adapter.ts#L50">src/models/Adapter.ts:50</a></li>
155155
</ul>
156156
</aside>
157157
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -163,7 +163,7 @@ <h5>modblue: <a href="modblue.html" class="tsd-signature-type" data-tsd-kind="Cl
163163
<h5>id: <span class="tsd-signature-type">string</span></h5>
164164
</li>
165165
<li>
166-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> name: <span class="tsd-signature-type">string</span></h5>
166+
<h5>name: <span class="tsd-signature-type">string</span></h5>
167167
</li>
168168
<li>
169169
<h5><span class="tsd-flag ts-flagOptional">Optional</span> address: <span class="tsd-signature-type">string</span></h5>
@@ -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/8de9b52/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/405b266/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/8de9b52/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/405b266/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/8de9b52/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/405b266/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/8de9b52/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/405b266/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/8de9b52/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/405b266/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/8de9b52/src/models/Adapter.ts#L140">src/models/Adapter.ts:140</a></li>
410+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/405b266/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/8de9b52/src/models/Adapter.ts#L145">src/models/Adapter.ts:145</a></li>
432+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/405b266/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/8de9b52/src/models/Adapter.ts#L123">src/models/Adapter.ts:123</a></li>
454+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/405b266/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/8de9b52/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/405b266/src/models/Adapter.ts#L68">src/models/Adapter.ts:68</a></li>
783783
</ul>
784784
</aside>
785785
<div class="tsd-comment tsd-typography">
@@ -847,7 +847,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> setup<wbr>Gatt</h3>
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/8de9b52/src/models/Adapter.ts#L162">src/models/Adapter.ts:162</a></li>
850+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/405b266/src/models/Adapter.ts#L162">src/models/Adapter.ts:162</a></li>
851851
</ul>
852852
</aside>
853853
<div class="tsd-comment tsd-typography">
@@ -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/8de9b52/src/models/Adapter.ts#L152">src/models/Adapter.ts:152</a></li>
881+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/405b266/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/8de9b52/src/models/Adapter.ts#L131">src/models/Adapter.ts:131</a></li>
918+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/405b266/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/8de9b52/src/models/Adapter.ts#L156">src/models/Adapter.ts:156</a></li>
956+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/405b266/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/8de9b52/src/models/Adapter.ts#L135">src/models/Adapter.ts:135</a></li>
978+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/405b266/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/8de9b52/src/models/Adapter.ts#L168">src/models/Adapter.ts:168</a></li>
1000+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/405b266/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/8de9b52/src/models/Adapter.ts#L164">src/models/Adapter.ts:164</a></li>
1017+
<li>Defined in <a href="https://github.com/modum-io/modblue/blob/405b266/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>

0 commit comments

Comments
 (0)