Skip to content

Releases: denoland/deno_std

0.201.0

01 Sep 12:36
a0e4453
Compare
Choose a tag to compare

0.201.0 / 2023.09.01

  • BREAKING(bytes): deprecate BytesList class (#3589)
  • BREAKING(crypto): deprecate crypto.subtle.timingSafeEqual() (#3596)
  • BREAKING(dotenv): fix dotenv permissions (#3578)
  • BREAKING(encoding): deprecate encoding/binary (#3584)
  • BREAKING(fmt): rename stripColor to stripAnsiCode (#3588)
  • BREAKING(permissions): deprecate permissions module (#3567)
  • BREAKING(semver): remove deprecated APIs (#3591)
  • BREAKING(signal): deprecate signal module (#3568)
  • BREAKING(streams): remove readable_stream_from_iterable (#3579)
  • BREAKING(yaml): change binary handling (#3586)
  • feat(assert): add inequality asserts (#3496)
  • feat(std): add std/url module. (#3527)
  • fix(assert): properly quote strings in assertIsError (#3577)
  • fix(fmt): make printf respect NO_COLOR (#3595)
  • fix(log): rotating file handler sync setup and destroy (#3543)

0.200.0

24 Aug 15:48
a8d7c9e
Compare
Choose a tag to compare

0.200.0 / 2023.08.24

  • doc: add complete docs for all dotenv functionality (#3560)

0.199.0

21 Aug 11:51
72d6e66
Compare
Choose a tag to compare

0.199.0 / 2023.08.21

  • fix(collections): redblack tree and bst not being exported from mod (#3528)
  • fix(http/cookie_map): add maxAge to set/delete options (#3524)
  • fix(log): fix serializing BigInt value in object (#3550)
  • fix(path): typo in comment in _resolve (#3545)
  • fix(testing/time): fix FakeTime.restoreFor accuracy for sync callbacks (#3531)
  • perf: repoint internal imports to single-export files (#3537)

0.198.0

10 Aug 09:08
4d4a29b
Compare
Choose a tag to compare

0.198.0 / 2023.08.10

  • feat(path): single file exports (#3510)

0.197.0

03 Aug 15:24
d84f4b1
Compare
Choose a tag to compare

0.197.0 / 2023.08.03

  • BREAKING(testing/snapshot): change tab char serialization (#3447)
  • BREAKING(testing/snapshot): fix regression of serialization of long strings
    (#3507)
  • feat(fs/walk): include symlink option (#3464)
  • fix(toml/parse): fix edge cases (#3509)

0.196.0

26 Jul 13:24
b5c05ee
Compare
Choose a tag to compare

0.196.0 / 2023.07.26

  • BREAKING(http/server): deprecate serve and serveTls (#3381)
  • fix(http): fix handling of string port number (#3499)

0.195.0

20 Jul 00:07
b2f011d
Compare
Choose a tag to compare

0.195.0 / 2023.07.19

  • BREAKING(streams): deprecate readableStreamFromIterable (#3486)
  • BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445)
  • feat(fmt): enable setColorEnabled in browsers (#3485)
  • fix(async/delay): reject with existing AbortSignal reason (#3479)

0.194.0

12 Jul 20:43
6b1da32
Compare
Choose a tag to compare

0.194.0 / 2023.07.12

  • feat(collections): allow PropertyKey for groupBy key (#3461)
  • feat: msgpack encoding (#3460)

0.193.0

04 Jul 21:34
95e8cd4
Compare
Choose a tag to compare

0.193.0 / 2023.07.04

  • feat: add http/user_agent (#3387)
  • fix(json): allow primitives at top level without separator (#3466)
  • fix(testing/asserts): handle primitive/null values better in assertObjectMatch
    (#3468)

0.192.0

15 Jun 21:25
b7e6dc0
Compare
Choose a tag to compare

0.192.0 / 2023.06.15

  • BREAKING(semver): rewrite semver (#3385)
  • feat(testing): report the number of removed snapshots (#3435)
  • fix(datetime/day_of_year): respect time zone of date (#3443)
  • fix(http/file_server): resolve empty subdir correctly on Windows (#3439)
  • fix(testing/time): use real Date in FakeTime (#3414)
  • fix(yaml): parse always return null when file is empty, whitespace or only
    comments (#3442)