This repository was archived by the owner on Jun 18, 2021. It is now read-only.
Releases: nodejs/node-report
Releases · nodejs/node-report
v2.2.11
v2.2.9
v2.2.8
v2.2.7
v2.2.6
2.2.6:
- Restore uppercase C++ method names (Richard Lau)
v2.2.5
2.2.5
- Remove
setCoreDump(Richard Lau) - Use nan helpers to set exports (Richard Lau)
v2.2.4
2.2.4
- Fix use of deprecated methods removed in V8 7.0 (Richard Lau)
v2.2.3
2.2.3
- Fix CI failures on ubuntu1804 (Richard Lau)
- chore: update dependencies (Richard Lau)
v2.2.2: 2.2.2
2.2.2
- Fix use of deprecated methods removed in V8 7.0 (Richard Lau)
- Fix build on Windows with libuv 1.22 and later (Richard Lau)
- Rename LICENCE.md to LICENSE.md (Julian Alimin)
- Update README.md to correct code example (Manusaporn Treerungroj)
- Add event loop thread times to node-report on OSX, which doesn't support RUSAGE_THREAD. (Howard Hellyer)
- Replace node::signo_string with local implementation (Richard Chamberlain)
v2.2.1
2.2.1
- Update README to show support for Node.js 8 (Richard Chamberlain)
- Remove use of std::map to sort version strings (Richard Chamberlain)
- Restructure node_report.cc, move functions to utilities.cc (Richard Chamberlain)
- Fix compile and linking issues on Alpine Linux (Richard Chamberlain)