This repository was archived by the owner on Jun 18, 2021. It is now read-only.
Tags: nodejs/node-report
Toggle v2.2.11's commit message
2.2.11
* build: disable compiler inlining on z/OS (#146) (Gaby Baghdadi)
* readme: add sunset info (#144) (Gireesh Punathil)
Toggle v2.2.10's commit message
2.2.10
* Add hostname to Machine line on AIX (#141) (Richard Lau)
Toggle v2.2.9's commit message
2.2.9
* Apply EBCDIC to ASCII conversions only if node wasn't built with -qASCII (#138) (Gaby Baghdadi)
Toggle v2.2.8's commit message
2.2.8
* Fix npm audit warning (#136) (Richard Lau)
* Update supported Node.js versions in README.md (#134) (Richard Lau)
Toggle v2.2.7's commit message
2.2.7
* Add support for z/OS (#129) (Gaby Baghdadi)
Toggle v2.2.6's commit message
2.2.6
* Restore uppercase C++ method names (Richard Lau)
Toggle v2.2.5's commit message
2.2.5
* Remove `setCoreDump` (Richard Lau)
* Use nan helpers to set exports (Richard Lau)
Toggle v2.2.4's commit message
2.2.4
* Fix use of deprecated methods removed in V8 7.0 (Richard Lau)
Toggle v2.2.3's commit message
2.2.3
* Fix CI failures on ubuntu1804 (Richard Lau)
* chore: update dependencies (Richard Lau)
Toggle v2.2.2's commit message
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)