Skip to content

Releases: SurienDG/NAPI-Thread-Safe-Promise

Version 1.2.6 - Fix some issues with cross platform includes

10 May 02:22
Compare
Choose a tag to compare

Version 1.2.0 - Release update avoid separate compilation only have header file

10 May 00:20
Compare
Choose a tag to compare

This release is to address issues various users with node-gyp when they were on different platforms due to updates with node and node-gyp flow for installing packages so to streamline the installation I am now including everything in the header file (.h) instead

Improve include paths for easier compile

21 Dec 21:22
Compare
Choose a tag to compare
1.1.2

Update to fix issues with includes in gyp

Fixing issues with compiling on WSL

21 Dec 09:46
Compare
Choose a tag to compare
1.1.1

Fix bugs with node gyp on wsl

1.1.0

15 May 03:32
Compare
Choose a tag to compare
  • Provide support for package to be compiled on OSes other than Windows
  • Now instead of adding libraries in binding.gyp instead we add add it as a dependency - see configuration in readme for more info.

1.0.11

14 May 05:08
Compare
Choose a tag to compare
  • Fix bug where napi_thread_safe_promise.lib wouldn't be found on linux systems

1.0.10

11 May 03:32
Compare
Choose a tag to compare
  • improve package.json to include only compiled files in registry release
  • now release has less node production dependencies since they have been moved in dev dependencies now