Skip to content

Commit

Permalink
docs: Remove migration docs of outdated versions (#8403)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Jan 24, 2023
1 parent f7f5e7e commit 8f7a8f4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 315 deletions.
82 changes: 0 additions & 82 deletions 2.3.0.md

This file was deleted.

226 changes: 0 additions & 226 deletions 3.0.0.md

This file was deleted.

7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ A big *thank you* 🙏 to our [sponsors](#sponsors) and [backers](#backers) who
- [Using automatically generated operations](#using-automatically-generated-operations)
- [Customizing your GraphQL Schema](#customizing-your-graphql-schema)
- [Learning more](#learning-more)
- [Upgrading to Parse Server 3.0](#upgrading-to-parse-server-30)
- [Contributing](#contributing)
- [Contributors](#contributors)
- [Sponsors](#sponsors)
Expand Down Expand Up @@ -1154,12 +1153,6 @@ You also have a very powerful tool inside your GraphQL Playground. Please look a
Additionally, the [GraphQL Learn Section](https://graphql.org/learn/) is a very good source to learn more about the power of the GraphQL language.
# Upgrading to Parse Server 3.0
Starting Parse Server 3.0, Parse Server uses the Parse JavaScript SDK 2.0. In short, the Parse JavaScript SDK 2.0 removes the backbone style callbacks as well as the `Parse.Promise` object in favor of native promises. All the Cloud Code interfaces also have been updated to reflect those changes, and all backbone style response objects are removed and replaced by promise style resolution.
We have written up a [migration guide](3.0.0.md) to help you transition to the next major release.
# Contributing
Please see the [Contributing Guide](CONTRIBUTING.md).
Expand Down

0 comments on commit 8f7a8f4

Please sign in to comment.