SlimIO / Winmem

Windows Memory - low-level C++/Node.js N-API binding
MIT License
1 stars 0 forks source link

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

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency node-addon-api was updated from 1.7.1 to 2.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: nicknaso License: MIT

Release Notes for Release 2.0.0

SemVer major release to pull changes since the last release. The main motivations for the release are the addition of new APIs:

  • Napi::AsyncProgressWorker
  • Napi::Date
    Improvements on the APIs for Napi:: ThreadSafeFunction and Napi::Object. Furthermore there are some other minor improvements all over the API exposed by the library and its documentation.
Commits

The new version differs by 31 commits.

  • f677794 Prepare release 2.0.0
  • c881168 tsfn: add error checking on GetContext (#583)
  • 24d75dd Merge pull request #588 from NickNaso/add-asyncprogress-worker-readme
  • aa79e37 Merge pull request #587 from timrach/patch-1
  • df75e08 tsfn: support direct calls to underlying napi_tsfn
  • 2298dfa doc: Added AsyncProgressWorker to readme
  • b3609d3 Fix return type and declaration of setter callback
  • 295e560 test: improve guards for experimental features
  • 2e71842 tsfn: Implement copy constructor
  • 650562c src: implement AsyncProgressWorker
  • bdfd141 src: attach data with napi_add_finalizer
  • 9e955a8 doc: change node.js to Node.js per guideline (#579)
  • b42e21e build: move node/6 to travis allowed failures and add node/13 (#573)
  • 8d6132f doc: improve AsyncWorker docs (#571)
  • bc8fc23 test: do not run TSFN tests on NAPI_VERSION < 4

There are 31 commits in total.

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: