All Versions
22
Latest Version
Avg Release Cycle
55 days
Latest Release
1104 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v3.0.1 Changes
- ๐ fix auto open functionality for linux (doesn't close browser on process exit)
-
v3.0.0 Changes
- ๐ node 4 support dropped, node 6+ supported
- ๐ changelog.md added
- ๐จ refactor
- profile folder schema change
profile-{pid}
->{pid}.flamegraph
--timestamp-profiles
prefix instead of suffixprofile-{pid}-{timestamp}
->{timestamp}-{pid}.flamegraph
- programmatic API
require('0x')
andrequire('0x/cmd')
- โ removed
--preview
option - โ remove
--command
option and changed-c gen
to--gen
- โ added
--json-stacks
option and no longer storing intermediate JSON by default - โ added alias to
-q
:--quiet
- โ added
--silent
flag - โ added
--name
flag - โ added
--log-output
flag - โ added double dash syntax for nesting flags, e.g.:
0x -- node --zero-fill-buffers script.js
- ๐
--node
flag removed โ now possible with new CLI syntax (0x [flags] -- node [nodeFlags] script.js [scriptFlags]
) - ๐
--node-options
removed โ 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 -- node
or0x --
to profile repl)- ๐
--stacks-only
removed, (use--collect-only
) - โ add
--collect-only
and--visualize-only