Skip to content

Commit c894278

Browse files
author
Marco Crespi
committed
chore(release): 1.0.0
1 parent f61495c commit c894278

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
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+
## [1.0.0](https://github.com/modum-io/modblue/compare/v0.1.0...v1.0.0) (2020-11-04)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- Change base class names
10+
- Rework library structure
11+
- Changed class names
12+
- Added gat object
13+
14+
### Features
15+
16+
- Rename binding classes ([0f3ba2d](https://github.com/modum-io/modblue/commit/0f3ba2d83127b353fba4c3f585910dd8d03eccfd))
17+
- **hci:** Start reworking hci ([4e627e9](https://github.com/modum-io/modblue/commit/4e627e9e3b24a2d9a5fd1357cfdfbc57b59aa2a0))
18+
- Add bleno functionality ([1ce7278](https://github.com/modum-io/modblue/commit/1ce7278ab2b44c11fe69b766af6141fa0073e53d))
19+
- Implement advertising ([eab0c61](https://github.com/modum-io/modblue/commit/eab0c61abe8c37c9af9a2fbf216e2e14d1f12b2d))
20+
- Major rework ([560b2c5](https://github.com/modum-io/modblue/commit/560b2c5dc1cdb83a21b84c2977bdb533e563b761))
21+
- Major structural rework ([25de9f3](https://github.com/modum-io/modblue/commit/25de9f3ce94fa269fdb713b04761767aef4e630a))
22+
23+
### Bug Fixes
24+
25+
- Remove console logs ([f61495c](https://github.com/modum-io/modblue/commit/f61495cd51304a33b5ab80163fe8a0579aa448ef))
26+
- **peripheral:** Fix discovering services ([098bb3f](https://github.com/modum-io/modblue/commit/098bb3fa0d180f72d7c48401faa5e008880609ee))
27+
- Fix gatt issues [WIP] ([14f23c5](https://github.com/modum-io/modblue/commit/14f23c5c2f268b767d0773394540f1df9cc1ef0e))
28+
- Fix some connection issues [WIP] ([378c305](https://github.com/modum-io/modblue/commit/378c3056938029dede02c53218a45803a1d17fb2))
29+
- Stop advertising before configuring ([41b8172](https://github.com/modum-io/modblue/commit/41b8172e0230bfd56ca382d57c4312cc6bfa329f))
30+
- **gatt:** Fix order of handles ([b5e2665](https://github.com/modum-io/modblue/commit/b5e26658168c431de935da1c95c17ae872486fb1))
31+
- **hci:** Don't use deprecated Buffer constructor ([812dbb8](https://github.com/modum-io/modblue/commit/812dbb8647fedfe668a92af54c5a199912b479b7))
32+
- **hci:** Fix invalid states not ending init ([be847bf](https://github.com/modum-io/modblue/commit/be847bf71cd8a9f16468f3ff07b3626255a74d50))
33+
- **hci:** Start handling incoming connection [WIP] ([9c3e7b8](https://github.com/modum-io/modblue/commit/9c3e7b896a516fceb141a2a3ce2911a51498a541))
34+
535
## [0.1.0](https://github.com/modum-io/noble2/compare/v0.0.3...v0.1.0) (2020-11-03)
636

737
### ⚠ BREAKING CHANGES

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modum/modblue",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "BLE module using dbus or hci.",
55
"homepage": "https://github.com/modum-io/modblue#modblue",
66
"bugs": {

0 commit comments

Comments
 (0)