Skip to content

0.36.0

Compare
Choose a tag to compare
@dsherret dsherret released this 17 Dec 18:07
· 58 commits to main since this release
5d02141

What's Changed

  • feat: PathRef.prototype.append by @dsherret in #201
  • feat: allow passing writers to stdout and stderr builder methods by @pomdtr in #184
  • feat: noThrow to ignore specific exit codes on commands by @dsherret in #200
  • feat: extend Deno.FsFile from FsFileWrapper 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

Full Changelog: 0.35.0...0.36.0