Skip to content

Commit fdd0174

Browse files
authoredApr 20, 2024··
Document version requirements/compatibility for Core 1.3.0 (#215)
1 parent 871b6f7 commit fdd0174

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
 

‎README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ ReScript's new standard library. Intended to be familiar for JavaScript develope
44

55
In ReScript 11, it is shipped as a separate npm package @rescript/core that is added to your project as per the [installation instructions](https://rescript-lang.org/docs/manual/latest/installation). In future ReScript versions, it will be included with the `rescript` npm package itself.
66

7-
## Versioning
7+
## Versioning and Compatibility
88

9-
- Versions [`0.x`](https://github.com/rescript-association/rescript-core/tree/0.x) targets ReScript v10.1 and below.
10-
- Versions `1.x` targets ReScript v11 and above, and contains code that will not work with v10.1 and below.
9+
| @rescript/core | ReScript |
10+
| --------------------------------------------------------------------- | --------------------- |
11+
| 1.3.0 | 11.1+, uncurried mode |
12+
| 1.0.0-1.2.0 | 11.0+ |
13+
| [0.x](https://github.com/rescript-association/rescript-core/tree/0.x) | 10.1+ |
1114

1215
## Background
1316

0 commit comments

Comments
 (0)
Please sign in to comment.