Jump to Content
Node JuliaGuides
GuidesDiscussions
GuidesNode Julia
GuidesDiscussions

Documentation

  • Getting Started with Node Julia
  • Eval And Exec
  • Scripts
  • Synchronous vs. Asynchronous
  • Datatype Mapping
  • Buffer and Native Arrays
  • JRef
  • Import
  • Struct Type Introspection
  • Array Buffer Sharing
  • Error Conditions
  • Script Internals
  • Limitations
  • Use of libuv
  • The Windows Situation
  • Version 0.2 Release Notes
  • Version 0.2.1 Release Notes
  • Version 0.2.2 Release Notes
  • Version 0.2.3 Release Notes
  • Version 1.0.0 Release Notes
  • Version 1.0.1 Release Notes
  • Version 1.0.2 Release Notes
  • Version 1.1 Release Notes
  • Version 1.1.2 Release Notes
  • Version 1.2 Release Notes
  • Version 1.2.1 Release Notes
  • Version 1.2.2 Release Notes
  • Version 1.2.3 Release Notes
Powered by 

Version 1.2.1 Release Notes

Suggest Edits

Incorporated changes to Julia 0.4

Recent changes to the Julia 0.4 API prevented compilation. This version addresses that problem.

Bug Fixes

  • Added support for the use of domains for both exec and eval.
  • Fixes a bug where a parameter to scriptify was being garbage collected before the function returned.

Updated less than a minute ago


  • Table of Contents
    • Incorporated changes to Julia 0.4
    • Bug Fixes