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
@@ -29,6 +29,7 @@ A library that gives you access to the powerful Parse Server backend from your J
29
29
30
30
-[Getting Started](#getting-started)
31
31
-[Using Parse on Different Platforms](#using-parse-on-different-platforms)
32
+
-[Compatibility](#compatibility)
32
33
-[Upgrading to Parse SDK 2.0.0](#upgrading-to-parse-sdk-200)
33
34
-[3rd Party Authentications](#3rd-party-authentications)
34
35
-[Want to ride the bleeding edge?](#want-to-ride-the-bleeding-edge)
@@ -89,6 +90,17 @@ $ npm install @types/parse
89
90
90
91
Types are updated manually after every release. If a definition doesn't exist, please submit a pull request to [@types/parse][types-parse]
91
92
93
+
## Compatibility
94
+
95
+
### Node.js
96
+
97
+
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.
98
+
99
+
| Version | Latest Version | End-of-Life | Compatible |
With Parse SDK 2.0.0, gone are the backbone style callbacks and Parse.Promises.
@@ -113,12 +125,12 @@ And don't forget, if you plan to deploy it remotely, you should run `npm install
113
125
114
126
We really want Parse to be yours, to see it grow and thrive in the open source community. Please see the [Contributing to Parse Javascript SDK guide][contributing].
0 commit comments