Skip to content

Commit c0634d1

Browse files
authored
⚡ Release 2.0.2 (#649)
1 parent 6855bd9 commit c0634d1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Parse-SDK-JS
22

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+
312
## 2.0.1
413

514
- Ensure we only read the job status id header if present.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "The Parse JavaScript SDK",
55
"homepage": "https://www.parse.com",
66
"keywords": [

0 commit comments

Comments
 (0)