|
1 | 1 | # Parse-SDK-JS
|
2 | 2 |
|
| 3 | +## 2.2.1 |
| 4 | + |
| 5 | +- Addresses issue with babel runtime regenerator ([#740](https://github.com/parse-community/Parse-SDK-JS/pull/740)) |
| 6 | + |
3 | 7 | ## 2.2.0
|
4 | 8 |
|
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)) |
| 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)) |
19 | 23 |
|
20 | 24 | ## 2.1.0
|
21 | 25 |
|
22 |
| -- 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)) |
23 | 27 |
|
24 | 28 | ## 2.0.2
|
25 | 29 |
|
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)) |
| 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)) |
32 | 36 |
|
33 | 37 | ## 2.0.1
|
34 | 38 |
|
35 |
| -- 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)) |
36 | 40 |
|
37 | 41 | ## 2.0.0
|
38 | 42 |
|
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)) |
| 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