diff --git a/README.md b/README.md index cbf69c3..3936255 100644 --- a/README.md +++ b/README.md @@ -139,8 +139,8 @@ of **UInt8Array**. ## Use of Shared Buffers If the result of an expression would resolve to a JavaScript typed array, then the buffer that underlies that array is shared, not copied, between Julia and JavaScript. -* This feature is currently supported on node 0.11, 0.12, and all versions of iojs * This feature is currently not avaiable when using node 0.10. +* This feature is currently supported on all other versions of node and iojs * If the array originates within Julia, then a Javascript typed array will be created as described above with the same buffer used by Julia. * If the array originates within JavaScript then an equivalent Julia array will be created @@ -154,11 +154,11 @@ Tests run using npm npm test # Compatibility -Tested with [node](http://nodejs.org/) 0.10, 0.11, 0.12, [io.js](https://iojs.org/) -1.x, 2.x. 3.x, and also re-merge of the two; node 4.x. +Tested with [node](http://nodejs.org/) 0.10, 0.11, 0.12, and 4.0 as well as +[io.js](https://iojs.org/) 1.x, 2.x. 3.x. -Julia version 0.3 is supported on all versions of node and iojs, but Julia 0.4+ and node -0.10 are currently incompatible. +Julia version 0.3 is supported on all versions of node and iojs, but Julia 0.4+ +and node 0.10 are incompatible. Tested on OS/X, Linux, Windows. diff --git a/package.json b/package.json index 4d48839..a6243ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-julia", - "version": "1.2.1", + "version": "1.2.2", "description": "Fast and simple access to Julia embedded in node", "main": "lib/nj.js", "repository": {