All Versions
22
Latest Version
Avg Release Cycle
55 days
Latest Release
1303 days ago

Changelog History
Page 2

  • v4.7.3 Changes

    February 24, 2019
    • ๐Ÿ‘Œ Support for workers #208
  • v4.7.2 Changes

    December 04, 2018
    • โž• add informative error message for code coverage related failure on Node 8 #205
  • v4.7.1 Changes

    December 03, 2018
    • โœ… unit tests and bug fixes #203
  • v4.0.0 Changes

    • ๐Ÿ”จ internal refactor
    • 0๏ธโƒฃ v8 prof is now the default method of stack collection
    • profile folders renamed to {outputDir}/{name}.0x
    • CLI: add --kernel-tracing option
    • ๐Ÿšš CLI: removed --svg flag
    • ๐Ÿšš CLI: removed --gen flag
    • ๐Ÿšš CLI: removed --timestamp-profiles flag
    • ๐Ÿšš CLI: removed --theme flag
    • ๐Ÿšš CLI: removed --include flag
    • ๐Ÿšš CLI: removed --exclude | -x flag
    • ๐Ÿšš CLI: removed --tiers | -t flag
    • ๐Ÿšš CLI: removed --langs | -l flag
    • CLI: renamed --trace-info to --kernel-tracing-debug flag
    • ๐Ÿšš CLI: removed --logging-output flag
    • ๐Ÿšš CLI: removed --stacks-only flag
    • ๐Ÿšš CLI: removed -d | --delay flag
    • CLI: renamed --json-stacks to --tree-debug flag
    • ๐Ÿšš UI: removed langs button
    • ๐Ÿšš UI: removed theme button
    • ๐Ÿ’… UI: style changes, minor redesign
    • API: altered mapFrames API (frames is now an array of objects, not strings)
    • ๐Ÿ’ป UI: rename/reorganize type labels
    • ๐Ÿ’ป UI: tier coloring improvements
    • ๐Ÿ’ป UI: search improvements
    • ๐Ÿ’ป UI: categorization improvements
    • ๐Ÿšš API: removed log option
    • API: added kernelTracing option
    • ๐Ÿšš API: removed svg option
    • ๐Ÿšš API: removed gen option
    • ๐Ÿšš API: removed timestamp-profiles option
    • ๐Ÿšš API: removed theme option
    • ๐Ÿšš API: removed include option
    • ๐Ÿšš API: removed exclude option
    • ๐Ÿšš API: removed tiers option
    • ๐Ÿšš API: removed langs option
    • API: renamed traceInfo to kernelTracingDebug option
    • ๐Ÿšš API: removed loggingOutput option
    • ๐Ÿšš API: removed stacksOnly option
    • ๐Ÿšš API: removed delay option
    • API: renamed jsonStacks to treeDebug option
    • CLI: enhanced status console output (can be overridden in API)
    • ๐Ÿ”€ UI: added merging capability (v8 prof only)
    • ๐Ÿ“ฑ UI: fully responsive
    • โž• added capturing inline data along side v8 prof ("inlinable" functions)
    • ๐Ÿ‘ profiling REPL no longer supported
    • ๐Ÿ‘Œ support for eval'd code - appears under native frames
    • ๐Ÿ“„ DOCS: readme changes to reflect API changes
    • ๐Ÿ“„ DOCS: additional /docs folder for in depth topics
    • ๐Ÿšš API: removed quiet (still part of CLI)
    • ๐Ÿšš API: removed silent (still part of CLI)
    • ๐Ÿšš API: removed open (still part of CLI)
    • CLI: add --on-port flag
    • API: add onPort option
    • ๐Ÿšš CLI: removed --phase flag
    • ๐Ÿšš API: removed phase option
  • v3.4.1 Changes

    • ๐Ÿ’ป break out the ui and stack converter portions into separate modules: d3-fg and stacks-to-json-tree.
  • v3.4.0 Changes

    • introduce experimental --prof-only flag, generates flamegraph based on internal v8 profiling data, without performing kernel tracing at the same time (as --prof-viz does)
  • v3.3.0 Changes

    • introduce experimental --prof-viz flag, generates additional flamegraph based on internal v8 profiling data
    • ๐Ÿง linux fixes & tidy up
  • v3.2.0 Changes

    • introduce --phase option
    • ๐Ÿ”„ change --delay from 300 to 0 - not a breaking change because --phase provides the same result (stripping module loading stacks) far more reliably.
  • v3.1.0 Changes

    • โœจ enhance --output-dir option with interpolation feature
    • โž• add --output-html option
  • v3.0.2 Changes

    • missing dep