-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
143 additions
and
129 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 |
---|---|---|
@@ -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 | ||
|
||
|
@@ -19,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
Oops, something went wrong.