Skip to content
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

Update node-addon-api to the latest version 🚀 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Aug 21, 2017

Version 0.6.2 of node-addon-api just got published.

Dependency node-addon-api
Current Version 0.5.1
Type dependency

The version 0.6.2 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of node-addon-api.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 5 commits.

  • ca92548 sync the files from node for publishing
  • 298f862 bump version for publishing
  • cb5b954 Converter: Disambiguate references to "path"
  • 73ff802 Fix ObjectWrap constructor
  • dfb59ac Change removed napi_create_number to napi_create_double

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

greenkeeper bot added a commit that referenced this pull request Aug 25, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 25, 2017

Version 0.6.3 just got published.

Update to this version instead 🚀

Release Notes v0.6.3

Improve compatibility support for older Node.js versions.

Commits

The new version differs by 8 commits.

  • 790de9f Use old-style functions and use safe-buffer
  • a870338 Introduce flag check
  • 67c12f6 update package.json for release
  • 3efce08 Avoid node_modules during conversion
  • 2b4e2d9 Use a version check to determine if N-API is internal
  • e46d590 package: add convenience doc npm script
  • d2eeea5 doc: proper doc comments for Function::New
  • 633c47d Provide alternative for v8::Private and backport NODE_RELEASE

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 27, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 27, 2017

Version 1.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • 82c2fa5 Update version for release
  • 8f50294 update for latest n-api changes
  • 8b66730 src: update to latest n-api
  • 646e1b6 Fix Node n-api support check
  • ec33379 Fix crash due to ObjectWrap copying CallbackInfo
  • 749f1ac fix FunctionCallbackInfo only converted in .cc files
  • ed6782a object dereference for Set conversion from '->' to '.'
  • c98fe89 fix conversion tool which created two return statements when there's an error thrown
  • 458f576 Replace napi_is_construct_call with napi_get_new_target

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 20, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 20, 2017

Version 1.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 21 commits.

  • 128ca1b src: update package.json for release
  • e90a80b Split the object test into smaller tests
  • 82656bb Add explicit reference to Node.js CoC
  • c9a674f Implement Object::HasOwnProperty() method
  • 5a5920a Clean up include path and flag-check
  • 4fb53a0 Fix test script for node 4.x
  • 7b2d8ad Handle indentation in conversion
  • 51f00b1 src: Fix warnings when running npm test
  • e6430c2 doc: Scaffolding for documentation
  • 8ffea15 Implement Promises.
  • 148ecfa Catch segfaults, fix a segfault, track build type
  • 988c9a9 Update to upstream with some modifications
  • 22be609 Fix segfault in test
  • d3f62e3 Fix a crash when setter is nullpta
  • 4173b09 Allow easy definition of iterators.

There are 21 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants