Skip to content

Releases: nexe/nexe

Nexe V3

30 Aug 05:06
Compare
Choose a tag to compare

Nexe V3 release assets

Bug fixes, support v8 flags!

28 Jan 23:41
Compare
Choose a tag to compare

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.

Use browserify for bundling

22 Jan 21:02
Compare
Choose a tag to compare

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

09 Aug 15:44
Compare
Choose a tag to compare

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