This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
Releases: parse-community/ParseLiveQuery-iOS-OSX
Releases · parse-community/ParseLiveQuery-iOS-OSX
2.8.1
- 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.
2.8.0
- 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.
2.7.3
- 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
2.7.2
2.7.1
-
Bump Parse SDK to v1.18.0 (#226), thanks to Nathan Kellert
-
Remove Bolts-ObjC as dependency (#223), thanks to Joe Szymanski
2.7.0
- 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
2.6.1
2.6.0
- Fixed issue where no "where" property sent when no constraints where added to a query; this is required by the LiveQuery protocol, thanks to Nathan Kellert
- 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
2.5.0
upgrade CocoaPods to 1.5.3 (#180)
2.3.0
2.3.0
- Bumps Parse SDK to 1.16.0
- Bumps Starscream to 3.0.4
- Fixes warnings in Swift 4