Skip to content

Commit 06f5521

Browse files
dplewisperil-parse-community[bot]
authored and
peril-parse-community[bot]
committed
⚡️Release v2.5.0 (#861)
* ⚡️Release v2.5.0 * Remove dependencies
1 parent b3f867f commit 06f5521

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

CHANGELOG.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
# Parse-SDK-JS
22

33
### 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))
523

624
## 2.4.0
725
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.3.2...2.4.0)
@@ -14,14 +32,6 @@
1432
- LocalDatastore: Improve pinning unsaved objects ([#795](https://github.com/parse-community/Parse-SDK-JS/pull/795))
1533
- LocalDatastore: Improve error handling ([#803](https://github.com/parse-community/Parse-SDK-JS/pull/803))
1634

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-
2535
## 2.3.2
2636
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.3.1...2.3.2)
2737

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "The Parse JavaScript SDK",
55
"homepage": "https://parseplatform.org/",
66
"keywords": [

0 commit comments

Comments
 (0)