mirror of
https://github.com/davidmarkclements/0x.git
synced 2026-02-01 15:56:04 +00:00
1.3 KiB
1.3 KiB
v3.1.0
- enhance
--outputdir option with interpolation feature
v3.0.2
- missing dep
v3.0.1
- fix auto open functionality for linux (doesn't close browser on process exit)
v3.0.0
- node 4 support dropped, node 6+ supported
- changelog.md added
- refactor
- profile folder schema change
profile-{pid}->{pid}.flamegraph --timestamp-profilesprefix instead of suffixprofile-{pid}-{timestamp}->{timestamp}-{pid}.flamegraph- programmatic API
require('0x')andrequire('0x/cmd') - removed
--previewoption - remove
--commandoption and changed-c gento--gen - added
--json-stacksoption and no longer storing intermediate JSON by default - added alias to
-q:--quiet - added
--silentflag - added
--nameflag - added
--log-outputflag - added double dash syntax for nesting flags, e.g.:
0x -- node --zero-fill-buffers script.js --nodeflag removed – now possible with new CLI syntax (0x [flags] -- node [nodeFlags] script.js [scriptFlags])--node-optionsremoved – now possible with new CLI syntax (0x [flags] -- node [nodeFlags] script.js [scriptFlags])- CLI argument schema: unrecognized flags are now rejected
0x===0x -h(use0x -- nodeor0x --to profile repl)--stacks-onlyremoved, (use--collect-only)- add
--collect-onlyand--visualize-only