We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8ef9f commit a234935Copy full SHA for a234935
2 files changed
CHANGELOG.md
@@ -5,6 +5,19 @@ Both npm package versions (`packageVersion`) and native binary versions (`native
5
6
---
7
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
21
## [1.1.1 / native 1.1.0]
22
23
### Added
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "lua-state",
3
- "version": "1.1.1",
4
- "nativeVersion": "1.1.0",
+ "version": "1.1.2",
+ "nativeVersion": "1.1.1",
"description": "Run real Lua (5.1-5.4 & LuaJIT) inside Node.js - native N-API bindings with prebuilt binaries and full TypeScript support.",
"keywords": [
"lua",
0 commit comments