We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6855bd9 commit c0634d1Copy full SHA for c0634d1
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Parse-SDK-JS
2
3
+## 2.0.2
4
+
5
+- Fixes issue affecting unsubscribing from liveQueries (#640)
6
+- Adds support for aggregate stages with identical names (#637)
7
+- Adds ability to fetch an object with includes (#631)
8
+- Adds support for $nor operator in queries (#634)
9
+- Adds support for containedBy operator in queries (#633)
10
+- Adds support for includeAll (#632)
11
12
## 2.0.1
13
14
- Ensure we only read the job status id header if present.
package.json
@@ -1,6 +1,6 @@
{
"name": "parse",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "The Parse JavaScript SDK",
"homepage": "https://www.parse.com",
"keywords": [
0 commit comments