-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 0.13.0 #63
Merged
Version 0.13.0 #63
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…_subdata Fix incorrect range issue when writing data with size less than mtu - 3
With the iOS 15, Apple now made some Attributes Optional rather than Strong, so we have to account for that without breaking developers that haven't updated to the new SDK yet. This change works for both Xcode 12 and 13, and doesn't require the use of #if available() calls.
Fix for Xcode 13 SDK without breaking previous versions
…erties weak Changes suggested by Filip.
Keeping in line with the iOS 15 SDK changes, we've made multiple properties weak
Migration to Xcode 13 beta 4
Connection API fixed: default parameters added, as in native
Support for authorization added
Simulating value updates consecutively causes values to be dropped and duplicate value updates because the value is not captured by the dispatched block.
Fix race condition in notifyValueChanged for characteristic
…ng-cbm-central-manager Allowing extending CBMCentralManager
…pherals Allowing retrieving peripherals with identifiers
Mutliple bugs fixed
Ensuring peripheral state before reporting disconnection
…ice-instances Support for duplicate services
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note: This version introduces some breaking changes. See release notes for details.
Version 0.13.0 contains the following new features:
Changes related to Xcode 13 beta:
Bugs fixed: