Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.04 KB

File metadata and controls

23 lines (16 loc) · 1.04 KB

ParseLiveQuery-iOS-OSX Changelog

2.0.0

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