Releases: parse-community/Parse-SDK-iOS-OSX
Releases · parse-community/Parse-SDK-iOS-OSX
1.15.3
- 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
- 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
- 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
⚡️ Release 1.15.0 (#1153)
1.14.5
Parse 1.14.5
1.14.4
Parse 1.14.4 (#1131)
1.14.3
1.14.2
1.14.1
1.14.0
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