Releases: nexe/nexe
Releases 路 nexe/nexe
Release list
Nexe V3
Bug fixes, support v8 flags!
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.compileand 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
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
Fixed:
- Untracked issue where running nexe twice or more times with
--flagsbeing 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