Shiva Kumar Madhavan
e7c7878675
Updated version of dependency builtins to 1.0.1 ( inclusion of console to the built in module list )
2015-04-16 17:17:08 +08:00
Craig Jefferds
3b42e4a5e8
Merge pull request #111 from lahdekorpi/patch-1
...
Fixed typo in README.md
2015-03-30 08:51:44 -07:00
Toni Lähdekorpi
c9431fc206
Fixed typo in README.md
2015-03-30 18:51:18 +03:00
Jared Allard
dd68923607
Add 'readline' not include rule.
...
For some reason nexe attempts to include readline, this solves it. readline is a bultin of node as of 10
2015-03-20 22:08:31 -07:00
Jared Allard
8901e4a2fa
Update README.md
...
Fixing a spelling mistake. Ugh.
2015-03-20 10:55:09 -07:00
Jared Allard
38a920be24
Update README to show new feature
2015-03-20 09:26:30 -07:00
Jared Allard
ce7a36958f
Merge pull request #108 from crcn/iojs
...
Implement io.js support! And a few fixes
2015-03-20 09:20:39 -07:00
RainbowDashDC
b0644f0d62
Fixes #107 , implements --framework/-F. Fetchs iojs latest.
2015-03-19 23:50:48 -07:00
RainbowDashDC
4e402bf937
Initial iojs support.
2015-03-16 10:36:39 -07:00
Jared Allard
5a3bbbad3a
Add waffle.io board label
2015-03-08 20:49:52 -07:00
Christopher Karper
1d14ca6359
Freshened up all dependencies
2015-02-22 21:32:59 -05:00
Christopher Karper
1114a581ae
Updated deps
2015-02-22 15:05:47 -05:00
Christopher Karper
7ab7f986cf
Renamed relative to absolute
2015-02-21 19:42:04 -05:00
Christopher Karper
1d09a6b001
Update README.md
...
Added myself as a maintainer.
2015-02-21 19:35:17 -05:00
Christopher Karper
636268504e
This was bothering me...
2015-02-21 19:02:16 -05:00
RainbowDashDC
e8dead82bb
Update changelog for 0.3.6 and 0.3.7
2015-02-21 01:32:20 -05:00
RainbowDashDC
d2d703e9ea
Publish new version to hopefully fix #103
2015-02-21 01:16:34 -05:00
Craig Jefferds
09f36c48e0
Update README.md
2015-02-18 14:18:47 -08:00
Craig Jefferds
6e2870e5d0
Update README.md
2015-02-18 14:18:29 -08:00
Jared Allard
cd0e5a012c
Merge pull request #102 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to README.md
2015-02-18 13:40:14 -08:00
The Gitter Badger
17fe557afa
Added Gitter badge
2015-02-18 19:35:28 +00:00
RainbowDashDC
e4a8d86237
Fixes #98 by giving win32 a 100 length progress bar.
2015-02-15 19:38:35 -08:00
Jared Allard
7b3bcac07c
Merge pull request #101 from CKarper/master
...
Lighter weight way to accomplish the exclusion of the sys module
2015-02-15 15:00:05 -08:00
Christopher Karper
fb637e0da3
Lighter weight way to accomplish the exclusion of the sys module
2015-02-15 17:51:05 -05:00
Jared Allard
17c506c9cc
Merge pull request #100 from CKarper/master
...
Stub to ignore require('sys')
2015-02-15 12:57:05 -08:00
Christopher Karper
7a25c2bfd9
This handles embedding 'bin' scripts with shebang interpreter directives at the start
2015-02-15 15:02:58 -05:00
Christopher Karper
f784c79ca1
Stub to ignore require('sys')
2015-02-15 14:52:40 -05:00
RainbowDashDC
bd75617a2a
V bump to solve critical error.
2015-02-15 11:10:34 -08:00
RainbowDashDC
b7ffb8266a
Fixes #99 , resolves #97 by warning on missing file. New examples. New log functions
2015-02-15 11:05:24 -08:00
Jared Allard
08b7ad765d
Merge pull request #96 from CKarper/patch-1
...
Support .json extensions in require() resolution
2015-02-15 07:39:13 -08:00
Christopher Karper
3a7eb91d3b
Support .json extensions in require() resolution
...
Embarrassingly simple fix. Added .json to the list of extensions to search when a require with no extension is found.
This resolves #57
2015-02-15 00:33:28 -05:00
RainbowDashDC
a0017ed3fe
Add changelog.md, add resourceFiles to example, MIT-LICENSE.txt => LICENSE.txt
2015-02-14 19:53:30 -08:00
RainbowDashDC
d4205a70c3
Version bump 0.3.5, update depends
2015-02-14 09:44:49 -08:00
RainbowDashDC
380b0e9541
Add example, fix outdated examples
2015-02-14 01:57:54 -08:00
RainbowDashDC
86fa69920c
Modify readme, implement cross-plat --python <loc> closes #94
2015-02-14 01:50:32 -08:00
Jared Allard
3144ae8d6f
Merge pull request #95 from LorenzGardner/master
...
Make process.argv consistent in the child fork case
2015-02-09 17:46:51 -08:00
Lorenz Gardner
322f432756
Merge branch 'master' of https://github.com/LorenzGardner/nexe
2015-02-09 16:06:29 -06:00
Lorenz Gardner
dcf44f7a80
Make process.argv consistent in the child fork cas
...
(argv.[0] must = the executable)
2015-02-09 16:05:09 -06:00
LorenzGardner
7b68d7bfee
Merge pull request #2 from crcn/master
...
Pull in changes to master
2015-02-09 15:56:29 -06:00
Jared Allard
1684c8fe5d
Merge pull request #93 from LorenzGardner/embedFiles
...
Embed files
2015-01-31 18:56:18 -08:00
Lorenz Gardner
2c132110b9
Add support for embedded files.
2015-01-06 19:05:01 -06:00
Lorenz Gardner
cf97acfcdb
Make the example code demonstrate forked process and dynamic require
2015-01-05 17:58:57 -06:00
LorenzGardner
a1405a3b36
Merge pull request #1 from crcn/master
...
update
2014-12-30 12:07:37 -06:00
Craig Jefferds
6c844fa5f7
Merge pull request #92 from LorenzGardner/child.fork
...
Add child_process.fork support.
2014-12-23 19:59:18 -03:00
LorenzGardner
a40454a5ae
update read me mentioning usage of child_process.fork
2014-12-23 12:16:49 -06:00
Lorenz Gardner
94c5a54d5f
Add child_process.fork support.
2014-12-23 12:01:33 -06:00
Craig Jefferds
99e228a145
Merge pull request #88 from LorenzGardner/master
...
Add support for JSON files, and __dirname
2014-12-19 16:05:25 -08:00
LorenzGardner
564dffe925
clarify workaround for native module support
2014-12-19 14:23:40 -06:00
Lorenz Gardner
7b9f235715
It actually makes way more sense for __driname to be exectuable dir rather
...
than the cwd.
2014-12-18 18:02:48 -06:00
LorenzGardner
e7b28d0aa5
Update README.md
...
update the readme to explain how to workaround the limitations (not supporting dynamic require statements and lack of native module support the pseudo support of __dirname)
2014-12-18 17:46:55 -06:00