-
Notifications
You must be signed in to change notification settings - Fork 577
refactor(bindings/node)!: Change is_exist
to exists
to align with nodejs API style
#5731
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
Conversation
Signed-off-by: yihong0618 <[email protected]>
Signed-off-by: yihong0618 <[email protected]>
Signed-off-by: yihong0618 <[email protected]>
Nodejs does have an Maybe we can add |
Hi @yihong0618, this update will introduce a breaking change to Node.js. Would you be willing to update upgrade.md so we can inform users about it? It's also fine to start another PR for this. |
is_exist
to exists
to align with nodejs API style
is_exist
to exists
to align with nodejs API styleis_exist
to exists
to align with nodejs API style
will do this in this PR |
Also, this change is not a |
learned that thanks |
Signed-off-by: yihong0618 <[email protected]>
bindings/nodejs/upgrade.md
Outdated
@@ -1,3 +1,11 @@ | |||
# Upgrade to v0.53 |
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.
The next version of nodejs will be 0.48
:
opendal/bindings/nodejs/package.json
Line 4 in 3cfce47
"version": "0.47.11", |
Signed-off-by: yihong0618 <[email protected]>
Signed-off-by: yihong0618 <[email protected]>
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.
Thank you @yihong0618 for this change!
Which issue does this PR close?
this patch chore node biding also from commnet #5717
and also chore the package.json version to fix audit.