- Parse.Error now inherits from Error
- Fixes issue affecting unsubscribing from liveQueries (#640)
- Adds support for aggregate stages with identical names (#637)
- Adds ability to fetch an object with includes (#631)
- Adds support for $nor operator in queries (#634)
- Adds support for containedBy operator in queries (#633)
- Adds support for includeAll (#632)
- Ensure we only read the job status id header if present.
- Parse.Promise has been replaced by native Promises
- Backbone style callbacks are removed