Skip to content

Tags: flitsmeister/Parse-SDK-iOS-OSX

Tags

4.1.2

Toggle 4.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
MaartenZonneveld Maarten Zonneveld
Starscream 4.0.6

4.1.1

Toggle 4.1.1's commit message
chore(release): 4.1.1 [skip ci]

## [4.1.1](parse-community/Parse-SDK-iOS-OSX@4.1.0...4.1.1) (2024-07-15)

### Bug Fixes

* SPM build issues with Xcode 16 ([parse-community#1795](parse-community#1795)) ([5381325](parse-community@5381325))

4.1.0

Toggle 4.1.0's commit message
chore(release): 4.1.0 [skip ci]

# [4.1.0](parse-community/Parse-SDK-iOS-OSX@4.0.1...4.1.0) (2024-06-17)

### Features

* Add idempotency ([parse-community#1790](parse-community#1790)) ([dcdf457](parse-community@dcdf457))

4.0.1

Toggle 4.0.1's commit message
chore(release): 4.0.1 [skip ci]

## [4.0.1](parse-community/Parse-SDK-iOS-OSX@4.0.0...4.0.1) (2024-04-28)

### Bug Fixes

* LiveQuery starter project fails to build ([parse-community#1784](parse-community#1784)) ([0821194](parse-community@0821194))

4.0.0

Toggle 4.0.0's commit message
chore(release): 4.0.0 [skip ci]

# [4.0.0](parse-community/Parse-SDK-iOS-OSX@3.0.0...4.0.0) (2024-04-28)

### Features

* Remove `ParseUI` ([parse-community#1783](parse-community#1783)) ([139eca7](parse-community@139eca7))

### BREAKING CHANGES

* This release removes `ParseUI`. ([139eca7](139eca7))

3.0.0

Toggle 3.0.0's commit message
chore(release): 3.0.0 [skip ci]

# [3.0.0](parse-community/Parse-SDK-iOS-OSX@2.7.3...3.0.0) (2024-04-08)

### Features

* Add `PFObject.isDataAvailableForKey` to check if data is available for individual key ([parse-community#1756](parse-community#1756)) ([dd05d41](parse-community@dd05d41))
* Remove `ParseFacebookUtils` and `ParseTwitterUtils` ([parse-community#1779](parse-community#1779)) ([f1311ee](parse-community@f1311ee))

### BREAKING CHANGES

* Removes convenience modules `ParseFacebookUtils` and `ParseTwitterUtils`, instead manually add the 3rd party authentication service SDK to log in and provide the authentication data to `PFUser.logInWithAuthType` to link the Parse User. ([f1311ee](f1311ee))

2.7.3

Toggle 2.7.3's commit message
chore(release): 2.7.3 [skip ci]

## [2.7.3](parse-community/Parse-SDK-iOS-OSX@2.7.2...2.7.3) (2023-10-06)

### Bug Fixes

* Compilation errors in `ParseLiveQuery` using `Starscream` 4.0.6 ([parse-community#1749](parse-community#1749)) ([3da5bde](parse-community@3da5bde))

2.7.2

Toggle 2.7.2's commit message
chore(release): 2.7.2 [skip ci]

## [2.7.2](parse-community/Parse-SDK-iOS-OSX@2.7.1...2.7.2) (2023-10-05)

### Bug Fixes

* Compilation errors `Undefined symbol` and `SystemConfiguration not found` on watchOS ([parse-community#1748](parse-community#1748)) ([e7df36b](parse-community@e7df36b))

2.7.1

Toggle 2.7.1's commit message
chore(release): 2.7.1 [skip ci]

## [2.7.1](parse-community/Parse-SDK-iOS-OSX@2.7.0...2.7.1) (2023-09-30)

### Bug Fixes

* Compilation error on macOS `Undefined symbol: OBJC_CLASS$_PFProductsRequestHandler` ([parse-community#1739](parse-community#1739)) ([7231bf7](parse-community@7231bf7))

2.7.0

Toggle 2.7.0's commit message
chore(release): 2.7.0 [skip ci]

# [2.7.0](parse-community/Parse-SDK-iOS-OSX@2.6.0...2.7.0) (2023-07-20)

### Features

* Add support for `PFQuery.containedBy` ([parse-community#1735](parse-community#1735)) ([2316a3f](parse-community@2316a3f))