Skip to content
This repository was archived by the owner on Jun 18, 2021. It is now read-only.

Releases: nodejs/node-report

v2.2.11

03 Jul 11:04

Choose a tag to compare

2.2.11

  • build: disable compiler inlining on z/OS (#146) (Gaby Baghdadi)
  • readme: add sunset info (#144) (Gireesh Punathil)

v2.2.9

31 Oct 19:38

Choose a tag to compare

2.2.9:

  • Apply EBCDIC to ASCII conversions only if node wasn't built with -qASCII (#138) (Gaby Baghdadi)

v2.2.8

10 Jul 07:30

Choose a tag to compare

2.2.8:

  • Fix npm audit warning (#136) (Richard Lau)
  • Update supported Node.js versions in README.md (#134) (Richard Lau)

v2.2.7

06 Jun 16:09

Choose a tag to compare

2.2.7:

  • Add support for z/OS (#129) (Gaby Baghdadi)

v2.2.6

02 Apr 22:52

Choose a tag to compare

2.2.6:

  • Restore uppercase C++ method names (Richard Lau)

v2.2.5

31 Mar 18:59

Choose a tag to compare

2.2.5

  • Remove setCoreDump (Richard Lau)
  • Use nan helpers to set exports (Richard Lau)

v2.2.4

17 Mar 23:32

Choose a tag to compare

2.2.4

  • Fix use of deprecated methods removed in V8 7.0 (Richard Lau)

v2.2.3

05 Mar 11:13

Choose a tag to compare

2.2.3

  • Fix CI failures on ubuntu1804 (Richard Lau)
  • chore: update dependencies (Richard Lau)

v2.2.2: 2.2.2

22 Jan 19:25

Choose a tag to compare

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

12 Apr 17:43

Choose a tag to compare

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)