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.2.3
:zap: Relase 2.2.3 (#144) * :zap: Release 2.2.3 * Fixes swift demo project
2.2.0
Bumps parse dependency to 1.15
View build details and download artifacts on buddybuild:
ParseLiveQuery (iOS, ParseLiveQuery-iOS)
2.0.0
- 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
1.1.0
- 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