Releases: Vehmloewff/dtils
Releases · Vehmloewff/dtils
2.6.1
2.6.0
Features
- feat(sh):
getExecutablesFromPath
- feat(sh):
options.inheritStdio
- allow stdio to be inherited in some cases - feat(sh):
options.input
- support writing to stdin - feat(sh):
options.signal
- allow a running command to be canceled
2.5.0
- feat(fs):
createWatcher
andgetMtime
2.4.0
Features
- errors:
retryFailures
,prependErrorMessageWith
- fs:
recursiveReadInsideDir
,copyDir
,recursiveReadFiles
2.3.1
Fixes
- Actually export those modules that were released in the last release
2.3.0
New Modules
cache
fetch
cbor
safe_unknown
hash
New Exports
errors
-bindErrorRecovery
,withErrorRecovery
,withAsyncErrorRecovery
fs
-writeBytes
,readBytes
,readDir
stream
-collectStream
string
-concatenate
,sliceConcatenated
json
-jsonDecode
,jsonEncode
Deprecations
-
fs
-writeBinary
,readBinary
-
json
- validators,jsonStringify
,jsonParse
-
http
-JsonBody
-
fs
- (not quite deprecation, notice of breaking change to occur) add breaking change notices to several fs functions for next major
release
Fixes
Many, many fixes. See full changelog for details.
Full Changelog
2.2.1
Fixes
- [fs]
recursiveReadDir
returns [] ifrootDir
not exists
2.2.0
Features
- (deno) support for the
--unstable
CLI flag
2.1.1
Fixes
- (deno) don't suppress env vars
2.1.0
- Add an unstable "record" module