All notable changes will be documented in this file.
@jsdevtools/host-environment
adheres to Semantic Versioning.
v2.1.0 (2020-07-25)
-
Added
host.path
andhost.url
, which provide the host program's path -
Added
host.cwd
andhost.cwdURL
, which provide the host's current directory
v2.0.0 (2020-02-11)
-
Moved Host Environment to the @JSDevTools scope on NPM
-
The "host-environment" NPM package is now just a wrapper around the scoped "@jsdevtools/host-environment" package
v1.2.0 (2020-02-10)
- Added a new
host.ci
property, which provides information about the CI/CD host that the code is running in.