Skip to content

Commit 4e8e789

Browse files
authored
Update CHANGELOG.md
1 parent 5538081 commit 4e8e789

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

CHANGELOG.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,39 @@
66

77
## 2.2.0
88

9-
- Support for Local Datastore ([#612](https://github.com/parse-community/parse-server/pull/612))
10-
- LiveQuery override data on update ([#718](https://github.com/parse-community/parse-server/pull/718)) (Requires Parse-Server 3.1.3+)
11-
- Support setting user from JSON (hydrate) ([#730](https://github.com/parse-community/parse-server/pull/730))
12-
- Improve dot notation for updating nested objects ([#729](https://github.com/parse-community/parse-server/pull/729))
13-
- LiveQuery handle unset operation ([#714](https://github.com/parse-community/parse-server/pull/714)) (Requires Parse-Server 3.1.3+)
14-
- Add original object to LiveQuery events ([#712](https://github.com/parse-community/parse-server/pull/712)) (Requires Parse-Server 3.1.3+)
15-
- Add support for providing file upload progress. ([#373](https://github.com/parse-community/parse-server/pull/373)) (Browser Only)
16-
- Support clone with relation ([#382](https://github.com/parse-community/parse-server/pull/382))
17-
- Add batchSize to saveAll / destroyAll ([#701](https://github.com/parse-community/parse-server/pull/701))
18-
- Add save Method for Parse.Config ([#684](https://github.com/parse-community/parse-server/pull/684))
19-
- Allow specific keys to be reverted in unsaved objects ([#565](https://github.com/parse-community/parse-server/pull/565))
20-
- Handle undefined in Cloud Code ([#682](https://github.com/parse-community/parse-server/pull/682))
21-
- Validate if geopoint values is number ([#671](https://github.com/parse-community/parse-server/pull/671))
22-
- LiveQuery Support for Subclasses ([#662](https://github.com/parse-community/parse-server/pull/662))
9+
- Support for Local Datastore ([#612](https://github.com/parse-community/Parse-SDK-JS/pull/612))
10+
- LiveQuery override data on update ([#718](https://github.com/parse-community/Parse-SDK-JS/pull/718)) (Requires Parse-Server 3.1.3+)
11+
- Support setting user from JSON (hydrate) ([#730](https://github.com/parse-community/Parse-SDK-JS/pull/730))
12+
- Improve dot notation for updating nested objects ([#729](https://github.com/parse-community/Parse-SDK-JS/pull/729))
13+
- LiveQuery handle unset operation ([#714](https://github.com/parse-community/Parse-SDK-JS/pull/714)) (Requires Parse-Server 3.1.3+)
14+
- Add original object to LiveQuery events ([#712](https://github.com/parse-community/Parse-SDK-JS/pull/712)) (Requires Parse-Server 3.1.3+)
15+
- Add support for providing file upload progress. ([#373](https://github.com/parse-community/Parse-SDK-JS/pull/373)) (Browser Only)
16+
- Support clone with relation ([#382](https://github.com/parse-community/Parse-SDK-JS/pull/382))
17+
- Add batchSize to saveAll / destroyAll ([#701](https://github.com/parse-community/Parse-SDK-JS/pull/701))
18+
- Add save Method for Parse.Config ([#684](https://github.com/parse-community/Parse-SDK-JS/pull/684))
19+
- Allow specific keys to be reverted in unsaved objects ([#565](https://github.com/parse-community/Parse-SDK-JS/pull/565))
20+
- Handle undefined in Cloud Code ([#682](https://github.com/parse-community/Parse-SDK-JS/pull/682))
21+
- Validate if geopoint values is number ([#671](https://github.com/parse-community/Parse-SDK-JS/pull/671))
22+
- LiveQuery Support for Subclasses ([#662](https://github.com/parse-community/Parse-SDK-JS/pull/662))
2323

2424
## 2.1.0
2525

26-
- Parse.Error now inherits from Error ([#658](https://github.com/parse-community/parse-server/pull/658))
26+
- Parse.Error now inherits from Error ([#658](https://github.com/parse-community/Parse-SDK-JS/pull/658))
2727

2828
## 2.0.2
2929

30-
- Fixes issue affecting unsubscribing from liveQueries ([#640](https://github.com/parse-community/parse-server/pull/640))
31-
- Adds support for aggregate stages with identical names ([#637](https://github.com/parse-community/parse-server/pull/637))
32-
- Adds ability to fetch an object with includes ([#631](https://github.com/parse-community/parse-server/pull/631))
33-
- Adds support for $nor operator in queries ([#634](https://github.com/parse-community/parse-server/pull/634))
34-
- Adds support for containedBy operator in queries ([#633](https://github.com/parse-community/parse-server/pull/633))
35-
- Adds support for includeAll ([#632](https://github.com/parse-community/parse-server/pull/632))
30+
- Fixes issue affecting unsubscribing from liveQueries ([#640](https://github.com/parse-community/Parse-SDK-JS/pull/640))
31+
- Adds support for aggregate stages with identical names ([#637](https://github.com/parse-community/Parse-SDK-JS/pull/637))
32+
- Adds ability to fetch an object with includes ([#631](https://github.com/parse-community/Parse-SDK-JS/pull/631))
33+
- Adds support for $nor operator in queries ([#634](https://github.com/parse-community/Parse-SDK-JS/pull/634))
34+
- Adds support for containedBy operator in queries ([#633](https://github.com/parse-community/Parse-SDK-JS/pull/633))
35+
- Adds support for includeAll ([#632](https://github.com/parse-community/Parse-SDK-JS/pull/632))
3636

3737
## 2.0.1
3838

39-
- Ensure we only read the job status id header if present. ([#623](https://github.com/parse-community/parse-server/pull/623))
39+
- Ensure we only read the job status id header if present. ([#623](https://github.com/parse-community/Parse-SDK-JS/pull/623))
4040

4141
## 2.0.0
4242

43-
- Parse.Promise has been replaced by native Promises ([#620](https://github.com/parse-community/parse-server/pull/620))
44-
- Backbone style callbacks are removed ([#620](https://github.com/parse-community/parse-server/pull/620))
43+
- Parse.Promise has been replaced by native Promises ([#620](https://github.com/parse-community/Parse-SDK-JS/pull/620))
44+
- Backbone style callbacks are removed ([#620](https://github.com/parse-community/Parse-SDK-JS/pull/620))

0 commit comments

Comments
 (0)