fix #3227: change the minimum required JS version to ES2020 in the docs

This commit is contained in:
Jos de Jong 2024-07-04 11:19:02 +02:00
parent 9846e8bef2
commit 0bb0c3c8cf
2 changed files with 3 additions and 2 deletions

View File

@ -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:

View File

@ -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