Skip to content

Commit 8f7a8f4

Browse files
authoredJan 24, 2023
docs: Remove migration docs of outdated versions (#8403)
1 parent f7f5e7e commit 8f7a8f4

File tree

3 files changed

+0
-315
lines changed

3 files changed

+0
-315
lines changed
 

‎2.3.0.md

-82
This file was deleted.

‎3.0.0.md

-226
This file was deleted.

‎README.md

-7
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ A big *thank you* 🙏 to our [sponsors](#sponsors) and [backers](#backers) who
9292
- [Using automatically generated operations](#using-automatically-generated-operations)
9393
- [Customizing your GraphQL Schema](#customizing-your-graphql-schema)
9494
- [Learning more](#learning-more)
95-
- [Upgrading to Parse Server 3.0](#upgrading-to-parse-server-30)
9695
- [Contributing](#contributing)
9796
- [Contributors](#contributors)
9897
- [Sponsors](#sponsors)
@@ -1154,12 +1153,6 @@ You also have a very powerful tool inside your GraphQL Playground. Please look a
11541153
11551154
Additionally, the [GraphQL Learn Section](https://graphql.org/learn/) is a very good source to learn more about the power of the GraphQL language.
11561155
1157-
# Upgrading to Parse Server 3.0
1158-
1159-
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.
1160-
1161-
We have written up a [migration guide](3.0.0.md) to help you transition to the next major release.
1162-
11631156
# Contributing
11641157
11651158
Please see the [Contributing Guide](CONTRIBUTING.md).

0 commit comments

Comments
 (0)