This repository was archived by the owner on Jun 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# ParseLiveQuery-iOS-OSX Changelog
22
3+ # 2.2.2
4+
5+ - Adds ability to set the clientKey on the connect message, thanks to [ bryandel] ( https://github.com/bryandel )
6+ - Adds ability to silence the logs, thanks to [ ananfang] ( https://github.com/ananfang )
7+ - Ensures that ` wss ` URL's are properly handled, thanks to [ Joe Szymanski] ( https://github.com/JoeSzymanski )
8+
39# 2.0.0
410
511- Full carthage support, thanks to [ David Starke] ( https://github.com/dstarke )
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'ParseLiveQuery'
3- s . version = '2.2.1 '
3+ s . version = '2.2.2 '
44 s . license = { :type => 'BSD' }
55 s . summary = 'Allows for subscriptions to queries in conjunction with parse-server.'
66 s . homepage = 'http://parseplatform.org'
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >2.2.0 </string >
18+ <string >2.2.2 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments