File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77## [ Unreleased]
88### Changed
99
10+ ## [ 0.8.0] - 2019-01-11
11+ ### Added
12+ - XCGLogger, and APIs for logging to a file and monitoring log file changes
13+ - Dittojay demo app as a virtual Bluetooth LE heart rate sensor
14+ - Also allows testing background state restoration
15+
16+ ### Changed
17+ - Migrate to Swift 4.2
18+ - Dropped support for iOS 9
19+ - Removed outdated or soon-to-be-replaced demo projects and documentation
20+ - Redo, clean up, and improve Bluejay demo app to work with Dittojay demo.
21+ - Restrict public access to ` Peripheral `
22+
23+ ### Fixed
24+ - Background and listen restoration callbacks
25+ - Multiple listen crash by allowing trapping or replacing an existing listen
26+ - Order of queueing when discovering services and characteristics
27+ - Thread-related crashes by adding main thread safety checks to important Bluejay API calls
28+
1029## [ 0.7.1] - 2018-12-06
1130- Add SwiftLint
1231- Add custom SwiftLint yaml with minor alterations
You can’t perform that action at this time.
0 commit comments