-
-
Notifications
You must be signed in to change notification settings - Fork 600
Closed
Description
Planned changelog:
- Store server data and pending ops on-object when single instance mode is disabled. This will prevent memory leaks. (structural change only, does not affect APIs or behavior)
- Default to setting A+ Compliance to
true. See Proposal: The future of Parse.Promise #57 for more details. (landed in 96e211d) - Enable native-style construction of
Parse.Promise. See Proposal: The future of Parse.Promise #57 for more details. (landed in 5e5c444) - Re-commit Make sure
whenargument corresponds withthenarguments #115, changing the behavior ofParse.Promise.when(). The response provided to the asynchronous callback will match the style of its arguments. (landed in 7da2856) - Add
revert()instance method to ParseObject (landed in 7c16dee)
When these changes have all been committed to master, and end-to-end tested, we'll release 1.7.0
Metadata
Metadata
Assignees
Labels
No labels