This will be the final release for Swift 4.2
- Fix #190 thanks to rostopira
- Bumps Parse SDK to 1.17.1
- Bumps Starscream to 3.0.5
- Fixed issue where no "where" property sent when no constraints where added to a query. This is required by the LiveQuery protocol.
- Support for .or queries. Fixes #156, #47, and #85. Allows orQuery to be encoded without throwing. Thanks to dblythy
- Added @objc to compile with objective-c . Thanks to Junya Yamaguchi (#184)
- Encode Date object with __type: Date. Thanks to anafang #186
- Bumps Bolts-Swift to 1.4.0
- Bumps Swift version to 4.2
- Bumps Parse SDK to 1.17.0
- Bumps cocoapods to 1.4.0
- Set Swift version to 3.2
- Bumps Parse SDK to 1.16.0
- Bumps Starscream to 3.0.4
- Fixes warnings in Swift 4
- Bumps Parse SDK to 1.15.4 and Bolts to 1.9.0, thanks to marcgovi
- Updates logging strategy for websockets, thanks to Joe Szymanski
- Ensures unsubscribed queries are removed from subscriptions list, thanks to Joe Szymanski
- Do not attempt to reconnect if a connection is already in progress, thanks to Joe Szymanski
- Adds ability to set the clientKey on the connect message, thanks to bryandel
- Adds ability to silence the logs, thanks to ananfang
- Ensures that
wss
URL's are properly handled, thanks to Joe Szymanski
- Full carthage support, thanks to David Starke
Deprecates usage of SocketRocket in favour of Starscream
- Adds support for sessionToken and user authentication, thanks to Andrew Gordeev
- Adds support for tvOS, thanks to Kurt (kajensen)
- Adds support for updating subscription, thanks to Florent Vilmart
- Fixes for object decoding
- Breaking change: Swift 3 support
- Breaking change: OSX deployment target to 10.10
- New: Carthage support, thanks to Florent Vilmart
- New: Supports PFGeoPoints, thanks to Nikita Lutsenko
- Fix: Deduplicates subscription requests, thanks to Nathan Kellert
- New: Support for wss, thanks to @kajensen
- Fix: Properly deliver events back to obj-c, thanks to Richard Ross