Skip to content

Commit

Permalink
Document version requirements/compatibility for Core 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt committed Apr 20, 2024
1 parent 871b6f7 commit 802cd0b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ ReScript's new standard library. Intended to be familiar for JavaScript develope

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.

## Versioning
## Versioning and Compatibility

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

## Background

Expand Down

0 comments on commit 802cd0b

Please sign in to comment.