Releases: waTeim/node-julia
Releases · waTeim/node-julia
Version 0.2.2
Completing basic datatype support
- Added support for mutidimensional arrays
- Added support for RegExp
- Added support for arrays of Date and RegExp
Full release notes can be found here
Version 0.2.1
support for additional data types
- Added support for node native arrays
- Added support for Buffer
- Added support for Date for Julia version 0.4+
Full release notes can be found here
Version 0.2.0
- Added Script Feature Fixes #1
- Added Alternate Call style to eval and exec
- start removed
- Improved Linux Support
- Improved type mapping
Full release notes can be found here
0.1.6
Linux++
- Changed build especially for Linux. Currently use on Linux platforms is restricted to node 11 because of a suspected issue between node and Julia's use of libuv. There are no issues on Linux so long as node 11 is used however.
- Fixed unnecessary and rather dumb use of scope in the node 11 version.
- Julia strings are extracted and returned correctly.
- Updated and corrected README
usability go.
Notes
- Added support for exceptions being propagated from Julia to node.
- Improved Linux support.
- A more canonical internal mapping of types.
Fixes
- Fix for exec with more than 3 arguments.
- Fix for string support.
- Fix for too many node 10 function scope creation invocation.
- Various minor cleanup.
- Node 11 support.