File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ Both npm package versions (`packageVersion`) and native binary versions (`native
55
66---
77
8+ ## [ 1.1.2 / native 1.1.1]
9+
10+ ### Added
11+
12+ - Support for multiple return values from JS functions
13+ - Error handling when calling JS functions from Lua
14+
15+ ### Changed
16+
17+ - Updated README with examples for JS function calls and error handling
18+
19+ ---
20+
821## [ 1.1.1 / native 1.1.0]
922
1023### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " lua-state" ,
3- "version" : " 1.1.1 " ,
4- "nativeVersion" : " 1.1.0 " ,
3+ "version" : " 1.1.2 " ,
4+ "nativeVersion" : " 1.1.1 " ,
55 "description" : " Run real Lua (5.1-5.4 & LuaJIT) inside Node.js - native N-API bindings with prebuilt binaries and full TypeScript support." ,
66 "keywords" : [
77 " lua" ,
You can’t perform that action at this time.
0 commit comments