Skip to content

1.8.0

Compare
Choose a tag to compare
@armadsen armadsen released this 14 Apr 01:21
· 192 commits to master since this release

Version 1.8.0 is a semi-major update to ORSSerialPort. It includes enhancements including new API, better Swift support, and additional example code.

For Objective-C projects, it should be fully API compatible with previous releases, requiring no code changes on the part of the end user. However, new warnings may be emitted for certain improper uses of ORSSerialPort API.

Important note: Due the addition of nullability annotations, existing Swift code which uses ORSSerialPort may need to be updated when updating to 1.8.0. These updates should be quite minor, and the compiler should do a good job of reporting what needs to be changed.

Changes include:

  • Support for non-standard baud rates (see #49 and #45)
  • Nullability annotations for better Swift interoperability (see #42)
  • Swift version of CommandLineDemo app.

Complete changes can be viewed here.