LittleBlueTooth Versions Save

A simple library that helps you in connecting with BLE devices

0.8.0

1 year ago

What's Changed

Full Changelog: https://github.com/DrAma999/LittleBlueTooth/compare/0.7.3...0.8.0### ###

0.7.3

1 year ago

Commits

  • 6e433d2: Changed Xcode version (Andrea Finollo)
  • 7cd6d53: Update swift2.yml (Andrea Finollo)
  • 2cbf476: Update swift2.yml (Andrea Finollo)
  • e816f6b: Update swift.yml (Andrea Finollo)
  • c115d1a: Update swift2.yml (Andrea Finollo)

0.7.2

2 years ago

Commits

  • d177643: Update README.md (Andrea Finollo)
  • 02f08a3: Update swift3.yml (Andrea Finollo)
  • 902a801: Merge branch 'master' into develop (Andrea) #38
  • 9dcb0b3: Removed swift flag for service as optionale (Andrea) #37
  • 19d62c4: Removed old test (Andrea) #37
  • 64e36a5: Update swift2.yml (Andrea Finollo)

0.7.1

2 years ago
  • Conditional compiling for swift 5.5: CBCharacteristic service property has been modified from unowned to weak
  • Updated Swift Package Manager version
  • Excluding plist from SPM manifest
  • Updated Nordic CoreMock library
  • Updated to Xcode 13
  • Fix crash when passing more than 2 arguments to the logger thx @rolandhordos

0.6.9

3 years ago

Commits

  • [77a7885]: Update swift3.yml (Andrea Finollo)
  • [b696ce4]: Fixing logging for varidic argument (Andrea) #24
  • [f44a90c]: Combine fixes (Andrea) #24
  • [d4db1c5]: Fixed tests (Andrea) #24
  • [4e73f41]: Merge branch 'feature/fixingLog' into develop (Andrea) #24

0.6.8

3 years ago

Commits

  • [b5182b5]: Update swift.yml (Andrea Finollo) #19
  • [ccc2140]: gitflow-feature-stash: improving_docs_jazzy (Andrea) #19
  • [ef551f7]: Merge branch 'master' into feature/improving_docs_jazzy (Andrea) #19
  • [f711d90]: Auto stash before merge of "feature/improving_docs_jazzy" and "master" (Andrea) #19
  • [48fffb0]: Added more documentation to feed jazzy (Andrea) #19
  • [713a90f]: Updated jazzy conf file (Andrea) #19
  • [a37d8c7]: Bumpep version to 0.6.8 (Andrea) #21
  • [5a44815]: Merge branch 'feature/improving_docs_jazzy' into develop (Andrea) #21

0.6.7

3 years ago

Commits

  • [a93ac11]: Fixed upload articfact (Andrea)

0.6.3

3 years ago

0.6.2

3 years ago

Improved logging, now all combine print operator are disabled by default

0.6.1

3 years ago

swift 5.3.1 support