File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Expand file tree Collapse file tree 3 files changed +19
-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.12.0...master )
4
+ [ Full Changelog] ( https://github.com/parse-community/Parse-SDK-JS/compare/2.13.0...master )
5
+
6
+ ## 2.13.0
7
+ [ Full Changelog] ( https://github.com/parse-community/Parse-SDK-JS/compare/2.12.0...2.13.0 )
8
+
9
+ ** New Features**
10
+ - Add Email Verification to Parse.User ([ #1144 ] ( https://github.com/parse-community/Parse-SDK-JS/pull/1144 ) )
11
+ - Add Verify Password to Parse.User ([ #1144 ] ( https://github.com/parse-community/Parse-SDK-JS/pull/1144 ) )
12
+
13
+ ** Improvements**
14
+ - Add read preference for aggregate query ([ #1143 ] ( https://github.com/parse-community/Parse-SDK-JS/pull/1143 ) )
15
+ - Add file progress type (upload/download) ([ #1140 ] ( https://github.com/parse-community/Parse-SDK-JS/pull/1140 ) )
16
+ - Add context to Parse.Object.save ([ #1150 ] ( https://github.com/parse-community/Parse-SDK-JS/pull/1150 ) )
17
+
18
+ ** Fixes**
19
+ - File upload progress ([ #1133 ] ( https://github.com/parse-community/Parse-SDK-JS/pull/1133 ) )
20
+ - Live Query Subscription Open Event ([ #1151 ] ( https://github.com/parse-community/Parse-SDK-JS/pull/1151 ) )
5
21
6
22
## 2.12.0
7
23
[ Full Changelog] ( https://github.com/parse-community/Parse-SDK-JS/compare/2.11.0...2.12.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse" ,
3
- "version" : " 2.12 .0" ,
3
+ "version" : " 2.13 .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