Skip to content

0.179.0

Compare
Choose a tag to compare
@denobot denobot released this 10 Mar 04:38
· 2151 commits to main since this release
207831b

0.179.0 / 2023.03.10

  • BREAKING(encoding/varint): deprecate Wasm implementation in favour of native
    TypeScript (#3215)
  • feat(fs): add followSymlink to expandGlob (#3093)
  • fix(fs/ensureDir): fix racy ensureDir (#3242)
  • fix(fs/ensure_symlink): lstat relative symlink properly (#3216)
  • fix(http/cookie): accept cookies with value containing = character (#3152)
  • fix(http/file_server): redirect directory URLs that don't end with a slash
    (#3220)