From 7cfc6fb13e1ee1517a5d447a04cb1ef7e3ab2551 Mon Sep 17 00:00:00 2001 From: Diamond Lewis Date: Tue, 23 Feb 2021 20:10:45 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20Release=203.1.0=20(#1310)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 23 ++++++++++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3ce4e25a..445b8b2ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,28 @@ # Parse-SDK-JS ### master -[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/3.0.0...master) +[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/3.1.0...master) + +## 3.1.0 +[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/3.0.0...3.1.0) + +**Breaking Changes** +`Parse.Push.send` will now return the pushStatusId instead of `{ result: true }` + +**Features** +- Add Server Health Check `Parse.getServerHealth()` ([#1307](https://github.com/parse-community/Parse-SDK-JS/pull/1307)) +- Allow saving with custom objectId `Parse.allowCustomObjectId = true` ([#1309](https://github.com/parse-community/Parse-SDK-JS/pull/1309)) +- `Parse.Push.send` now returns pushStatusId ([#1302](https://github.com/parse-community/Parse-SDK-JS/pull/1302)) +- Add `Parse.Push.getPushStatus` ([#1302](https://github.com/parse-community/Parse-SDK-JS/pull/1302)) + +**Improvements** +- Add modifiers to `query.startsWith` ([#1306](https://github.com/parse-community/Parse-SDK-JS/pull/1306)) +- Add modifiers to `query.endsWith` ([#1306](https://github.com/parse-community/Parse-SDK-JS/pull/1306)) + +**Fixes** +- EventuallyQueue now polls against `/health` endpoint, caused 403 forbidden side effect ([#1305](https://github.com/parse-community/Parse-SDK-JS/pull/1305)) +- Allow nested increment on undefined fields ([#1303](https://github.com/parse-community/Parse-SDK-JS/pull/1303)) +- Handle increment on nested fields any level deep ([#1301](https://github.com/parse-community/Parse-SDK-JS/pull/1301)) ## 3.0.0 [Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.19.0...3.0.0) diff --git a/package-lock.json b/package-lock.json index a65dcfd1b..090533445 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f302fe523..15deca99a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse", - "version": "3.0.0", + "version": "3.1.0", "description": "The Parse JavaScript SDK", "homepage": "https://parseplatform.org/", "keywords": [