Skip to content

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

1.15.3

23 Sep 15:39
Compare
Choose a tag to compare
  • Remove PFEventuallyQueueTestHelper because (1) it was causing memory leaks in production code, and (2) it wasn't actually used in any tests. (#1188)
  • Fix some issues where nil was passed to a method requiring a non-nil parameter (#1187)
  • Xcode 9 modernization (#1186)
  • Fixes issue affecting list of reachability listeners (#1182)

View build details and download artifacts on buddybuild:
Parse (iOS, Parse-iOS-Dynamic)

1.15.2

22 Aug 00:47
Compare
Choose a tag to compare
  • Fixes issue related to heap corruption (#1170) …
  • Fix #1162 PFSubclassing.object() class method unavailable since Xcode 9

View build details and download artifacts on buddybuild:
Parse (iOS, Parse-iOS-Dynamic)

1.15.1

20 Jul 14:56
Compare
Choose a tag to compare
  • Adds polygonal queries
  • Fixes memory leaks related with PFCommandCache

View build details and download artifacts on buddybuild:
Parse (iOS, Parse-iOS-Dynamic)

1.15.0

27 Jun 03:42
Compare
Choose a tag to compare
⚡️ Release 1.15.0 (#1153)

1.14.5

26 Jun 16:40
Compare
Choose a tag to compare

Parse 1.14.5

1.14.4

07 Apr 13:31
Compare
Choose a tag to compare
Parse 1.14.4 (#1131)

1.14.3

19 Feb 03:51
Compare
Choose a tag to compare
  • Fix crash affecting the inspection of not loaded bundles (#1006)

1.14.2

21 Jul 22:23
Compare
Choose a tag to compare

Fixed

  • Fixed crash when an NSBundle without executable is loaded.
    #981 by @fluidsonic

1.14.1

15 Jul 23:48
Compare
Choose a tag to compare

Fixed

  • Fix not automatically registered subclasses of built-in subclasses of PFObject.
    #976 by @nlutsenko

1.14.0

15 Jul 01:00
Compare
Choose a tag to compare

New

  • All subclasses of PFObject are now registered automatically without a need to call +registerSubclass.
    #967 by @richardjrossiii
  • New APIs to load currentUser, currentInstallation, currentConfig asynchronously.
    #886 by @nlutsenko
  • It's now invalid to initialize Parse twice in a single run of an application.
    #874 by @nlutsenko
  • Added ability to clear PFFile cache manually.
    #899 by @nlutsenko

Improved

  • Updated starter projects to use new configuration-based Parse initialization API.
    #957 by @nlutsenko
  • Improved all client-side error and exception reporting on misuse of API.
    #897 by @nlutsenko
  • Updated Bolts-ObjC dependency to 1.8.4.
    #958, #972 by @nlutsenko

Fixed

  • Fixed rare crash when creation of currentInstallation would fail to write to disk.
    #901, #970 by @nlutsenko
  • Fixed decoding of PFObject via +objectWithClassName:dictionary: API.
    #947 by @kangaroo5383
  • Fixed incorrect Swift method conversion in PFObject.
    #867 by @nlutsenko
  • Fixed incorrect checks in iOS Swift Starter Project.
    #784 by @ParadimeWeb
  • Fixed few incorrect documentation directives.
    #844 by @hhanesand
  • Fixed double call to init on PFObjectState.
    #922 by @maxep