Skip to content

Commit b8b75ef

Browse files
authored
⚡️ Release v2.8.0 (#957)
Pending: #951, #956
1 parent 892636c commit b8b75ef

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

33
### master
4-
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.7.1...master)
4+
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.8.0...master)
5+
6+
## 2.8.0
7+
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.7.1...2.8.0)
8+
9+
**New Features**
10+
- Parse.File save cancel ([#948](https://github.com/parse-community/Parse-SDK-JS/pull/948))
11+
- Parse.File getData cancel ([#951](https://github.com/parse-community/Parse-SDK-JS/pull/951))
12+
13+
**Fixes**
14+
- React Native Emitter module ([#946](https://github.com/parse-community/Parse-SDK-JS/pull/946))
15+
- Parse.Schema deleteIndex, deleteField returns Parse.Schema ([#949](https://github.com/parse-community/Parse-SDK-JS/pull/949))
16+
17+
**Improvements**
18+
- Compiling on Windows ([#947](https://github.com/parse-community/Parse-SDK-JS/pull/947))
19+
- Generate _localId as UUID ([#956](https://github.com/parse-community/Parse-SDK-JS/pull/956))
520

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse",
3-
"version": "2.7.1",
3+
"version": "2.8.0",
44
"description": "The Parse JavaScript SDK",
55
"homepage": "https://parseplatform.org/",
66
"keywords": [

0 commit comments

Comments
 (0)