Skip to content

Releases: SurienDG/NAPI-Thread-Safe-Promise

Version 1.2.6 - Fix some issues with cross platform includes

Choose a tag to compare

@SurienDG SurienDG released this 10 May 02:22
Update code for version 1.2.6

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

Choose a tag to compare

@SurienDG SurienDG released this 10 May 00:20

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

Choose a tag to compare

@SurienDG SurienDG released this 21 Dec 21:22
1.1.2

Update to fix issues with includes in gyp

Fixing issues with compiling on WSL

Choose a tag to compare

@SurienDG SurienDG released this 21 Dec 09:46
1.1.1

Fix bugs with node gyp on wsl

1.1.0

Choose a tag to compare

@SurienDG SurienDG released this 15 May 03:32
  • 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

Choose a tag to compare

@SurienDG SurienDG released this 14 May 05:08
  • Fix bug where napi_thread_safe_promise.lib wouldn't be found on linux systems

1.0.10

Choose a tag to compare

@SurienDG SurienDG released this 11 May 03:32
  • 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