Skip to content

0.224.0

Compare
Choose a tag to compare
@denobot denobot released this 25 Apr 03:08
· 39 commits to main since this release
582a9f2

0.224.0 / 2024.04.25

  • deprecation(permissions): update removal time for std/permissions (#4575)
  • deprecation(semver): rename testRange() to satisfies() (#4364)
  • feat(http): file server prints local network address (#4604)
  • fix(bytes): equals() works with subarray (#4630)
  • fix(bytes): improve invalid count error message for repeat() (#4603)
  • fix(csv): do not print empty header line when no columns are given in
    stringify() (#4610)
  • fix(csv): remove unused opt parameter (#4598)
  • fix(fs/ensure_dir): allow links to directories (#4132)
  • fix(path): export private types used in public API (#4645)
  • perf(bytes): improve performance of equals() (#4635)