Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Latest commit

 

History

History
107 lines (85 loc) · 5.19 KB

CHANGELOG.md

File metadata and controls

107 lines (85 loc) · 5.19 KB

Change log

v0.5.1 - 2019-11-22

  • Fixed: Support global installs of nodejs-dashboard. Add the node_modules directory from wherever nodejs-dashboard is installed to NODE_PATH to support node -r nodejs-dashboard required for full usage. #90
  • Internal: Use SIGINT for Ctrl-c. #93

v0.5.0 - 2019-11-21

  • Breaking: Update node engines to 8+
  • Internal: Upgrade all prod + dev dependencies
  • Internal: Update to es-next code from at least auto-fixes.

v0.4.3 - 2017-12-01

  • Fixed: Environment variable names on Linux #76
  • Added: Goto User-Defined Time Index #68
  • Added: Pause, Rewind and Fast Forward Graphs #67
  • Added: Longer history for graphs #64

v0.4.2 - 2017-12-01

  • Not Published: Bad release.

v0.4.1 - 2017-03-21

  • Added: Historical memory usage graph #63
  • Added: Support for log filtering - see README #62

v0.4.0 - 2017-02-18

  • Added: Support multiple customizable layouts #53, #59 - see README
  • Removed: -i, --interleave option - now available through layouts
  • Changed: Line graphs in default layout show 30s instead of 10s of data #59
  • Changed: Improve views positioning, rerender on screen resize #51
  • Fixed: Properly disable autoscroll if user has scrolled up #56
  • Internal: Add description and keywords to package.json #49
  • Internal: Test coverage #52, set up travis #54, add tests for views #57

v0.3.0 - 2016-12-20

  • Added: interleave mode for stdout/stderr #47

v0.2.1 - 2016-12-01

  • Fixed: Memory leak bug #45

v0.2.0 - 2016-11-03

  • Added: Support older versions of node (0.10+) by converting to es5 syntax #43, #44

v0.1.2 - 2016-10-20

  • Changed: Round cpu percentage to nearest decimal #35
  • Docs: Add examples to README #28, describe global install usage #37
  • Internal: Better tests #34

v0.1.1 - 2016-10-14

  • Changed: Limit node version in package.json #18
  • Docs: Update README #4, include exit keybindings #11

v0.1.0 - 2016-10-11

  • Docs: Update readme styling #1
  • Internal: Remove dependency on root-require, update repo url in package.json #2
  • Internal: Test scaffolding and basic reporter integration test #3