1.12.0
New
- Parse now requires Xcode 7.0+.
#674,
#718
by @richardjrossiii
#733
by @nlutsenko - Parse now supports Carthage.
#8 by @nlutsenko - New, more flexible API for SDK initialization.
#570
by @richardjrossiii
#684,
#687,
#729
by @nlutsenko PFRelation
now supports ObjC generics.
#745
by @nlutsenko- All asynchronous methods that use invocations (end with
target:selector:
) are now deprecated.
#678
by @nlutsenko - All synchronous methods that rely on network fetches / disk I/O are now split into separate categories.
#681,
#682,
#683
by @nlutsenko - Convert
PFQuery.hasCachedResult
to areadonly
property.
#688
by @nlutsenko - Old and deprecated constants were removed (e.g.
PARSE_API_VERSION
).
#732
by @nlutsenko
Improved
PFSubclassing
now extendsNSObject
protocol.
#653
by @nlutsenko- Updated and improved documentation.
#659
by @richardgroves
#721
by @nlutsenko - Improved performance of
-saveEventually
/-deleteEventually
calls when not using Local Datastore.
#720
by @nlutsenko
Fixed
- Fixed usage of
PFObject.-setValuesForKeysWithDictionary:
withNSNull
values.
#669
by @nlutsenko - Fixed wrong result type set on
pin*
/unpin*
methods ofPFObject
.
#697
by @nlutsenko - Fixed potential deadlock and slow getters of local paths for
PFFile
.
#719
by @nlutsenko - Fixed PurchaseController not initialized on tvOS.
#743
by @nlutsenko