Skip to content

Commit af4c86b

Browse files
committed
explain versioning
1 parent c7c78c9 commit af4c86b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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
8+
9+
- Versions `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.
11+
712
## Background
813

914
Goals:

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"src/**/*.mjs"
2424
],
2525
"peerDependencies": {
26-
"rescript": "^10.1.0 || ^11.0.0-alpha.0 || next"
26+
"rescript": "^10.1.0 || ^11.0.0"
2727
},
2828
"devDependencies": {
2929
"rescript": "10.1.4",

0 commit comments

Comments
 (0)