- Add missing WebSocketEvent cases (#250), thanks to tmg-mlyons.
- Move Event outside of ObjCCompat to work around a compiler issue (#245), thanks to Frédéric Maquin.
- Allows for nested inQuery and orQuery (#240), thanks to Jonathan Lott.
- Bump Starscream dependency to >= 4.0.4 (#236), thanks to Corey Baker.
- Bump Parse SDK to v.1.19.1 (#236), thanks to Corey Baker.
- Minimum support due to Xcode 12 and dependencies (iOS 9) (#236), thanks to Corey Baker.
- Add watchOS and tvOS support (#235), thanks to Corey Baker
- Add caching to CI for faster builds (#235), thanks to Corey Baker
- Update project and podspecs with respect to dependencies (#235), thanks to Corey Baker
- Update jazzy docs to newer version (#235), thanks to Corey Baker
- Minimum support due to dependencies (iOS 8, macOS 10.10, tvOS 10, watchOS 2.0) (#235), thanks to Corey Baker
-
Bump Parse SDK to v1.18.0 (#226), thanks to Nathan Kellert.
-
Remove Bolts-ObjC as dependency (#223), thanks to Joe Szymanski.
- Build compatibility with Xcode 11 and iOS 13 (#210), thanks to Nathan Kellert & Darren Black.
- Bump Parse SDK to v1.17.3 (#210), thanks to Nathan Kellert & Darren Black.
- Moves to Swift 5 (#210), thanks to Nathan Kellert & Darren Black.
- Bump Bolts-Swift dependency to v1.5.0 (#210), thanks to Nathan Kellert & Darren Black.
- Properly encode Array of GeoPoints (#208), thanks to Diamond Lewis.
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 (#184), thanks to Junya Yamaguchi.
- Encode Date object with __type: Date (#186), thanks to anafang.
- 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.