0.36.0
What's Changed
- feat:
PathRef.prototype.append
by @dsherret in #201 - feat: allow passing writers to
stdout
andstderr
builder methods by @pomdtr in #184 - feat: noThrow to ignore specific exit codes on commands by @dsherret in #200
- feat: extend
Deno.FsFile
fromFsFileWrapper
by @dsherret in #190 - feat: upgrade to deno_std 0.209 by @dsherret in #198
- fix:
escapeArg
was not escaping multiple quotes by @Ryooooooga in #194 - fix: empty strings were ignored by @Ryooooooga in #195
- fix: upgrade to deno_task_shell 0.14.2 by @dsherret in #197
- fix:
PathRef.prototype.withExtname
should allow setting no extension by @dsherret in #199 - fix: export some non-exported types by @dsherret in #188
- fix: better logging of objects by @dsherret in #202
- refactor: switch to local interfaces for
Deno.Reader
,WriterSync
,Closer
by @dsherret in #196
New Contributors
- @pomdtr made their first contribution in #184
- @Ryooooooga made their first contribution in #194
Full Changelog: 0.35.0...0.36.0