|
1 | 1 | # Parse-SDK-JS
|
2 | 2 |
|
| 3 | +## 2.2.0 |
| 4 | + |
| 5 | +- Support for Local Datastore ([#612](https://github.com/parse-community/parse-server/pull/612)) |
| 6 | +- LiveQuery override data on update ([#718](https://github.com/parse-community/parse-server/pull/718)) (Requires Parse-Server 3.1.3+) |
| 7 | +- Support setting user from JSON (hydrate) ([#730](https://github.com/parse-community/parse-server/pull/730)) |
| 8 | +- Improve dot notation for updating nested objects ([#729](https://github.com/parse-community/parse-server/pull/729)) |
| 9 | +- LiveQuery handle unset operation ([#714](https://github.com/parse-community/parse-server/pull/714)) (Requires Parse-Server 3.1.3+) |
| 10 | +- Add original object to LiveQuery events ([#712](https://github.com/parse-community/parse-server/pull/712)) (Requires Parse-Server 3.1.3+) |
| 11 | +- Add support for providing file upload progress. ([#373](https://github.com/parse-community/parse-server/pull/373)) (Browser Only) |
| 12 | +- Support clone with relation ([#382](https://github.com/parse-community/parse-server/pull/382)) |
| 13 | +- Add batchSize to saveAll / destroyAll ([#701](https://github.com/parse-community/parse-server/pull/701)) |
| 14 | +- Add save Method for Parse.Config ([#684](https://github.com/parse-community/parse-server/pull/684)) |
| 15 | +- Allow specific keys to be reverted in unsaved objects ([#565](https://github.com/parse-community/parse-server/pull/565)) |
| 16 | +- Handle undefined in Cloud Code ([#682](https://github.com/parse-community/parse-server/pull/682)) |
| 17 | +- Validate if geopoint values is number ([#671](https://github.com/parse-community/parse-server/pull/671)) |
| 18 | +- LiveQuery Support for Subclasses ([#662](https://github.com/parse-community/parse-server/pull/662)) |
| 19 | + |
3 | 20 | ## 2.1.0
|
4 | 21 |
|
5 |
| -- Parse.Error now inherits from Error |
| 22 | +- Parse.Error now inherits from Error ([#658](https://github.com/parse-community/parse-server/pull/658)) |
6 | 23 |
|
7 | 24 | ## 2.0.2
|
8 | 25 |
|
9 |
| -- Fixes issue affecting unsubscribing from liveQueries (#640) |
10 |
| -- Adds support for aggregate stages with identical names (#637) |
11 |
| -- Adds ability to fetch an object with includes (#631) |
12 |
| -- Adds support for $nor operator in queries (#634) |
13 |
| -- Adds support for containedBy operator in queries (#633) |
14 |
| -- Adds support for includeAll (#632) |
| 26 | +- Fixes issue affecting unsubscribing from liveQueries ([#640](https://github.com/parse-community/parse-server/pull/640)) |
| 27 | +- Adds support for aggregate stages with identical names ([#637](https://github.com/parse-community/parse-server/pull/637)) |
| 28 | +- Adds ability to fetch an object with includes ([#631](https://github.com/parse-community/parse-server/pull/631)) |
| 29 | +- Adds support for $nor operator in queries ([#634](https://github.com/parse-community/parse-server/pull/634)) |
| 30 | +- Adds support for containedBy operator in queries ([#633](https://github.com/parse-community/parse-server/pull/633)) |
| 31 | +- Adds support for includeAll ([#632](https://github.com/parse-community/parse-server/pull/632)) |
15 | 32 |
|
16 | 33 | ## 2.0.1
|
17 | 34 |
|
18 |
| -- Ensure we only read the job status id header if present. |
| 35 | +- Ensure we only read the job status id header if present. ([#623](https://github.com/parse-community/parse-server/pull/623)) |
19 | 36 |
|
20 | 37 | ## 2.0.0
|
21 | 38 |
|
22 |
| -- Parse.Promise has been replaced by native Promises |
23 |
| -- Backbone style callbacks are removed |
| 39 | +- Parse.Promise has been replaced by native Promises ([#620](https://github.com/parse-community/parse-server/pull/620)) |
| 40 | +- Backbone style callbacks are removed ([#620](https://github.com/parse-community/parse-server/pull/620)) |
0 commit comments