Skip to content
This repository has been archived by the owner on Jul 18, 2021. It is now read-only.

Releases: lobodpav/node-unix-access

Module is now DEPRECATED

17 Jun 12:24
Compare
Choose a tag to compare

This module is now deprecated in favor of native Node.js implementations of fs.access() and fs.accessSync().

Fixed memory leak

17 Jun 12:08
Compare
Choose a tag to compare

Fixed memory leak in async() version

Fixed incompatibilities with new V8 versions

17 Jun 12:07
Compare
Choose a tag to compare

Rewritten the module by using Nan module to eliminate incompatibilities with new V8 versions (preparation for Node.js 4.0)

Added version of Node.js this module depends on

16 Mar 02:26
Compare
Choose a tag to compare

Compatibility with Node.js 0.12.0

16 Mar 01:37
Compare
Choose a tag to compare

This version is now deployable on Node.js 0.12.x under the new V8 which has changed its API.
If you need to run this module under Node.js 0.10.x, use the previous version 0.1.1.

Initial release

17 Jun 12:06
Compare
Choose a tag to compare

Initial release with both sync and async versions of the UNIX access() wrapper functions