UNPKG

deno

Version:
46 lines (31 loc) 1.55 kB
# deno Change Log Notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning 2.0.0](http://semver.org/). ## [0.0.5] - Nov 3rd, 2019 * Function [env()](./docs/functions.md#env) added. * Function [execPath()](./docs/functions.md#execpath) added. * Function [homeDir()](./docs/functions.md#homedir) added. * Function [hostname()](./docs/functions.md#hostname) added. * Function [isTTY()](./docs/functions.md#istty) added. * Function [link()](./docs/functions.md#link) added. * Function [linkSync()](./docs/functions.md#linksync) added. * Function [lstat()](./docs/functions.md#lstat) added. * Function [lstatSync()](./docs/functions.md#lstatsync) added. ## [0.0.4] - May 17th, 2019 * Function [chdir()](./docs/functions.md#chdir) added. * Function [cwd()](./docs/functions.md#cwd) added. * Function [exit()](./docs/functions.md#exit) added. * Function [kill()](./docs/functions.md#kill) added. * Function [mkdir()](./docs/functions.md#mkdir) added. * Function [mkdirSync()](./docs/functions.md#mkdirsync) added. * Function [remove()](./docs/functions.md#remove) added. * Function [removeSync()](./docs/functions.md#removesync) added. ## [0.0.3] - May 12th, 2019 * [datetime](./datetime.js) implemented. ## [0.0.2] - May 10th, 2019 * [ErrorKind](./ErrorKind.js) implemented. ## [0.0.1] - April 27th, 2019 * Variables implemented. ## [0.0.0] - 2018-5-31 Released. --- This CHANGELOG.md follows [*Keep a CHANGELOG*](http://keepachangelog.com/).