Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

38 lines (18 loc) · 1.42 KB

Change Log

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 and host.url, which provide the host program's path

  • Added host.cwd and host.cwdURL, which provide the host's current directory

Full Changelog

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

Full Changelog

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.

Full Changelog