Skip to content

0.0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@suchipi suchipi released this 12 Aug 00:31
· 594 commits to main since this release

Full Changelog: v0.0.2...v0.0.3

Highlights:

  • Added --help, --version, --license, and --eval CLI options
  • You no longer have to include the .js extension in import specifiers
  • Improvements to env
  • More options for exec
  • Change to default behavior for $: Now throws on nonzero exit code. Use exec with options for the old behavior
  • Add __filename, __dirname, makePath, OS_PATH_SEPARATOR
  • Add realpath, readlink
  • Add repoRoot, isGitignored
    • repoRoot works for either hg or git. I'm open to adding support for more version control systems; if you know a command-line invocation that will give the repo root, please let me know!
  • We now build binaries for ARM macOS as well as the previously-existing amd64 macOS/Windows/Linux targets