Skip to content

Commit

Permalink
⚡️ Release v2.8.0
Browse files Browse the repository at this point in the history
Pending: #951, #956
  • Loading branch information
dplewis committed Oct 14, 2019
1 parent 8ee9c14 commit 0e30355
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# Parse-SDK-JS

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

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

**New Features**
- Parse.File save cancel ([#948](https://github.com/parse-community/Parse-SDK-JS/pull/948))
- Parse.File getData cancel ([#951](https://github.com/parse-community/Parse-SDK-JS/pull/951))

**Fixes**
- React Native Emitter module ([#946](https://github.com/parse-community/Parse-SDK-JS/pull/946))
- Parse.Schema deleteIndex, deleteField returns Parse.Schema ([#949](https://github.com/parse-community/Parse-SDK-JS/pull/949))

**Improvements**
- Compiling on Windows ([#947](https://github.com/parse-community/Parse-SDK-JS/pull/947))
- Generate _localId as UUID ([#956](https://github.com/parse-community/Parse-SDK-JS/pull/956))

## 2.7.1
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.7.0...2.7.1)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse",
"version": "2.7.1",
"version": "2.8.0",
"description": "The Parse JavaScript SDK",
"homepage": "https://parseplatform.org/",
"keywords": [
Expand Down

0 comments on commit 0e30355

Please sign in to comment.