Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
v1.1.0 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart authored Sep 22, 2016
1 parent 0c3cab6 commit c01aae2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ParseLiveQUery-iOS-OSX Changelog

# 1.1.0

- Breaking change: Swift 3 support
- Breaking change: OSX deployment target to 10.10
- New: Carthage support, thanks to [Florent Vilmart](https://github.com/flovilmart)
- New: Supports PFGeoPoints, thanks to [Nikita Lutsenko](https://github.com/nlutsenko)
- Fix: Deduplicates subscription requests, thanks to [Nathan Kellert](https://github.com/noobs2ninjas)
- New: Support for wss, thanks to [@kajensen](https://github.com/kajensen)
- Fix: Properly deliver events back to obj-c, thanks to [Richard Ross](https://github.com/richardjrossiii)

2 changes: 1 addition & 1 deletion ParseLiveQuery.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ParseLiveQuery'
s.version = '1.0.1'
s.version = '1.1.0'
s.license = { :type => 'BSD' }
s.summary = 'Allows for subscriptions to queries in conjunction with parse-server.'
s.homepage = 'https://github.com/ParsePlatform/parse-server'
Expand Down

0 comments on commit c01aae2

Please sign in to comment.