Releases: srackham/drake
Releases · srackham/drake
v1.7.0
v1.6.0
1.6.0 / 2022-07-19
- Added
stat(path)
API function which returns information about a file ornull
if the file does not exist. - Added
remove(...patterns)
API function which deletes files matching the wildcard patterns. - FIX:
glob
API fails if pattern begins with a nonexistent directory e.g.non-existent-directory/*
.
v1.5.2
v1.5.1
v1.5.0
1.5.0 / 2021-05-27
- Added
--verbose
command-line option (currently it printssh
andshCapture
API calls). - Drake execution output now highlights execution times.
- Upgraded to Deno vrsion 1.10.2,
[email protected]
.
v1.4.7
1.4.7 / 2021-04-21
- Upgraded to Deno version 1.9.0,
[email protected]
.
v1.4.6
1.4.6 / 2021-01-06
- Upgraded to Deno version 1.6.3,
[email protected]
.
v1.4.5
1.4.5 / 2020-11-16
- Upgraded to Deno version 1.5.2,
[email protected]
.
v1.4.4
1.4.4 / 2020-10-12
- Upgraded to Deno version 1.4.6,
[email protected]
.