koffi 1.1.0-beta.8 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -20,10 +20,10 @@
20
20
 
21
21
  Koffi is a fast and easy-to-use FFI module for Node.js, with support for primitive and aggregate data types (structs), both by reference (pointer) and by value.
22
22
 
23
- After the release of version 1.0, the following features are planned:
23
+ The following features are planned in the near future:
24
24
 
25
- * 1.1: Asynchronous calls and fixed-size array types
26
25
  * 1.2: C to JS callbacks
26
+ * 1.3: Type parser
27
27
 
28
28
  The following platforms __are officially supported and tested__ at the moment:
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koffi",
3
- "version": "1.1.0-beta.8",
3
+ "version": "1.1.0",
4
4
  "description": "Fast and simple FFI (foreign function interface) for Node.js",
5
5
  "keywords": [
6
6
  "foreign",