|
1 | 1 | # Parse-SDK-JS
|
2 | 2 |
|
3 | 3 | ### master
|
4 |
| -[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.4.0...master) |
| 4 | +[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.5.0...master) |
| 5 | + |
| 6 | +## 2.5.0 |
| 7 | +[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.4.0...2.5.0) |
| 8 | + |
| 9 | +**New Features**: |
| 10 | +- Support query exclude keys ([#857](https://github.com/parse-community/Parse-SDK-JS/pull/857)) |
| 11 | +- Support query read preference ([#855](https://github.com/parse-community/Parse-SDK-JS/pull/855)) |
| 12 | +- Support object isDataAvailable ([#856](https://github.com/parse-community/Parse-SDK-JS/pull/856)) |
| 13 | + |
| 14 | +**Improvements**: |
| 15 | +- Add options for AnonymousUtils ([#860](https://github.com/parse-community/Parse-SDK-JS/pull/860)) |
| 16 | +- Stateless UserController ([#846](https://github.com/parse-community/Parse-SDK-JS/pull/846)) |
| 17 | +- Fix Facebook login isExisted ([#845](https://github.com/parse-community/Parse-SDK-JS/pull/845)) |
| 18 | +- Allow any Blob to be uploaded ([#837](https://github.com/parse-community/Parse-SDK-JS/pull/837)) |
| 19 | +- Support _linkWith if no provider ([#810](https://github.com/parse-community/Parse-SDK-JS/pull/810)) |
| 20 | +- LDS: Improve querying dates ([#808](https://github.com/parse-community/Parse-SDK-JS/pull/808)) |
| 21 | +- Support testing on Windows ([#808](https://github.com/parse-community/Parse-SDK-JS/pull/820)) |
| 22 | +- Support installing SDK from branch ([#821](https://github.com/parse-community/Parse-SDK-JS/pull/821)) |
5 | 23 |
|
6 | 24 | ## 2.4.0
|
7 | 25 | [Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.3.2...2.4.0)
|
|
14 | 32 | - LocalDatastore: Improve pinning unsaved objects ([#795](https://github.com/parse-community/Parse-SDK-JS/pull/795))
|
15 | 33 | - LocalDatastore: Improve error handling ([#803](https://github.com/parse-community/Parse-SDK-JS/pull/803))
|
16 | 34 |
|
17 |
| -**Dependency Updates**: |
18 |
| -- [[email protected]](https://www.npmjs.com/package/uuid) |
19 |
| - |
20 |
| -**Development Dependency Updates**: |
21 |
| -- [[email protected]](https://www.npmjs.com/package/eslint-plugin-flowtype) |
22 |
| -- [[email protected]](https://www.npmjs.com/package/gulp) |
23 |
| -- [[email protected]](https://www.npmjs.com/package/jasmine) |
24 |
| - |
25 | 35 | ## 2.3.2
|
26 | 36 | [Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.3.1...2.3.2)
|
27 | 37 |
|
|
0 commit comments