2.1.0
Improvements
- Make ParseUser.current, ParseInstallation.current, ParseConfig.current immutable. This prevents accidently setting to nil. When developers want to make changes, they should make mutable copies, mutate, then save (#266), thanks to @cbaker6.
- Added the ParseObjectMutable protocol to make emptyObject more developer friendly (#270), thanks to @vdkdamian.