Releases: abbr/NodeSSPI
Releases · abbr/NodeSSPI
v0.1.5
replaced isTesting with isTestingNodeSSPI to reduce conflict potential
replaced isTesting with isTestingNodeSSPI to reduce conflict poential. Signed-off-by: abbr <[email protected]>
v0.1.3
v0.1.2: bump version # for new binary.
Signed-off-by: abbr <[email protected]>
Make all WinAPI calls async!
This is a significant release to make NodeSSPI fully comply with Node.js non-blocking I/O design philosophy. All WinAPI calls are factored into a separate thread by calling uv_queue_work
.
turned API to async.
changed api to async Signed-off-by: abbr <[email protected]>
v0.0.3: updated version
Signed-off-by: abbr <[email protected]>
v0.0.2: added include memory
Signed-off-by: abbr <[email protected]>
v0.0.1: added .npmignore
Signed-off-by: abbr <[email protected]>