File tree 3 files changed +18
-3
lines changed 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Parse-SDK-JS
2
2
3
3
### master
4
- [ Full Changelog] ( https://github.com/parse-community/Parse-SDK-JS/compare/2.6.0...master )
4
+ [ Full Changelog] ( https://github.com/parse-community/Parse-SDK-JS/compare/2.7.0...master )
5
+
6
+ ## 2.7.0
7
+ [ Full Changelog] ( https://github.com/parse-community/Parse-SDK-JS/compare/2.6.0...2.7.0 )
8
+
9
+ ** New Features**
10
+ - Support for ` ParseObject.fetchAllIfNeededWithInclude ` ([ #900 ] ( https://github.com/parse-community/Parse-SDK-JS/pull/900 ) )
11
+ - Support for ` ParseObject.exists ` ([ #898 ] ( https://github.com/parse-community/Parse-SDK-JS/pull/898 ) )
12
+ - Support for ` ParseObject.save ` with ` cascadeSave ` option ([ #881 ] ( https://github.com/parse-community/Parse-SDK-JS/pull/881 ) )
13
+
14
+ ** Fixes**
15
+ - ` ParseUser.become ` should return subclass ([ #897 ] ( https://github.com/parse-community/Parse-SDK-JS/pull/897 ) )
16
+ - Ensure LiveQuery subscribes before returning subscription ([ #878 ] ( https://github.com/parse-community/Parse-SDK-JS/pull/878 ) )
17
+
18
+ ** Improvements**
19
+ - Remove deprecated ` @babel/polyfill ` ([ #877 ] ( https://github.com/parse-community/Parse-SDK-JS/pull/877 ) )
5
20
6
21
## 2.6.0
7
22
[ Full Changelog] ( https://github.com/parse-community/Parse-SDK-JS/compare/2.5.1...2.6.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse" ,
3
- "version" : " 2.6 .0" ,
3
+ "version" : " 2.7 .0" ,
4
4
"description" : " The Parse JavaScript SDK" ,
5
5
"homepage" : " https://parseplatform.org/" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments