Skip to content

Commit

Permalink
⚡️ Release v2.12.0 (#1128)
Browse files Browse the repository at this point in the history
* ⚡️ Release v2.12.0

* Update package-lock.json

* Update CHANGELOG.md
  • Loading branch information
dplewis authored Mar 30, 2020
1 parent af8f1e0 commit 2081dc2
Show file tree
Hide file tree
Showing 3 changed files with 1,146 additions and 1,732 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
# Parse-SDK-JS

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

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

**New Features**
- Support Parse.Query hint ([#1054](https://github.com/parse-community/Parse-SDK-JS/pull/1054))
- Support Parse.Query eachBatch ([#1114](https://github.com/parse-community/Parse-SDK-JS/pull/1114))
- Support Parse.Object decrement ([#1069](https://github.com/parse-community/Parse-SDK-JS/pull/1069))
- Support deleting Parse.File ([#1067](https://github.com/parse-community/Parse-SDK-JS/pull/1067))
- 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))

**Improvements**
- Support global request batch size ([#1053](https://github.com/parse-community/Parse-SDK-JS/pull/1053))
- Username signup error ([#1080](https://github.com/parse-community/Parse-SDK-JS/pull/1080))
- Pass SaveAll options to Files ([#1107](https://github.com/parse-community/Parse-SDK-JS/pull/1107))
- Make iteration query methods (map, filter, reduce) returned promises ([#1112](https://github.com/parse-community/Parse-SDK-JS/pull/1112))

**Fixes**
- Fix user.become for AsyncStorage ([#1056](https://github.com/parse-community/Parse-SDK-JS/pull/1056))
- Subscribing to query with null sessionToken ([#1058](https://github.com/parse-community/Parse-SDK-JS/pull/1058))
- Fix addIndex annotation in Parse.Schema ([#1071](https://github.com/parse-community/Parse-SDK-JS/pull/1071))
- Fix cascadeSave=false bug for SingleInstance objects ([#1078](https://github.com/parse-community/Parse-SDK-JS/pull/1078))
- Fix react-native build ([#1094](https://github.com/parse-community/Parse-SDK-JS/pull/1094))

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

0 comments on commit 2081dc2

Please sign in to comment.