Skip to content

Releases: johnelm/node-jxa

Fixed runtime bug: JXA doesn't have console.error; must use console.log

03 Sep 23:02
Compare
Choose a tag to compare
v2.1.2

JXA doesn't have console.error; must use console.log

Improved error handling

01 May 16:00
Compare
Choose a tag to compare

Improved error handling and ensured that a non-zero exit code is used when errors occur.

Also:

  • added lodash as dev dependency, it's used in the example script.
  • acknowledged the (outdated) JXA column in the Kangax table, in the readme.

more readme updates, and add repo URL for npm

19 Apr 22:32
Compare
Choose a tag to compare

README update, including several more JXA links

12 Apr 20:26
Compare
Choose a tag to compare

Added example syntax to npm scripts

12 Apr 19:20
Compare
Choose a tag to compare

Lose the node-debug-jxa command

12 Apr 19:18
Compare
Choose a tag to compare

... to simplify everything. Debugging (sourcemaps) can still be enabled using the -d / --debug switch, and by setting the NODE_DEBUG_JXA environment variable to 'true'.

Release also includes an improved examples script.

Improved live streaming of stdout and stderr from child process to console

01 Apr 05:26
Compare
Choose a tag to compare

improved console output by switching to child_process.spawn (from exec)

README update

01 Apr 05:23
Compare
Choose a tag to compare

fiddling with badges

dropped shell scripts in bin links

30 Mar 05:19
Compare
Choose a tag to compare

added github link/badge

30 Mar 05:05
Compare
Choose a tag to compare
v1.3.1

v1.3.1