Skip to content

1.8.0

Latest

Choose a tag to compare

@FunctionPoint FunctionPoint released this 29 Sep 20:33
· 22 commits to main since this release

This release is all about enhanced support for Node.js,
that are also usable from the desktop app option NW.js.

Smalltalk library

  • Node: File System ('fs') and Path support fully implemented,
    with sync and async (promises) operations.
  • Node: Operating System ('os') support fully implemented.
  • Node: Process support fully implemented.
  • Node: Environment variable handing now in new class: Environment.
  • Node: Renamed classes there where also in Browser,
    so desktop frameworks like NW.js can compile them together now.

Examples

  • NWjs: Added feature reading a text file using the Node Fs class.
  • NWjs: Added example feature using imported npm package 'lpad'.
  • NodeGui: NodeGui now works also on MacOS on ARM silicon!