Releases: scala-js/scala-js-js-envs
Releases · scala-js/scala-js-js-envs
v1.4.0
- Add a
RunConfig.env
configuration, which specifies environment variables for the run. It is an optional feature, which may not be supported by all JSEnv
s. It is supported by NodeJSEnv
.
v1.3.0
- Run test suite with all supported input kinds
- Fix #17: Fail run in NodeJSEnv if ESModule fails
v1.2.0
- Throw a structured exception when a command fails to start (#6)
- Set up the
versionScheme
to "semver-spec"
v1.1.1
Initial release extracted from Scala.js core.