Skip to content

Releases: denoland/std

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)