Skip to content

Commit 2081dc2

Browse files
authored
⚡️ Release v2.12.0 (#1128)
* ⚡️ Release v2.12.0 * Update package-lock.json * Update CHANGELOG.md
1 parent af8f1e0 commit 2081dc2

File tree

3 files changed

+1146
-1732
lines changed

3 files changed

+1146
-1732
lines changed

CHANGELOG.md

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

33
### master
4-
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.11.0...master)
4+
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.12.0...master)
5+
6+
## 2.12.0
7+
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.11.0...2.12.0)
8+
9+
**New Features**
10+
- Support Parse.Query hint ([#1054](https://github.com/parse-community/Parse-SDK-JS/pull/1054))
11+
- Support Parse.Query eachBatch ([#1114](https://github.com/parse-community/Parse-SDK-JS/pull/1114))
12+
- Support Parse.Object decrement ([#1069](https://github.com/parse-community/Parse-SDK-JS/pull/1069))
13+
- Support deleting Parse.File ([#1067](https://github.com/parse-community/Parse-SDK-JS/pull/1067))
14+
- Support File Metadata ([#1065](https://github.com/parse-community/Parse-SDK-JS/pull/1065)) ([#1070](https://github.com/parse-community/Parse-SDK-JS/pull/1070))
15+
16+
**Improvements**
17+
- Support global request batch size ([#1053](https://github.com/parse-community/Parse-SDK-JS/pull/1053))
18+
- Username signup error ([#1080](https://github.com/parse-community/Parse-SDK-JS/pull/1080))
19+
- Pass SaveAll options to Files ([#1107](https://github.com/parse-community/Parse-SDK-JS/pull/1107))
20+
- Make iteration query methods (map, filter, reduce) returned promises ([#1112](https://github.com/parse-community/Parse-SDK-JS/pull/1112))
21+
22+
**Fixes**
23+
- Fix user.become for AsyncStorage ([#1056](https://github.com/parse-community/Parse-SDK-JS/pull/1056))
24+
- Subscribing to query with null sessionToken ([#1058](https://github.com/parse-community/Parse-SDK-JS/pull/1058))
25+
- Fix addIndex annotation in Parse.Schema ([#1071](https://github.com/parse-community/Parse-SDK-JS/pull/1071))
26+
- Fix cascadeSave=false bug for SingleInstance objects ([#1078](https://github.com/parse-community/Parse-SDK-JS/pull/1078))
27+
- Fix react-native build ([#1094](https://github.com/parse-community/Parse-SDK-JS/pull/1094))
528

629
## 2.11.0
730
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.10.0...2.11.0)

0 commit comments

Comments
 (0)