You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ A library that gives you access to the powerful Parse Server backend from your J
29
29
-[Getting Started](#getting-started)
30
30
-[Using Parse on Different Platforms](#using-parse-on-different-platforms)
31
31
-[Compatibility](#compatibility)
32
+
-[Parse Server](#parse-server)
32
33
-[Node.js](#nodejs)
33
-
-[Upgrading to Parse SDK 2.0.0](#upgrading-to-parse-sdk-200)
34
34
-[3rd Party Authentications](#3rd-party-authentications)
35
35
-[Experimenting](#experimenting)
36
36
-[Contributing](#contributing)
@@ -91,21 +91,23 @@ Types are updated manually after every release. If a definition doesn't exist, p
91
91
92
92
## Compatibility
93
93
94
+
### Parse Server
95
+
96
+
Parse JS SDK is compatible with the following versions of Parse Server.
97
+
98
+
| Parse JS SDK | Parse Server |
99
+
|--------------|--------------|
100
+
| 4.x.x | <= 6.x.x |
101
+
| 5.x.x | >= 7.x.x |
102
+
94
103
### Node.js
95
104
96
105
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.
97
106
98
107
| Version | Latest Version | End-of-Life | Compatible |
0 commit comments