mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
fix #3227: change the minimum required JS version to ES2020 in the docs
This commit is contained in:
parent
9846e8bef2
commit
0bb0c3c8cf
@ -22,7 +22,8 @@ Breaking changes:
|
||||
- Upgrade to `fraction.js@4.3.7`,
|
||||
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:
|
||||
|
||||
|
||||
@ -76,7 +76,7 @@ See the [Getting Started](https://mathjs.org/docs/getting_started.html) for a mo
|
||||
|
||||
## Browser support
|
||||
|
||||
Math.js works on any ES6 compatible JavaScript engine, including node.js, Chrome, Firefox, Safari, and Edge.
|
||||
Math.js works on any [ES2020](https://262.ecma-international.org/11.0/) compatible JavaScript engine, including node.js, Chrome, Firefox, Safari, and Edge.
|
||||
|
||||
|
||||
## Documentation
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user