@rescript/core
Advanced tools
Comparing version
@@ -5,2 +5,10 @@ # @rescript/core Changelog | ||
## 1.3.0 | ||
This version requires ReScript `>=11.1.0-rc.6`. | ||
- BREAKING: Use new native `bigint` type. This requires ReScript compiler version "11.1.0-rc.6" or higher. https://github.com/rescript-association/rescript-core/pull/207 | ||
- `Int`, `Float`, `BigInt`: use optional args and deprecate `xxxWithRadix`, `xxxWithPrecision` etc. https://github.com/rescript-association/rescript-core/pull/209 | ||
- BREAKING: Add optional `~message: string=?` to `Option.getExn`. This also changes the error raised by `Option.getExn` from `Not_found` to a regular JS error. https://github.com/rescript-association/rescript-core/pull/212 | ||
## 1.2.0 | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "@rescript/core", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"scripts": { | ||
@@ -27,3 +27,3 @@ "clean": "rescript clean", | ||
"peerDependencies": { | ||
"rescript": ">=11.0.0 || ^11.1.0-rc.2" | ||
"rescript": "^11.1.0-rc.7" | ||
}, | ||
@@ -33,4 +33,4 @@ "devDependencies": { | ||
"@rescript/tools": "^0.5.0", | ||
"rescript": "11.1.0-rc.2" | ||
"rescript": "^11.1.0-rc.7" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
510628
1.26%