Skip to content

Latest commit

 

History

History
137 lines (82 loc) · 8.5 KB

CHANGELOG.md

File metadata and controls

137 lines (82 loc) · 8.5 KB

1.1.1 (2024-3-3)

Bug Fixes

Misc

Improvements

Automation

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

1.0.2 (2023-05-06)

Bug Fixes

  • renaming dnt's output files break imports (f3d6201)

1.0.1 (2023-05-06)

Improvements

  • move all .d.ts, .mjs, .cjs into the same folder (4373b73)

Automation

  • add manual trigger to test-and-benchmark.yml gh action (2f9188d)
  • fix test-and-benchmark (ca61ff8)

Misc

  • add new examples (550c2fd)
  • add new examples + fix small issues in README (2c19ff3)
  • add new keywords to npm published package.json (62edcc5)
  • move .gitpod.yml & .Dockerfile to root (b2db216)
  • move .releaserc to root (6450cde)
  • move CHANGELOG.md to root (919e00e)
  • run semantic-release from root [skip ci] (c40cda9)
  • run semantic-release from root [skip ci] (17fabfc)

1.0.0 (2023-05-05)

Features

  • add asCodePoints (fb87a75)
  • add getIterableStream (4eee4c7)
  • add support for mod.ts for deno (c078965)
  • switch to using TextDecoder Iterators (b23c219)

Bug Fixes

  • fix missing getCallbackStream in iterable.ts file (d1ff5a6)

Improvements

Misc

Automation