6a4c531
(HEAD -> master)
Update README.md by
2015-12-11 15:56:55 -0500
9f87c6a
(tag: v0.3.3)
version bump to v0.3.3 by
2014-01-22 09:37:57 -0500
665828b
fix bullet indents by
2014-01-06 07:43:18 -0500
709d364
add NODELUA_INCLUDE and NODELUA_FLAGS env variables for install by
2014-01-06 07:39:47 -0500
3cd81f3
(tag: v0.3.2)
version bump by
2014-01-05 18:47:47 -0500
24aa503
remove lua_version from binding.gyp by
2014-01-05 18:47:37 -0500
ba63984
(tag: v0.3.1)
Merge pull request #8 from starfalling/master by
2013-10-17 10:29:38 -0700
0ad6c6e
(refs/pull/8/merge)
Merge 699bf56b7b into f0890024dd by
2013-10-16 22:35:06 -0700
699bf56
(refs/pull/8/head)
change version to 0.3.1 and add York.Gu as a contributor by
2013-10-17 13:35:06 +0800
0cb529f
use utf8 character set when push v8 string to lua by
2013-10-17 10:36:29 +0800
f089002
(tag: v0.3.0)
Merge remote-tracking branch 'origin/v0.3.x' by
2013-08-19 07:40:46 -0400
43a51fc
(v0.3.x)
fix issues for node v0.10x version bump to 0.3.0 by
2013-08-19 07:40:20 -0400
275eb91
update function example to catch exception by
2013-08-19 07:39:41 -0400
a7439bd
(tag: v0.2.3)
Merge remote-tracking branch 'origin/v0.2.x' by
2013-08-19 07:30:47 -0400
18b4092
(v0.2.x)
version bump, set engine for 0.2.3 to 0.8.x only by
2013-08-19 07:29:18 -0400
b15f24f
Merge branch 'v0.2.x' by
2013-04-22 20:10:11 -0400
68bbc22
fix #5: passing tables as function parameters by
2013-04-22 20:09:48 -0400
db156a6
Merge remote-tracking branch 'origin/v0.2.x' by
2013-01-07 14:32:07 -0500
ff3d854
fix some build issues by
2013-01-07 14:15:31 -0500
f3a491c
(v0.1.x)
updated binding.gyp by
2013-01-01 19:06:19 -0500
d638303
Update README.md by
2013-01-01 12:17:43 -0500
1ce4878
finished porting LuaObject to LuaState by
2013-01-01 11:57:34 -0500
27dbd7f
update examples by
2013-01-01 11:57:12 -0500
449e61a
remove luafunction and luaobject by
2013-01-01 11:51:38 -0500
70c45d6
added async versions of status and gc, made functions specific to LuaState objects I added a required argument to LuaState(), a string 'name', this is used to add to the key of the functions when storing them in the global map, this is so that two different LuaState objects can have functions with the same names that do not collide, as well, it means registering a function for one LuaState does not make it available to all the others. by
2013-01-01 10:25:03 -0500
2b28480
prune out ported code by
2013-01-01 10:22:20 -0500
293a49d
moved more functions from luaobject to luastate by
2012-12-31 15:05:13 -0500
3dae8a5
support for calling js functions by name rather than through 'nodelua' by
2012-12-31 15:04:52 -0500
6a5c761
renamed do_file_baton and do_file_after for more generic use by
2012-12-31 08:43:26 -0500
c2368f6
fixed issue when converting array to table by
2012-12-31 02:03:11 -0500
b0db535
version bump to 0.2.0 by
2012-12-31 01:54:43 -0500
1ac3316
added support for lua tables by
2012-12-31 01:54:07 -0500
84a9c61
started porting LuaObject over to new LuaState by
2012-12-31 01:53:50 -0500
6d0bebb
Update README.md by
2012-12-19 22:11:41 -0500
a4a1a7f
#2 - dynamically find lua include by
2012-12-19 22:07:38 -0500
30a466d
#1 - include <stdlib.h> for malloc this is not required on OSX but is needed for some linux systems, also, version bump to 0.1.5 by
2012-12-19 21:09:41 -0500
566a3e0
updated readme, renamed example dir to examples by
2012-11-25 23:11:58 -0500
6e5023e
added pop, push, replace, gettop, settop LuaObject functions, setup LuaObject to use LuaFunction objects, version bump and updated readme by
2012-11-25 23:07:50 -0500
d03d843
added LuaFunction object, updated bindings and LuaObject registerFunction, added push_value_to_lua util function by
2012-11-25 21:28:42 -0500
3a29f3a
added INFO constants, updated example, README and version bump by
2012-11-25 18:17:09 -0500
37d2b59
version bump, updated readme by
2012-11-25 18:11:36 -0500
414bb07
update example script by
2012-11-25 18:11:19 -0500
a9b7da1
added GC and STATUS constants by
2012-11-25 18:11:12 -0500
24de83f
added status and collectGarbage methods by
2012-11-25 18:11:02 -0500
296bfdc
version bump, updated readme for new functions by
2012-11-25 11:27:15 -0500
9e58dc8
moved 'test' script to example, updated package.json to remove test script by
2012-11-25 11:06:13 -0500
c206877
added doString and registerFunction functions to LuaObject by
2012-11-25 11:04:46 -0500
ca69dca
added utils library by
2012-11-25 11:04:17 -0500
3c0a007
added support for setting/getting boolean globals by
2012-11-24 22:35:27 -0500
4a00c88
fixed typo by
2012-11-24 16:13:24 -0500
f3c3ffb
Update README.md by
2012-11-24 16:00:09 -0500
edb165e
Update README.md by
2012-11-24 15:58:59 -0500
d1e2fd3
initial commit by
2012-11-24 15:57:01 -0500