- port to NaN [#31]
- change JS style to Standard
- dropped official support for Node v0.10
- fix build in Make: See: jprichardson#28
- compatible for Node v5 See: jprichardson#29
- removed incorrect references to
node-gyp
: See: jprichardson#27
- removed
node-gyp
dep. In case this breaks anything, bumped major. See: jprichardson#24
- Node.js v4 support jprichardson#21
- Node.js v0.12 support jprichardson#18
- move
pangyp
to dependencies
- dropped
node-gyp
forpangyp
io.js
support jprichardson#13
- added Node 0.11 support jprichardson#11
- API extensions, kexec(cmnd,[args]) now execvps cmd with args directly.
- kexec now returns
exevp
error code if it fails.
- Made Node v0.8 compatible.
- Fixed typo in index.js (Matt Insler)
- Node.js v0.6 support (Matt Insler)
- Initial release