Changelog
v6.7.0 / 2021-04-07
--debounce
to control how long to wait before restarting--interval
to adjust the polling interval when enabledtest
] Stop using tap
aliaseshusky
] Migrate from v4
to v6
semver
from v7.3.4
to v7.3.5
@types/node
, eslint
, husky
, & tap
Changelog
v6.6.0 / 2021-03-23
--clear
now clears the screen on first start--clear
uses \u001bc
instead of \033[2J\033[H
Changelog
v6.5.0 / 2021-03-19
package-lock.json
Changelog
v6.4.0 / 2021-03-02
Changelog
v6.3.0 / 2021-02-22
message
dest
argumentsrun
to spawn
dependency
] Update semver
from v7.3.2
to v7.3.4
devDependency
] Remove nyc
devDependency
] Update @types/node
, eslint
, eslint-config-airbnb-base
, tap
, ts-node
, & typescript
Vagrantfile
] Remove Vagrantfile
README
] Fix typo (@ivalsaraj)Changelog
v6.1.0 / 2020-10-15
--
args coming before -
args (Fixes #236)Changelog
v6.0.0 / 2020-10-14
get-source-loader.mjs
and resolve-loader.mjs
for earlier versions (Fixes #212)--experimental-specifier-resolution=node
--inspect
ts-node/register
as a default extension (Fixes #182)README.md
] Updated to explain ESModule usage, node arguments, and typescripttest/utils/touch-file
] Now takes the filename as an argumenttest/utils/spawn
] Also calls the callback with stderr output