-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #3227: change the minimum required JS version to ES2020 in the docs
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,8 @@ Breaking changes: | |
- Upgrade to `[email protected]`, | ||
see <https://github.com/rawify/Fraction.js/issues/68>. | ||
- Dropped support for JavaScript engines that do not fully support ES6 or | ||
`bigint`, or are not actively maintained. | ||
`bigint`, or are not actively maintained. ES2020 is now the minimum required | ||
EcmaScript version. | ||
|
||
Non-breaking changes: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters