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

Tags: parse-community/ParseLiveQuery-iOS-OSX

Tags

2.8.1

Toggle 2.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix actions release (#252)

2.8.0

Toggle 2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update sockets (#236)

* Update starscream to latest

* update carthage files

* Update pod spec

* update podspec

* Add reconnect because of change in logic from dependency

* Improve connection logic

* Improve connection logic

* Fix subscriptions

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Tom Fox <13188249+TomWFox@users.noreply.github.com>

* Update versions to 2.8.0, add watchOS and tvOS to circle build

* Update version numbers of watchOS and tvOS

* Show warnings from pod trunk push

* fix cart files

* remove dups from merge

Co-authored-by: Tom Fox <13188249+TomWFox@users.noreply.github.com>

2.7.3

Toggle 2.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add watchOS and tvOS support (#235)

* add watchOS support to cocoapods

* add cache to CI and bump version numbers

* fix colon

* fix circle cache

* current circle builds don't need bundle, no need to waste time with it

* add back bundle install

* fix travis cache

* fix travis cache

* updates CI to 11.6

* remove OS req in circle build. Update gems

* update travis

* update jazzy script

* update travis

* latest working version of Jazzy. It won't build for jazzy >0.13.1

* revert travis

* add watchOS and tvOS targets

* add watchOS and tvOS to circle

* watchOS/tvOS devices on xcode 11

* no need to specify destination

* Starscream can't be higher

Higher versions of Starscream will cause breaking change

* Update ParseLiveQuery.podspec

* Update pod spec to match min between dependencies and reduce warnings

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Tom Fox <13188249+TomWFox@users.noreply.github.com>

Co-authored-by: Tom Fox <13188249+TomWFox@users.noreply.github.com>

2.7.2

Toggle 2.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updates version numbers (#231)

2.7.1

Toggle 2.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 2.7.1 & bump dependencies (#226)

* Updating Dependencies

- Updating starscream to 3.1.1 for Swift 5 compatibility
- Parse 1.18.1 which includes Bolts 1.9.1 that adds catalyst compatibility and fixes App Store UIWebView deprication requirements.

* Updating podspec and project versions.

- Updated podspec to use specifically 3.1.0 Starscream to eliminate possibility of errors  upon cocoapod build.
- Updated podspec to version 2.7.1
- Updated Project to 2.7.1

* Updating Travis and Circle configs for next release.

- Updated travis to 11.2
- Updated cocoapod gem to 1.8.4
- Moved publish script to travis file as it was only 1 line

* Updating changelog

* Updating travis file to not try and run jazzy every PR.

* remove unnecessary install of bundler

2.7.0

Toggle 2.7.0's commit message

2.6.1

Toggle 2.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix for release build. (#205)

* Trying to fix building issue.

2.6.0

Toggle 2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #197 from noobs2ninjas/master

Fixing LiveQuery Parse Server error for empty "where" property.

2.5.0

Toggle 2.5.0's commit message
upgrade CocoaPods to 1.5.3 (#180)

2.4.0

Toggle 2.4.0's commit message
⚡ Release 2.4.0 (#151)

* Account for failable encoder in Parse 1.17.0

* Min Parse to alpha.1

* set swift_version in podspec (#154)

As of cocoapods 1.4.0 the `.swift-version` file is deprecated in favor of the podspec property

* Bumps parse to release version

* bumps version in bundle

* nits