Skip to content

Latest commit

 

History

History
80 lines (47 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

80 lines (47 loc) · 1.18 KB

1.7.1

  • Fix packaging
  • Fix exception in finalizer

1.7.0

  • Ensure JS core is loaded as CJS (@bogdan)
  • gem packaged incorrectly, yanked

1.6.5

  • Fix socket initialization error on JRuby

1.6.4

  • dynamic ESM imports through nodo.import

1.6.3

  • use Nodo.timeout for all JS calls
  • deferred code generation for scripts and functions

1.6.2

  • context-based evaluation
  • prevent Nodo::Core from being instantiated

1.6.1

  • configure default timeout through Nodo.timeout
  • friendly error messages for missing dependencies

1.6.0

  • use default modules_root for Rails applications
  • Add yarn task for vendored modules_root

1.5.6

  • Do not shutdown on SIGINT
  • Improve logging
  • Add debug switch

1.5.5

  • Prevent overriding of internal methods

1.5.4

  • class method forwarding
  • per-function call timeout
  • alternative function definition syntax
  • return nil on undefined return value

1.5.3

  • Improve socket provisioning
  • Improve shutdown

1.5.2

  • Clean process title
  • with_tempfile support

1.4.0

  • Use single Node process

1.3.2

  • Force UTF-8

1.3.0

  • Use mutex during worker initialization

1.1.0

  • IPC through unix domain socket