Skip to content

Commit c4f1472

Browse files
authored
Merge branch 'alpha' into support-PS6
2 parents af1cc04 + 5dabffb commit c4f1472

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
NODE_VERSION: 16.18.1
2929
- name: Node 18
3030
NODE_VERSION: 18.12.1
31+
- name: Node 19
32+
NODE_VERSION: 19.3.0
3133
fail-fast: false
3234
steps:
3335
- name: Fix usage of insecure GitHub protocol

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ For React Native applications, include `'parse/react-native.js'`:
7272
const Parse = require('parse/react-native.js');
7373

7474
// On React Native >= 0.50 and Parse >= 1.11.0, set the Async
75-
const AsyncStorage = require('react-native').AsyncStorage;
75+
const AsyncStorage = require('@react-native-async-storage/async-storage');
7676
Parse.setAsyncStorage(AsyncStorage);
7777
```
7878

@@ -99,6 +99,9 @@ Parse JS SDK is continuously tested with the most recent releases of Node.js to
9999
| Version | Latest Version | End-of-Life | Compatible |
100100
|------------|----------------|-------------|------------|
101101
| Node.js 14 | 14.19.1 | April 2023 | ✅ Yes |
102+
| Node.js 16 | 16.19.0 | September 2023 | ✅ Yes |
103+
| Node.js 18 | 18.12.1 | April 2025 | ✅ Yes |
104+
| Node.js 19 | 19.3.0 | June 2023 | ✅ Yes |
102105

103106

104107
## Upgrading to Parse SDK 2.0.0

changelogs/CHANGELOG_alpha.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [4.0.0-alpha.5](https://github.com/parse-community/Parse-SDK-JS/compare/4.0.0-alpha.4...4.0.0-alpha.5) (2023-01-06)
2+
3+
4+
### Features
5+
6+
* Add node 19 support ([8ed0fab](https://github.com/parse-community/Parse-SDK-JS/commit/8ed0faba400642571ff90b9645a6e4fcef16c475))
7+
* Add Node 19 support ([#1643](https://github.com/parse-community/Parse-SDK-JS/issues/1643)) ([dfb5196](https://github.com/parse-community/Parse-SDK-JS/commit/dfb5196ea135e2e7bfbfa9df443162a144ec9ee4))
8+
19
# [4.0.0-alpha.4](https://github.com/parse-community/Parse-SDK-JS/compare/4.0.0-alpha.3...4.0.0-alpha.4) (2022-12-21)
210

311

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse",
3-
"version": "4.0.0-alpha.4",
3+
"version": "4.0.0-alpha.5",
44
"description": "The Parse JavaScript SDK",
55
"homepage": "https://parseplatform.org/",
66
"keywords": [

0 commit comments

Comments
 (0)