Skip to content

Tags: firefox-devtools/profiler

Tags

profiler-cli-v0.3.0

Toggle profiler-cli-v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump profiler-cli version to 0.3.0 (#6104)

profiler-cli-v0.2.1

Toggle profiler-cli-v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pass `--use-env-proxy` only when the node version is >= 24 (#6064)

See also individual commit messages.
`--use-env-proxy` was added in Node.js 24, and I added that in #6003 to
make sandboxed anvironments work. But the cli now stopped working for
the users who has node version that's below 24. This PR adds this flag
conditionally if the node version is above that.

Note that sandboxed environments might not work for node < 24. But I
added a warning log to the users explaining that.

profiler-cli-v0.2.0

Toggle profiler-cli-v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump profiler-cli version to 0.2.0 (#6059)

profiler-cli-v0.1.0

Toggle profiler-cli-v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump profiler cli version to 0.1.0 (#5996)

This PR bumps the profiler-cli to 0.1.0 for the first npm non-alpha
release!

I will publish the release once this PR lands and then add a tag for
this release.

Currently the publishing flow is documented in
https://github.com/firefox-devtools/profiler/blob/main/docs-developer/deploying.md#publishing-profiler-cli-to-npm,
but it's pretty manual. It might be good to make this automated with
some github actions. But this is a todo for later time for now.