You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+
## [0.2.0] - 2025-03-07
9
+
10
+
### Added
11
+
- New documentation in `Sources/AsyncCoreBluetooth/AsyncCoreBluetooth.docc` ([2fea786](https://github.com/meech-ward/AsyncCoreBluetooth/commit/2fea7860a82112ca6fa8afa2b130239674761c81))
12
+
13
+
### Changed
14
+
- Make sure all characteristic continuations are canceled on peripheral disconnect
15
+
- Make sure notifications can't be enabled or disabled if they are already in that state
16
+
- Make data for read and notify not optional ([78629a6](https://github.com/meech-ward/AsyncCoreBluetooth/commit/78629a694a84165df5959ff916ea564c86bfdfd4))
17
+
- Make sure a new peripheral actor is created for each new peripheral instance
18
+
19
+
### Fixed
20
+
- Remove nonisolated lazy property from Peripheral actor
0 commit comments