|
1 | 1 | # Parse-SDK-JS
|
2 | 2 |
|
| 3 | +### master |
| 4 | +[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.3.1...master) |
| 5 | + |
| 6 | +## 2.3.1 |
| 7 | +[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.3.0...2.3.1) |
| 8 | + |
| 9 | +- Correct homepage in package.json ([#9e198b3](https://github.com/parse-community/Parse-SDK-JS/commit/9e198b368862925025737aa725e9a2e8b3d4205a)) |
| 10 | +- Add Issues template for opening GitHub Issue ([#760](https://github.com/parse-community/Parse-SDK-JS/pull/760)) |
| 11 | +- Add Public email address to satisfy an npmjs requirement ([#764](https://github.com/parse-community/Parse-SDK-JS/pull/764)) |
| 12 | +- File uri upload for Browser / React-Native ([#765](https://github.com/parse-community/Parse-SDK-JS/pull/765)) |
| 13 | + |
3 | 14 | ## 2.3.0
|
| 15 | +[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.2.1...2.3.0) |
4 | 16 |
|
5 | 17 | - LocalDatastore fixes for React-Native ([#753](https://github.com/parse-community/Parse-SDK-JS/pull/753))
|
6 | 18 | - LocalDatastore update from Server ([#734](https://github.com/parse-community/Parse-SDK-JS/pull/734))
|
|
12 | 24 | - Subscribe to multiple LiveQuery subscriptions ([#758](https://github.com/parse-community/Parse-SDK-JS/pull/758))
|
13 | 25 |
|
14 | 26 | ## 2.2.1
|
| 27 | +[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.2.0...2.2.1) |
15 | 28 |
|
16 | 29 | - Addresses issue with babel runtime regenerator ([#740](https://github.com/parse-community/Parse-SDK-JS/pull/740))
|
17 | 30 |
|
18 | 31 | ## 2.2.0
|
| 32 | +[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.1.0...2.2.0) |
19 | 33 |
|
20 | 34 | - Support for Local Datastore ([#612](https://github.com/parse-community/Parse-SDK-JS/pull/612))
|
21 | 35 | - LiveQuery override data on update ([#718](https://github.com/parse-community/Parse-SDK-JS/pull/718)) (Requires Parse-Server 3.1.3+)
|
|
33 | 47 | - LiveQuery Support for Subclasses ([#662](https://github.com/parse-community/Parse-SDK-JS/pull/662))
|
34 | 48 |
|
35 | 49 | ## 2.1.0
|
| 50 | +[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/v2.0.2...2.1.0) |
36 | 51 |
|
37 | 52 | - Parse.Error now inherits from Error ([#658](https://github.com/parse-community/Parse-SDK-JS/pull/658))
|
38 | 53 |
|
39 | 54 | ## 2.0.2
|
| 55 | +[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/v2.0.1...v2.0.2) |
40 | 56 |
|
41 | 57 | - Fixes issue affecting unsubscribing from liveQueries ([#640](https://github.com/parse-community/Parse-SDK-JS/pull/640))
|
42 | 58 | - Adds support for aggregate stages with identical names ([#637](https://github.com/parse-community/Parse-SDK-JS/pull/637))
|
|
0 commit comments