Comparing version 2.6.5 to 2.6.6
@@ -7,6 +7,10 @@ # Changelog | ||
#### Koffi 2.6.6 (2023-10-28) | ||
- Better handle errors while making struct or union types | ||
#### Koffi 2.6.5 (2023-10-28) | ||
- Allow self-referential structs and unions | ||
- Fix rare Node.js "FATAL ERROR" with some invalid types specifiers | ||
- Fix rare Node.js "FATAL ERROR" with some invalid type specifiers | ||
@@ -13,0 +17,0 @@ #### Koffi 2.6.4 (2023-10-26) |
@@ -381,4 +381,4 @@ "use strict"; | ||
name: "koffi", | ||
version: "2.6.5", | ||
stable: "2.6.5", | ||
version: "2.6.6", | ||
stable: "2.6.6", | ||
description: "Fast and simple C FFI (foreign function interface) for Node.js", | ||
@@ -385,0 +385,0 @@ keywords: [ |
@@ -381,4 +381,4 @@ "use strict"; | ||
name: "koffi", | ||
version: "2.6.5", | ||
stable: "2.6.5", | ||
version: "2.6.6", | ||
stable: "2.6.6", | ||
description: "Fast and simple C FFI (foreign function interface) for Node.js", | ||
@@ -385,0 +385,0 @@ keywords: [ |
{ | ||
"name": "koffi", | ||
"version": "2.6.5", | ||
"stable": "2.6.5", | ||
"version": "2.6.6", | ||
"stable": "2.6.6", | ||
"description": "Fast and simple C FFI (foreign function interface) for Node.js", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
68483449