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

NodeJS 12 #47

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pavel-yasiukevich
Copy link

I added v8::Isolate and v8::Context as method parameters since deprecated API was removed.
I also got the rid of legacy v8::Handle replacing it with v8::Local.
Tested both on Ubuntu and Windows for the following major NodeJS versions: 8, 10, 12.

@millerick
Copy link

@marcominetti , can we make progress towards merging this?

@bimalkant-lauhny
Copy link

@marcominetti tested npm install ing these changes with node v10 and v12. Successfully done.

atsjj added a commit to atsjj/memwatch that referenced this pull request May 7, 2020
* Forked from https://github.com/marcominetti/node-memwatch
* Merged pull request marcominetti#47
* Refactored from Mocha to Ava, renamed `tests.js` to `test.js`
* Added `ava` at `^3.8.1`
* Bumped `bindings` to `^1.5.0`
* Bumped `nan` to `^2.14.1`
* Bumped required node version to `>= 12`
* Removed `mocha`
* Removed `should`
* Cleaned up package.json, consolidated `contributors`
* Added `auto-changelog` config to package.json
* Added `release-it` config to package.json
* Added missing contributors to package.json
* Changed package name to `@atsjj/memwatch-next`
@atsjj
Copy link

atsjj commented May 7, 2020

I've gone ahead and merged this request on my own fork and published to NPM @pavel-yasiukevich, please see https://github.com/atsjj/memwatch/releases/tag/1.0.0.

I needed this patch and figured others would benefit from it too! Much appreciation to those who have contributed, I feel this is the least I could do to help.

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

Successfully merging this pull request may close these issues.

4 participants