Nexe Versions Save

🎉 create a single executable out of your node.js apps

v3.3.3

6 years ago

Nexe V3 release assets

v1.0.6

8 years ago

Fixed a magnitude of bugs in the past 6 releases.

  • nexe now searches up to 4 top level directories for browserify, fixing most dependency issues.
  • nexe can now hard code v8 flags with nexe.compile and the package.json method.
  • nexe now can understand a few various errors, and explain them.
  • Much more verbose logs for future issues
  • v8 flags works for 0.12.0 and 5.5.0 confirmed. Most should work as well.

v1.0.0

8 years ago

This release should fix various issues.

Among the tested is:

  • express
  • js-yaml (in some cases)

We also now use Semantic Versioning

v0.4.1

8 years ago

Fixed:

  • Untracked issue where running nexe twice or more times with --flags being true would cause node.cc to be broken in the src tree.

Other:

  • Code style fixes
  • Changed project owner to myself.
  • Moved @crcn to contributors field in package.json