Deno Std Versions Save

The Deno Standard Library

0.223.0

2 weeks ago

0.223.0 / 2024.04.15

  • deprecation(expect): rename addSnapshotSerializers to addSnapshotSerializer (#4582)

0.222.1

3 weeks ago

0.222.1 / 2024.04.11

  • deprecation(semver): deprecate rangeMax() and rangeMin() (#4561)
  • fix(log): Revert "deprecate(log): deprecate internal utility methods" (#4436) (#4572)

0.222.0

3 weeks ago

0.222.0 / 2024.04.11

  • [unstable] BREAKING(semver): remove comparator.semver field (#4533)
  • deprecate(log): deprecate internal utility methods (#4436)
  • deprecation(console): copy std/console APIs into std/cli and deprecate std/console (#4547)
  • deprecation(crypto): rename an export to match style guide, deprecating original and two other obsolete imports (#4525)
  • deprecation(encoding): make exported function names consistent with std/encoding (#4555)
  • deprecation(yaml): cleanup schema exports (#4566)
  • feat(expect): support expect.addSnapshotSerialize() api (#4537)
  • feat(semver): greaterThanRange() and lessThanRange() (#4534)
  • feat(testing): add after, before, test aliases (#4541)
  • fix(cli): make the output of promptSecret() consistent with prompt() (#4549)

0.221.0

1 month ago

0.221.0 / 2024.03.27

  • feat(expect): add expect.{closeTo, stringContaining, stringMatching} (#4508)
  • fix(_tools): update check_deprecation path exclusion to recognize Windows directory separators (#4519)
  • fix(crypto): move FNV hashes from TypeScript to Rust/Wasm and implement iteration functionality (#4515)
  • fix(expect/assert): missing constructor equality check (#4512)
  • fix(fs): SubdirectoryMoveError extends Error correctly (#4528)
  • fix(yaml): speciously restrictive type for stringify() (#4507)
  • fix: use hyphens for JSR package exports (#4424)

0.220.1

1 month ago

0.220.1 / 2024.03.15

  • fix(tar): leak in Tar() checks directory entry type test (#4490)

0.220.0

1 month ago

0.220.0 / 2024.03.14

  • Revert "refactor(cli): cleanup parse_args.ts (#4189)" (#4485)
  • add JSR link (#4456)

0.219.1

1 month ago

0.219.1 / 2024.03.08

  • chore: fix for jsr publish (#4449)

0.219.0

1 month ago

0.219.0 / 2024.03.08

  • [unstable] BREAKING(semver): remove gtr() and ltr() (#4450)
  • [unstable] BREAKING(semver): remove reverseSort() (#4422)
  • [unstable] BREAKING(semver): remove deprecated operators (#4423)
  • feat(expect): support expect.extend() api (#4412)
  • fix(expect): fix equality of iterables (#4286)
  • fix(fs): emptyDir() test after workspace conversion (#4427)
  • fix(fs): expandGlob() test after workspace conversion (#4428)
  • fix(log): don't discard bytes >4096 in FileHandler (#4415)
  • fix(path): fix common() results that depend on the order and/or number of input paths (#4414)

0.218.2

2 months ago

Note: This release is for testing provenance attestation in JSR. No new commits are included.

0.218.0

2 months ago

0.218.0 / 2024.02.29

  • feat(assert): optional reason param for unreachable (#4404) (#4405)
  • feat(collections): add pick and omit (#4218)
  • feat(expect): add asymmetric matchers (any, anything, arrayContaining) (#4366)
  • feat(uuid): add type predicate return type to validate (v4) (#4301)
  • fix(fs/ensure_symlink): check symlink is pointing the given target (#4371)
  • fix(log): add missing return types (#4401)