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

Commit c01aae2

Browse files
authored
v1.1.0 (#71)
1 parent 0c3cab6 commit c01aae2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# ParseLiveQUery-iOS-OSX Changelog
2+
3+
# 1.1.0
4+
5+
- Breaking change: Swift 3 support
6+
- Breaking change: OSX deployment target to 10.10
7+
- New: Carthage support, thanks to [Florent Vilmart](https://github.com/flovilmart)
8+
- New: Supports PFGeoPoints, thanks to [Nikita Lutsenko](https://github.com/nlutsenko)
9+
- Fix: Deduplicates subscription requests, thanks to [Nathan Kellert](https://github.com/noobs2ninjas)
10+
- New: Support for wss, thanks to [@kajensen](https://github.com/kajensen)
11+
- Fix: Properly deliver events back to obj-c, thanks to [Richard Ross](https://github.com/richardjrossiii)
12+

ParseLiveQuery.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ParseLiveQuery'
3-
s.version = '1.0.1'
3+
s.version = '1.1.0'
44
s.license = { :type => 'BSD' }
55
s.summary = 'Allows for subscriptions to queries in conjunction with parse-server.'
66
s.homepage = 'https://github.com/ParsePlatform/parse-server'

0 commit comments

Comments
 (0)