Skip to content

2.1.0

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 31 Oct 23:00
321905d

Full Changelog

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.