Skip to content

Releases: hfour/wsrun

v5.2.0

13 Dec 12:15
Compare
Choose a tag to compare

5.2.0 (2019-12-13)

Features

Version 5.0.0

04 Jul 10:50
Compare
Choose a tag to compare

Edit: Sorry for the second major version bump! Turns out, we didn't remove path substitution fully in 4.0.0. To be extra cautious, we publish 5.0.0 as a breaking change as well.

Breaking change: wsrun will no longer substitute the paths in the command's stdout and stderr by default. To get the old behavior, use

export WSRUN_PATH_REWRITE=true

You can also configure vscode's settings to enable this for all vscode terminals:

Substitute "linux" with "osx" or "windows" if needed:

"terminal.integrated.env.linux": {
  "WSRUN_PATH_REWRITE": "true"
},

Version 4.0.2

10 Jun 14:41
Compare
Choose a tag to compare
  • Fixed missing entrypoint binary by added missing "bin" directory into package.json files field
  • Removed stray logging message