All Versions
105
Latest Version
Avg Release Cycle
28 days
Latest Release
-

Changelog History
Page 11

  • v0.4.2 Changes

    • Added support for --target flag to request cross-compile against a specific node/node-webkit version.
    • Added preliminary support for node-webkit
    • Fixed support for --target_arch option being respected in all cases.
  • v0.4.1 Changes

    • Fixed exception when only stderr is available in binary test (@bendi / #31)
  • v0.4.0 Changes

    • Enforce only https: based remote publishing access.
    • Added node-pre-gyp info command to display listing of published binaries
    • Added support for changing the directory node-pre-gyp should build in with the -C/--directory option.
    • Added support for S3 prefixes.
  • v0.3.1 Changes

    • Added unpublish command.
    • Fixed module path construction in tests.
    • Added ability to disable falling back to build behavior via npm install --fallback-to-build=false which overrides setting in a depedencies package.json install target.
  • v0.3.0 Changes

    • Support for packaging all files in module_path directory - see app4 for example
    • Added testpackage command.
    • Changed clean command to only delete .node not entire build directory since node-gyp will handle that.
    • .node modules must be in a folder of there own since tar-pack will remove everything when it unpacks.