-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drops support for Node 10.x, 12.x and adds 18.x #723
Drops support for Node 10.x, 12.x and adds 18.x #723
Conversation
|
matrix: | ||
node-version: [10.x, 12.x, 14.x, 16.x] | ||
node-version: [14.x, 16.x, 18.x] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a quick question here. According to the README.md, should this node-version also include 20?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My mistake. README is wrong—Node 20 hasn't been released yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My mistake. README is wrong—Node 20 hasn't been released yet.
Other than that, looks good to me.
* Drops support for Node 10.x, 12.x and adds 18.x (#723) * move to native `BigInt` from `JSBI` (#721) * Updates typedoc syntax to address warnings (#733) * updates test-driver to es2020 (#736) * Migrate linting from TSLint to ESLint (#737) * adds changes for resolving ion-test-driver build issue (#748) * adds changes to allow `dom.Decimal` construction from `Number` and `String` (#746) * updates uglify version * adds changes for upconverting JS value for dom collections (#749) * removes deprecated method `byteValue()` for v5.0.0 release (#750) * modifies `Struct#elements()` to return all field values (#754) --------- Co-authored-by: Matthew Pope <[email protected]> Co-authored-by: Delaney <[email protected]> Co-authored-by: Zack Slayton <[email protected]> Co-authored-by: Andrey Lipatkin <[email protected]>
Issue #, if available:
None
Description of changes:
This updates the supported versions of Node.js and bumps the version to
5.0.0-SNAPSHOT
(since dropping support for old node is theoretically a backwards incompatible change).Note that this PR is against the
v5.0.0-development
branch, not against master.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.