diff --git a/CHANGELOG.md b/CHANGELOG.md index 17dbfae67..fcaf6717d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,20 @@ # Parse-SDK-JS ### master -[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.13.0...master) +[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.14.0...master) + +## 2.14.0 +[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.13.0...2.14.0) + +**New Features** +- Passing context in destroy, saveAll, get, find hooks. ([#1159](https://github.com/parse-community/Parse-SDK-JS/pull/1159)) +- Support using aggregate on top of constructed query ([#1170](https://github.com/parse-community/Parse-SDK-JS/pull/1170)) + +**Improvements** +- Performance improvement for Query.eachBatch ([#1179](https://github.com/parse-community/Parse-SDK-JS/pull/1179)) + +**Fixes** +- Fix context for cascade saving ([#1186](https://github.com/parse-community/Parse-SDK-JS/pull/1186)) ## 2.13.0 [Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.12.0...2.13.0) diff --git a/package-lock.json b/package-lock.json index 4dafdaf96..58937ea0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse", - "version": "2.13.0", + "version": "2.14.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -13373,10 +13373,40 @@ "integrity": "sha512-vl5bAoSylr3lhK2/6ugZYrpWE66TqJPSFYEJTRcoBeD0cEsCYn7mgqaRdZmHYVYwh16y8EKXBeDSFpv5rtDfHA==", "dev": true, "requires": { + "@babel/runtime": "7.9.2", + "@babel/runtime-corejs3": "7.9.2", "crypto-js": "4.0.0", "react-native-crypto-js": "^1.0.0", "uuid": "3.3.3", + "ws": "7.2.3", "xmlhttprequest": "1.8.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.9.2", + "resolved": "https://sinopia.nmlv.nml.com/@babel%2fruntime/-/runtime-7.9.2.tgz", + "integrity": "sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==", + "dev": true, + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/runtime-corejs3": { + "version": "7.9.2", + "resolved": "https://sinopia.nmlv.nml.com/@babel%2fruntime-corejs3/-/runtime-corejs3-7.9.2.tgz", + "integrity": "sha512-HHxmgxbIzOfFlZ+tdeRKtaxWOMUoCG5Mu3wKeUmOxjYrwb3AAHgnmtCUbPPK11/raIWLIBK250t8E2BPO0p7jA==", + "dev": true, + "requires": { + "core-js-pure": "^3.0.0", + "regenerator-runtime": "^0.13.4" + } + }, + "ws": { + "version": "7.2.3", + "resolved": "https://sinopia.nmlv.nml.com/ws/-/ws-7.2.3.tgz", + "integrity": "sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ==", + "dev": true + } } }, "parse-asn1": { @@ -13496,7 +13526,8 @@ "tv4": "1.3.0", "uuid": "3.4.0", "winston": "3.2.1", - "winston-daily-rotate-file": "4.4.2" + "winston-daily-rotate-file": "4.4.2", + "ws": "7.2.3" }, "dependencies": { "commander": { @@ -13522,6 +13553,12 @@ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", "dev": true + }, + "ws": { + "version": "7.2.3", + "resolved": "https://sinopia.nmlv.nml.com/ws/-/ws-7.2.3.tgz", + "integrity": "sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ==", + "dev": true } } }, diff --git a/package.json b/package.json index 1c03a39e8..a68e3c1fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse", - "version": "2.13.0", + "version": "2.14.0", "description": "The Parse JavaScript SDK", "homepage": "https://parseplatform.org/", "keywords": [