Skip to content

1.0.8

Pre-release
Pre-release

Choose a tag to compare

@flesler flesler released this 24 Jan 04:13
· 71 commits to master since this release
  • --jobs=0 is now supported for an unlimited amount of parallel jobs
  • Invalid options combinations are now validated and explicitely reported
  • Added support for input being passed on command-line arguments using the ::: operator
  • Worked around the long standing issue where process won't close when stdin is not provided
  • Time measurement now uses process.hrtime() which is more accurate than Date.now()