Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Update parse to the latest version 🚀 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Aug 4, 2018

Version 2.0.0 of parse was just published.

Dependency parse
Current Version 1.11.1
Type dependency

The version 2.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of parse.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 28 commits.

  • b9b4564 chore(package): update jasmine-reporters to version 2.3.2 (#618)
  • c344fd4 SDK v2 (#620)
  • b762756 Pinned gulp-watch (#616)
  • a0f050d Update CONTRIBUTING.md (#615)
  • 5b3379f Adds ability to watch the build (#614)
  • 358a335 Moves integration test at top level with jasmine (#593)
  • 25d13ed chore(package): update codecov to version 3.0.4 (#610)
  • ceb7e4d fix(package): update ws to version 6.0.0 (#609)
  • e60d4c5 Fix for the formatting of the ParseFile comment that has (#600)
  • 112f00a chore(package): update gulp-rename to version 1.4.0 (#607)
  • 2640391 Flovilmart/readme updates (#588)
  • de4bc1c Add options to full text search (#573)
  • acdb645 Insist on the difference between 'first' and 'get' (#590)
  • c8e2a4a Greenkeeper/initial (#589)
  • e8034f7 Bumps all dependencies with npm update (#586)

There are 28 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Aug 9, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 9, 2018

Version 2.0.1 just got published.

Update to this version instead 🚀

Release Notes v2.0.1
  • Fixes an issue occurring when uploading files with ajax in SDK 2.0
  • Fixes an issue that prevented SDK 2.0 to properly function in a web environemnt
Commits

The new version differs by 4 commits.

  • 2e69f39 :zap: Release v2.0.1 (#624)
  • 64aacec Fix Parse File upload problem via ajax (#628)
  • 688e936 Check if job header is present (#623)
  • bb8955f Fix documentation and type annotations for include and select (#601)

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 27, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 27, 2018

Version 2.0.2 just got published.

Update to this version instead 🚀

Release Notes 2.0.2

2.0.2

  • Fixes issue affecting unsubscribing from liveQueries (#640)
  • Adds support for aggregate stages with identical names (#637)
  • Adds ability to fetch an object with includes (#631)
  • Adds support for $nor operator in queries (#634)
  • Adds support for containedBy operator in queries (#633)
  • Adds support for includeAll (#632)
Commits

The new version differs by 12 commits.

  • c0634d1 :zap: Release 2.0.2 (#649)
  • 6855bd9 modernize cloud code (#642)
  • 81e8c44 Removal of the 'wait=true" comment in destroy (#643)
  • 910f2f4 Fixes issue #639 (#640)
  • db59b63 Adds eslint on src and src/tests (#638)
  • ca9000e Allow aggregate stages with same name (#637)
  • 1353997 Support Fetch With Include (#631)
  • ceb34c5 Support nor Query (#634)
  • 4fd73b0 Support containedBy Query (#633)
  • 506bc83 Add a warning in 2.0.0.md about Promise.finally (#636)
  • 000c1fb Support includeAll Query (#632)
  • 6d5112a Updates docs generation template (#635)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 8, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 8, 2018

Version 2.1.0 just got published.

Update to this version instead 🚀

Release Notes 2.1.0
  • Parse.Error now inherits from Error
Commits

The new version differs by 4 commits.

  • db3cc91 ⚡ Release 2.1.0 (#658)
  • c5d9863 chore(package): update codecov to version 3.1.0 (#654)
  • 69b2e73 Update jsdoc-babel to the latest version 🚀 (#653)
  • b3f1137 chore(package): update babel-eslint to version 9.0.0 (#650)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 14, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 14, 2019

  • The dependency parse was updated from 1.11.1 to 2.2.0.

Update to this version instead 🚀

Commits

The new version differs by 36 commits.

  • 88ff4c2 :zap: Release v2.2.0 (#733)
  • 7da04e2 LiveQuery override data on update (#718)
  • 2ec5a6f Support setting user from JSON (hydrate) (#730)
  • a4ba856 Improve dot notation for updating nested objects (#729)
  • fcd43da Activate Stalebot (#727)
  • 8e0f00c Update babel7 to the latest version 🚀 (#725)
  • f124391 Docs Typo #3 (#721)
  • 15ece68 LiveQuery handle unset operation (#714)
  • 315a98f Add original object to LiveQuery events (#712)
  • e3e105a Add no-var to eslint (#710)
  • 629a550 Local Datastore (#612)
  • 2b6f363 Update babel7 to the latest version 🚀 (#709)
  • 6b3713c Update babel7 to the latest version 🚀 (#707)
  • e66948e Add support for providing file upload progress. (#373)
  • 686ce43 Update babel7 to the latest version 🚀 (#705)

There are 36 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 22, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 22, 2019

  • The dependency parse was updated from 1.11.1 to 2.2.1.

Update to this version instead 🚀

Release Notes for 2.2.1

Addresses critical issue with babel runtime regenerator

Commits

The new version differs by 4 commits.

  • 5538081 Merge pull request #741 from dplewis/release-2.2.1
  • 1a09de3 :zap: Release v2.2.1
  • f477ee7 (fix) regeneratorRuntime is not defined (#740)
  • 6034c04 Update ws to the latest version 🚀 (#738)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 29, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 29, 2019

  • The dependency parse was updated from 1.11.1 to 2.3.1.

Update to this version instead 🚀

Release Notes for 2.3.0

Breaking Changes:

  • query.subscribe() and unsubscribe()returns Promise.

Improvements:

  • LocalDatastore fixes for React-Native (#753)
  • LocalDatastore update from Server (#734)
  • Support for Anonymous Users (#750)
  • File upload via uri (#749)
  • Add support to secured endpoints throught Authorization header (#358)
  • Remove authResponse in FacebookUtils (#728)
  • UserSubclass.logIn and UserSubclass.signUp returns subclass (#756)
  • Subscribe to multiple LiveQuery subscriptions (#758)
Commits

The new version differs by 24 commits.

  • 43c8f91 ⚡️ Release v2.3.0 (#757)
  • b6bc90c LocalDatastore fixes for React-Native (#753)
  • 089e208 Fixes LiveQuery behavior on multiple subscriptions (#758)
  • aceea03 UserSubclass.logIn and UserSubclass.signUp returns subclass (#756)
  • e1d6182 Remove flovilmart's email from COC (#754)
  • 5a71d20 Update babel7 to the latest version 🚀 (#755)
  • d24c346 Update babel7 to the latest version 🚀 (#752)
  • 7428eea Update babel7 to the latest version 🚀 (#751)
  • c3a841c Support for Anonymous Users (#750)
  • 8625ae2 File upload via uri (#749)
  • 13ec8ff Merge pull request #728 from durunvo/master
  • d15def9 Merge branch 'master' into master
  • 6708261 Add support to secured endpoints throught Authorization header (#358)
  • 1257623 Replace var with const (#743)
  • 945359f LocalDatastore can update from server (#734)

There are 24 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 30, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 30, 2019

  • The dependency parse was updated from 1.11.1 to 2.3.1.

Update to this version instead 🚀

Release Notes for 2.3.1

Improvements:

  • _linkWith and _unlinkFrom support MasterKey and SessionToken options (#767)

Fixes:

  • File uri upload for Browser / React-Native (#765)

Miscellaneous:

  • Correct homepage in package.json (#9e198b3)
  • Add Issues template for opening GitHub Issue (#760)
  • Add Public email address to satisfy an npmjs requirement (#764)
Commits

The new version differs by commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 4, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 4, 2019

  • The dependency parse was updated from 1.11.1 to 2.3.2.

Update to this version instead 🚀

Release Notes for 2.3.2

Improvements:

  • Support getData from Parse.File (#780)
  • Parse.FacebookUtils logIn and link support MasterKey and SessionToken options (#779)

Fixes:

  • Remove node modules http and https from React-Native build (#776)
Commits

The new version differs by 14 commits.

  • 582635e ⚡️ Release v2.3.2 (#787)
  • 72f02ec Update babel7 to the latest version 🚀 (#781)
  • 2f098a5 Get Data from File (#780)
  • d8e0421 Update eslint-plugin-flowtype to the latest version 🚀 (#784)
  • d417885 Update eslint-plugin-flowtype to the latest version 🚀 (#783)
  • b57ee8a Update codecov to the latest version 🚀 (#782)
  • ba6c448 Add test cases for FacebookUtils (#779)
  • 02366c9 Fix #775 (#776)
  • 3b14bd5 chore(package): update eslint to version 5.16.0 (#772)
  • 848b3f4 Merge pull request #777 from pocketcolin/bugs/docs_object_save_method
  • a2908a4 Fixed object save method params documentation
  • 1a2abb0 fix badge links
  • 92ff61f Add two unit tests: (#769)
  • aa03b23 Update README.md

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 24, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 24, 2019

  • The dependency parse was updated from 1.11.1 to 2.4.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 12, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 12, 2019

  • The dependency parse was updated from 1.11.1 to 2.5.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 29, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 29, 2019

  • The dependency parse was updated from 1.11.1 to 2.6.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 28, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 28, 2019

  • The dependency parse was updated from 1.11.1 to 2.7.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 7, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 7, 2019

  • The dependency parse was updated from 1.11.1 to 2.7.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 15, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 15, 2019

  • The dependency parse was updated from 1.11.1 to 2.8.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 7, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 7, 2019

  • The dependency parse was updated from 1.11.1 to 2.9.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 14, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 14, 2019

  • The dependency parse was updated from 1.11.1 to 2.9.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 3, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 3, 2019

  • The dependency parse was updated from 1.11.1 to 2.10.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 24, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 24, 2019

  • The dependency parse was updated from 1.11.1 to 2.11.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 30, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 30, 2020

  • The dependency parse was updated from 1.11.1 to 2.12.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 27, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 27, 2020

  • The dependency parse was updated from 1.11.1 to 2.13.0.

Update to this version instead 🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants