Skip to content

0.206.0

Compare
Choose a tag to compare
@denobot denobot released this 10 Nov 11:16
· 1835 commits to main since this release
b317958

0.206.0 / 2023.11.10

  • BREAKING(async): deprecate deferred() in favor of Promise.withResolvers()
    (#3758)
  • BREAKING(encoding): remove deprecated binary APIs (#3763)
  • BREAKING(path): split up glob into multiple files
  • feat(testing/mock): enable spy to accept a class constructor (#3766)
  • feat: ServerSentEventStream() (#3751)
  • feat: add std/text with word-similarity helpers (#3488)
  • fix(fmt): format duration rounding error. (#3762)
  • fix(msgpack): encode huge objects (#3698)
  • fix: rework file server tests (#3779)
  • perf(streams): add single-character fast path for DelimiterStream() (#3739)