Skip to content

Commit db341e4

Browse files
authored
⚡️ Release v2.10.0 (#1020)
* ⚡️ Release v2.10.0 * audit fix
1 parent e203056 commit db341e4

File tree

3 files changed

+560
-1411
lines changed

3 files changed

+560
-1411
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
# Parse-SDK-JS
22

33
### master
4-
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.9.1...master)
4+
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.10.0...master)
5+
6+
## 2.10.0
7+
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.9.1...2.10.0)
8+
9+
**New Features**
10+
- Add query.fromNetwork() ([#1002](https://github.com/parse-community/Parse-SDK-JS/pull/1002))
11+
- Add query.cancel() (browser only) ([#1003](https://github.com/parse-community/Parse-SDK-JS/pull/1003))
12+
- Support custom request headers ([#1019](https://github.com/parse-community/Parse-SDK-JS/pull/1019))
13+
14+
**Fixes**
15+
- To subclass Parse.User: `Parse.Object.registerSubclass('_User', CustomUser);`
16+
17+
**Security**
18+
Address Security Advisory of possible leak of sensitive user info. ([#d110617](https://github.com/parse-community/Parse-SDK-JS/commit/d1106174571b699f972929dd7cbb8e45b5283cbb)), big thanks to [Colin Ulin](https://github.com/pocketcolin) for identifying the problem, following the vulnerability disclosure guidelines
519

620
## 2.9.1
721
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.9.0...2.9.1)

0 commit comments

Comments
 (0)