Skip to content

Releases: parse-community/Parse-SDK-iOS-OSX

2.1.0

22 Feb 15:34
Compare
Choose a tag to compare

2.1.0 (2023-02-22)

Features

  • Add PFUser.unregisterAuthenticationDelegate and allow to register delegate gracefully if another delegate is already registered (#1711) (0ef9351)

2.0.3

20 Feb 13:24
Compare
Choose a tag to compare

2.0.3 (2023-02-20)

Bug Fixes

  • Parse.setServer does not set new server URL (#1708) (fd487da)

2.0.2

30 Jan 11:23
Compare
Choose a tag to compare

2.0.2 (2023-01-30)

Bug Fixes

  • MacOS command line app crashes if Parse framework is installed in /Library/Frameworks/ (#1395) (54bc6f3)

2.0.1

30 Jan 02:48
Compare
Choose a tag to compare

2.0.1 (2023-01-30)

Bug Fixes

  • Adding via SPM doesn't work due to unstable Bolts dependency (#1695) (b264df1)

2.0.0

29 Jan 12:31
Compare
Choose a tag to compare

2.0.0 (2023-01-29)

Features

  • Add Swift Package Manager support; upgrade ParseFacbookUtils to Facebook SDK 15 (#1683) (840390b)

BREAKING CHANGES

  • Carthage support is removed; the core module name has changed therefore the import statement is now import ParseCore instead of import Parse (#1683) (840390b)

1.19.4

26 Oct 15:56
Compare
Choose a tag to compare

1.19.4 (2022-10-26)

Bug Fixes

  • implementation via CocoaPods fails due to missing FBSDKCoreKit dependency (#1666) (ac8a4fa)

1.19.3

21 Nov 22:39
Compare
Choose a tag to compare

1.19.3 (2021-11-21)

Bug Fixes

1.19.2

11 Mar 16:13
a8aab43
Compare
Choose a tag to compare

Improvements

  • Updates Facebook SDK to 9.x (#1599), thanks to kmaker.

Fixes

  • Crash in Twitter login flow (#1566), thanks to dhana.

1.19.1

14 Oct 16:41
9d1b958
Compare
Choose a tag to compare

Full Changelog

Improvements

Fixes

1.19.0

08 Sep 19:21
931684b
Compare
Choose a tag to compare

1.19.0

Full Changelog

New features

Improvements

Fixes