- Fix segmentation fault with Rosetta on Apple Silicon #45.
- Fix use require.main instead of module.parent #34.
- Added
V8_COMPILE_CACHE_CACHE_DIRoption #23.
- Stop using process.umask() #28.
- Fix Electron by calling the module wrapper with
Buffer#10.
- Add
LICENSEfile #19. - Add "repository" to
package.json(see eea336e). - Support
require.resolve.paths(added in Node v8.9.0) #20/#22.
- Re-publish.
- Support
require.resolveoptions (added in Node v8.9.0).
- Use
Buffer.allocinstead ofnew Buffer(). - Drop support for Node 5.x.
- Instead of checking for
process.versions.v8, check thatscript.cachedDataProducedistrue(rather thannull/undefined) for support to be considered existent.
- Check for the existence of
process.versions.v8before attaching hook (see f8b0388).
- Safer cache directory creation (see bcb3b12).
- The cache is now suffixed with the user's uid on POSIX systems (i.e.
/path/to/tmp/v8-compile-cache-1234).
- The cache is now suffixed with the user's uid on POSIX systems (i.e.
- Initial release.