Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 10:18
· 15 commits to main since this release

1.1.0 (2023-12-4)

Features

  • export getIterableFromStream as alias for getIterableFromStream (946f704)

Misc

  • cleanup deno.lock file (64277fe)
  • improve internal code docs (a02643a)
  • improve the docs for codePointAt (6c73b05)
  • switch out the benchmark results (2a292a7)
  • update deps... (88261b3)
  • update package.json (2fa5883)
  • update tests (9b30650)
  • updated benchmark docs (02b1fa0)
  • use constants for bytesToCodePointFromBuffer (d4c5ceb)

Improvements

  • improve perf of codePointAt (f92a5c6)
  • improve performance of getIterableStream (2781888)
  • use codePointAt instead of complex loop (3138b46)

Automation