781 B
781 B
v8-module-cache Changelog
2018-01-23, Version 1.1.2
- Instead of checking for
process.versions.v8, check thatscript.cachedDataProducedistrue(rather thannull/undefined) for support to be considered existent.
2018-01-23, Version 1.1.1
- Check for the existence of
process.versions.v8before attaching hook (see f8b0388).
2017-03-27, Version 1.1.0
- 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.
2017-02-21, Version 1.0.0
- Initial release.