v8flags

Get available v8 and Node.js flags.

MIT License

Downloads
17.6M
Stars
56
Committers
15

Bot releases are visible (Hide)

v8flags - v8flags v4.0.1 Latest Release

Published by github-actions[bot] about 1 year ago

Bug Fixes

  • Exclude example flags provided by node (#66) (58f009a)
v8flags - v8flags v4.0.0

Published by github-actions[bot] almost 3 years ago

⚠ BREAKING CHANGES

  • Drop support for snake_case flags
  • Utilize process.allowedNodeEnvironmentFlags (#63)
  • Use SHA-256 for the config file name (#57)
  • Normalize repository, dropping node <10.13 support (#60)

Features

  • Remove homedir polyfill (#62) (306f970)
  • Utilize process.allowedNodeEnvironmentFlags (#63) (2240a0f)

Bug Fixes

  • Use SHA-256 for the config file name (#57) (f30a18e)

Miscellaneous Chores

  • Drop support for snake_case flags (e5194ca)
  • Normalize repository, dropping node <10.13 support (#60) (42ad05f)
v8flags - v3.2.0

Published by phated over 4 years ago

New

  • Also detect node-specific flags (c77b2c8) - Closes #55

Update

  • Add test for colliding flags (1445397)

Scaffold

  • Update package description (c12406f)
v8flags - v3.1.3

Published by phated over 5 years ago

Fix

  • Default flags to empty array (c3b4ff0) - Closes #53

Build

v8flags - v3.1.2

Published by phated almost 6 years ago

Docs

Scaffold

v8flags - v2.0.6

Published by phated almost 6 years ago

Breaking

  • Use standard directories on Unix and Windows - sorry for patch version (59e1d8c)

Update

  • Refactor cache path lookup (cc3b72e)
  • Correct concurrency test (9136313)
v8flags - v2.0.12

Published by phated almost 6 years ago

Fix

  • Avoid polluting globals (e543d1e)

Build

v8flags - v3.0.1

Published by phated almost 6 years ago

Fix

  • Improve home directory lookup behavior & fallback (4d74ca0) - Closes #41 #42

Docs

Upgrade

v8flags - v2.1.0

Published by phated almost 6 years ago

Fix

  • Hash username to avoid invalid file paths (e27b29e) - Closes #31

Docs

v8flags - v3.0.2

Published by phated almost 6 years ago

Fix

  • Correct typo in the failure message (2cd690c)

Docs

v8flags - v2.1.1

Published by phated almost 6 years ago

Fix

  • Properly handle undefined user & add test (64cc428)

Docs

v8flags - v2.0.3

Published by phated almost 6 years ago

Fix

  • Improve caching for non-standard environments (fdc81c9)

Docs

v8flags - v1.0.0

Published by phated almost 6 years ago

Breaking

  • Rename API to fetch & add tests (e91dede)
v8flags - v2.0.8

Published by phated almost 6 years ago

Fix

  • Always return flags even if the cache file can't be written (e2e91ca)
v8flags - v2.0.4

Published by phated almost 6 years ago

Fix

  • Avoid appending to cache file on concurrent calls (098e66c)

Docs

Build

  • Add iojs to Travis matrix (b59739b)
v8flags - v1.0.5

Published by phated almost 6 years ago

Fix

  • Use process.execPath to find node executable on Windows (c2d0f37)

Build

v8flags - v2.0.11

Published by phated almost 6 years ago

Update

  • Attempt to cache flags using temp file if home is unwriteable (90c1712)
v8flags - v3.1.1

Published by phated almost 6 years ago

Fix

  • Add version to the cache file name (24622a1) - Closes #50
v8flags - v2.0.10

Published by phated almost 6 years ago

Fix

  • Avoid throwing when Electron runtime (dca90be)
v8flags - v1.0.8

Published by phated almost 6 years ago

Update

  • Exclude the --help flag (2292c25)