Skip to content

Commit 1c085ff

Browse files
authored
docs: Clarify compatibility table with Parse Server (#2207)
1 parent 4ce1f24 commit 1c085ff

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,36 @@ A library that gives you access to the powerful Parse Server backend from your J
2626

2727
---
2828

29-
- [Getting Started](#getting-started)
30-
- [Using Parse on Different Platforms](#using-parse-on-different-platforms)
31-
- [Core Manager](#core-manager)
3229
- [Compatibility](#compatibility)
3330
- [Parse Server](#parse-server)
3431
- [Node.js](#nodejs)
32+
- [Getting Started](#getting-started)
33+
- [Using Parse on Different Platforms](#using-parse-on-different-platforms)
34+
- [Core Manager](#core-manager)
3535
- [3rd Party Authentications](#3rd-party-authentications)
3636
- [Experimenting](#experimenting)
3737
- [Contributing](#contributing)
3838

39+
## Compatibility
40+
41+
### Parse Server
42+
43+
Parse JS SDK is compatible with the following versions of Parse Server.
44+
45+
| Parse JS SDK | Parse Server |
46+
|------------------|--------------|
47+
| >= 4.0.0 < 5.0.0 | <= 6.0.0 |
48+
| >= 5.0.0 | >= 7.0.0 |
49+
50+
### Node.js
51+
52+
Parse JS SDK is continuously tested with the most recent releases of Node.js to ensure compatibility. We follow the [Node.js Long Term Support plan](https://github.com/nodejs/Release) and only test against versions that are officially supported and have not reached their end-of-life date.
53+
54+
| Version | Latest Version | End-of-Life | Compatible |
55+
|------------|----------------|-------------|------------|
56+
| Node.js 18 | 18.19.0 | April 2025 | ✅ Yes |
57+
| Node.js 20 | 20.10.0 | April 2026 | ✅ Yes |
58+
3959
## Getting Started
4060

4161
The easiest way to integrate the Parse SDK into your JavaScript project is through the [npm module](https://npmjs.org/parse).
@@ -102,26 +122,6 @@ Parse.CoreManager.set('REQUEST_ATTEMPT_LIMIT', 1)
102122
Parse.CoreManager.setRESTController(MyRESTController);
103123
```
104124

105-
## Compatibility
106-
107-
### Parse Server
108-
109-
Parse JS SDK is compatible with the following versions of Parse Server.
110-
111-
| Parse JS SDK | Parse Server |
112-
|--------------|--------------|
113-
| 4.x.x | <= 6.x.x |
114-
| 5.x.x | >= 7.x.x |
115-
116-
### Node.js
117-
118-
Parse JS SDK is continuously tested with the most recent releases of Node.js to ensure compatibility. We follow the [Node.js Long Term Support plan](https://github.com/nodejs/Release) and only test against versions that are officially supported and have not reached their end-of-life date.
119-
120-
| Version | Latest Version | End-of-Life | Compatible |
121-
|------------|----------------|-------------|------------|
122-
| Node.js 18 | 18.19.0 | April 2025 | ✅ Yes |
123-
| Node.js 20 | 20.10.0 | April 2026 | ✅ Yes |
124-
125125
## 3rd Party Authentications
126126

127127
Parse Server supports many [3rd Party Authenications][3rd-party-auth]. It is possible to [linkWith][link-with] any 3rd Party Authentication by creating a [custom authentication module][custom-auth-module].

0 commit comments

Comments
 (0)