[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jul 4, 2024
2 parents ca15848 + 096b35a commit e7e6f14
Show file tree
Hide file tree
Showing 7 changed files with 143 additions and 129 deletions.
10 changes: 7 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# History

# 2024-07-04, 13.0.2

- Fix an error in the type definitions of `quantileSeq` (#3223).
Thanks @domdomegg.

# 2024-06-28, 13.0.1

- Fix: #3227 generated bundle containing `catch` blocks without parameters.
- Fix: #2348 update type definitions of the `Parser` methods (#3226).
Thanks @orelbn.
- Fix an error in the type definitions of `quantileSeq` (#3223).
Thanks @domdomegg.

# 2024-05-31, 13.0.0

Expand All @@ -19,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:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit e7e6f14

Please sign in to comment.