Comparing version 2.8.6 to 2.8.7
@@ -7,2 +7,6 @@ # Changelog | ||
#### Koffi 2.8.7 (2024-04-23) | ||
- Improve compatibility with SEHOP on Windows ([@longhun12346](https://github.com/longhun12346)) | ||
#### Koffi 2.8.6 (2024-04-12) | ||
@@ -9,0 +13,0 @@ |
@@ -63,11 +63,3 @@ # Contributing | ||
node sync.js # Run synchronous unit tests | ||
node async.js # Run asynchronous unit tests | ||
node callbacks.js # Run callback unit tests | ||
node union.js # Run union unit tests | ||
node posix.js # Run POSIX-specific unit tests (not for Windows) | ||
node win32.js # Run Windows-specific unit tests (only on Windows) | ||
node sqlite.js # Run SQLite integration tests | ||
node raylib.js # Run Raylib integration tests | ||
node test.js | ||
``` | ||
@@ -157,1 +149,3 @@ | ||
My personal preference goes to a rather C-like C++ style, with careful use of templates (mainly for containers) and little object-oriented programming. I strongly prefer tagged unions and code locality over inheritance and virtual methods. Exceptions are disabled. | ||
Find more information about code style in the [monorepository README](https://github.com/Koromix/rygel/?tab=readme-ov-file#c-flavor) file. |
@@ -381,4 +381,4 @@ "use strict"; | ||
name: "koffi", | ||
version: "2.8.6", | ||
stable: "2.8.6", | ||
version: "2.8.7", | ||
stable: "2.8.7", | ||
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.8.6", | ||
stable: "2.8.6", | ||
version: "2.8.7", | ||
stable: "2.8.7", | ||
description: "Fast and simple C FFI (foreign function interface) for Node.js", | ||
@@ -385,0 +385,0 @@ keywords: [ |
{ | ||
"name": "koffi", | ||
"version": "2.8.6", | ||
"stable": "2.8.6", | ||
"version": "2.8.7", | ||
"stable": "2.8.7", | ||
"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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69788439
18945
26