speedscope/CHANGELOG.md

25 lines
537 B
Markdown
Raw Normal View History

## [Unreleased]
2018-08-06 00:12:31 +03:00
### Added
### Fixed
* Preserve view state when switching tabs [#100]
* Clamp zoom to prevent floating point issues [#121]
* Prevent dragging from changing selection [#122]
2018-08-08 04:42:56 +03:00
* Prevent non-contiguous blocks in the time ordered flamechart from appearing as a single node for selection [#123]
2018-08-06 00:12:31 +03:00
2018-07-22 05:44:57 +03:00
## [0.4.0] - 2018-07-21
### Added
2018-07-22 05:44:57 +03:00
* Support for importing v8 logs from node [#98]
* Optionally read from stdin via cli [#99]
2018-07-18 18:52:53 +03:00
## [0.3.0] - 2018-07-18
### Added
* Support for remapping profiles using a wasm symbol file [#93]