Skip to content

Releases: denoland/deno_std

0.177.0

06 Feb 23:50
e90ede3
Compare
Choose a tag to compare

0.177.0 / 2023.02.06

  • feat(encoding/csv): handle CSV byte-order marks (#3143)
  • fix(node/child_process): enable promisify(execFile) (#3161)
  • fix(node/process): null is not returned when reaching end-of-file in stdin
    (#3113)
  • fix(semver): allow unsetting build metadata (#3157)

0.176.0

02 Feb 13:40
0170bc2
Compare
Choose a tag to compare

0.176.0 / 2023.02.02

  • fix(node): disable worker_threads (#3151)
  • fix(node): throw permisison error instead of unknown error (#3133)
  • fix(node/util): stricter runtime type checking (#3122)
  • fix: make encoding/front_matter work in a browser (#3154)

0.175.0

28 Jan 12:39
6e2c6e6
Compare
Choose a tag to compare

0.175.0 / 2023.01.28

  • BREAKING(dotenv,fmt,io): remove deprecated APIs (#3134)
  • BREAKING(path): rework basename and dirname to be coreutils compatible (#3089)
  • feat(node): AsyncLocalStorage (#3137)
  • feat(semver): add support for build metadata (#3126)

0.174.0

25 Jan 22:36
1756b16
Compare
Choose a tag to compare

0.174.0 / 2023.01.25

  • feat(fmt/printf): add formatter i/I (Deno.inspect) (#3100)
  • fix(encoding/csv): escape cells containing newlines (LFs) (#3128)

0.173.0

16 Jan 20:59
21703f2
Compare
Choose a tag to compare

0.173.0 / 2023.01.16

  • BREAKING(streams, archive): remove deprecated exports (#3107)
  • fix(fs): change globstar default to true for expandGlob and expandGlobSync
    (#3115)
  • fix(streams): prevent artificial terminal newline in TextLineStream (#3103)
  • fix: revert "feat(node/cluster): cluster module for Node compat (#2271)"
    (#3111)

0.172.0

13 Jan 16:13
6f81450
Compare
Choose a tag to compare

0.172.0 / 2023.01.13

  • feat(collection): add toArray method to BinaryHeap (#3079)
  • feat(node/cluster): cluster module for Node compat (#2271)
  • fix(datetime): .quarter calculation for difference() (#3085)
  • fix(encoding/jsonc): avoid prototype pollution in Node.js and Browser (#3077)
  • fix(node): support ref & unref of TCP handle (#3102)
  • fix(path): correctly handle trailing slashes for posix basename (#3088)

0.171.0

05 Jan 12:27
63827b1
Compare
Choose a tag to compare

0.171.0 / 2023.01.05

  • feat(http): add --header option to file_server (#2977)
  • feat(node): Add support for os.uptime (#3052)
  • feat(node/diagnostics_channel): initial implementation (#3050)
  • feat(node/url): domainToASCII/domainToUnicode (#3022)
  • fix(flags): parse method looses types in certain cases with collect option
    (#3040)
  • fix(flags): types for aliases defined as array are ignored (#3043)
  • fix(node/http): avoid empty chunk issue of flash (#3062)
  • fix(node/http): ignore body when status code is one of 101, 204, 205, 304
    (#3067)
  • fix(node/util): reference error of 'process' (#3037)
  • fix(path): correctly handle trailing slashes for basename (#3068)
  • fix(testing): do not mutate tokens when creating details (#3049)

0.170.0

20 Dec 02:35
7afe492
Compare
Choose a tag to compare

0.170.0 / 2022.12.19

  • Revert "fix(node/http): do not buffer first chunk (#2989)" (#3013)

0.169.0

20 Dec 02:33
2ee82fb
Compare
Choose a tag to compare

0.169.0 / 2022.12.19

  • feat(datetime): single-export files (#3007)
  • feat(media_types): single-export files (#3001)
  • fix(http): prevent downstream connections from getting closed when the
    response stream throws an error (#3008)
  • fix(node): add missing exports to process (#3014)

0.168.0

14 Dec 22:45
2b0ca48
Compare
Choose a tag to compare

0.168.0 / 2022.12.14

  • BREAKING(archive): move to single-export files (#2958)
  • BREAKING(dotenv): rename config to load (#2616)
  • BREAKING(io): single-export files (#2975)
  • fix(encoding): base58 decoding (#2982)
  • fix(node): fix nextTick shim in deploy (#2980)
  • fix(node): ignore NotSupported errors coming from Deno.chmod (#2996)
  • fix(node/http): do not buffer first chunk (#2989)
  • perf(encoding/yaml) Don't allocate buffers unnecessarily (#2967)
  • perf(node/buffer): improve utf8 decoding performance (#2986)