Skip to content

Releases: denoland/deno_std

0.97.0

17 May 14:43
69245d3
Compare
Choose a tag to compare

0.97.0 / 2021.05.17

  • fix(io/buffer): make Buffer compatible with Deploy (#912)
  • fix(io/bufio): readDelim returns wrong result if delim strides over chunks
    (#877)
  • fix(node/events): accept only functions as listener arguments (#916)
  • fix(testing): support array values in assertObjectMatch (#906)

0.96.0

12 May 11:41
07be23e
Compare
Choose a tag to compare

0.96.0 / 2021.05.11

  • feat(fs/walk): show path in walk error (#875)
  • feat(http): allow custom response code (#855)
  • feat(io): add readRange, readRangeSync (#884)
  • feat(mime/multipart): add options to readForm (#895)
  • feat(node): add console module (#892)
  • feat(node/assert): add rejects and doesNotReject (#894)
  • feat(std/node): add implementation of os.homedir() (#873)
  • fix(http/file_server): keep url and name consistent (#908)
  • fix(io): Improve readDelims() performance (#867)
  • fix(io/streams): don't use a byte ReadableStream (#891)
  • fix(node/assert): enable test-assert-fail.js and align assert.fail to it
    (#874)
  • fix(node/child_process): Try to fix flaky tests (#876)
  • fix(node/stream): make Stream the default export (#901)

0.95.0

23 Apr 14:31
7498d9d
Compare
Choose a tag to compare

0.95.0 / 2021.04.23

  • feat(node): add basic support for child_process.spawn (#785)
  • feat(path/glob): add caseInsensitive option (#854)
  • fix(node/fs): actually export everything (#862)

0.94.0

20 Apr 23:48
12e9b2e
Compare
Choose a tag to compare

0.94.0 / 2021.04.20

  • feat(node/fs): add fstat and fstatSync (#847)
  • feat(streams): add readableStreamFromReader (#852)
  • fix(path): reduce circular dependency (#858)
  • fix(testing): equals does not differentiate undefined/absent keys (#849)

0.92.0

02 Apr 05:21
e2d6f55
Compare
Choose a tag to compare

0.92.0 / 2021.04.02

  • feat: make bufio compatible to Deno Deploy (#831)
  • feat: add symlink adn symlinkSync to node/fs (#825)
  • feat: add format and improve deprecate in node/util (#693)
  • feat: add io/buffer and io/util module (#808) …
  • fix: handle upstream type changes (#834)
  • refactor: Promise<void> return types are unnecessary boilerplate in
    encoding. (#818)
  • chore: remove unused import in http (#817)

0.91.0

21 Mar 14:27
b54bc9b
Compare
Choose a tag to compare

0.91.0 / 2021.03.21

  • chore(codecov): ignore coverage of examples (#798)
  • feat(encoding/yaml): add support for JS types and user types (#789)
  • feat(io/streams): Add readerFromIterable() (#752)
  • feat(std/node): add utimes and utimesSync (#805)
  • fix(multipart): support useDefineForClassFields (#807)
  • fix(node): fix node/cli.ts (#797)
  • fix(node): move throw error in fs.writeFile to pass no-unsafe-finally
    (#810)
  • fix(path): enable and fix file URL tests (#804)
  • refactor(node/fs): update fs import (#793)

0.87.0

12 Feb 15:58
6a3446d
Compare
Choose a tag to compare

0.87.0 / 2021.02.12

  • BREAKING(http/cookie): remove Cookies and SameSite type aliases (#720)
  • docs(fmt): fix examples in fmt/colors.ts (#715)
  • docs(io/ioutil): improve jsdoc (#706)
  • fix(http/file_server): svg media type (#718)
  • refactor(hash/md5): throw TypeError for wrong type (#698)
  • test(node): enable native node tests (#695)

0.86.0

05 Feb 16:53
90140ae
Compare
Choose a tag to compare

0.86.0 / 2021.01.29

  • feat(http/file_server): support do not show dotfiles (#690)
  • feat(http/file_server): show ../ if it makes sense & end dirs with / (#691)