1.1.1 (2024-3-3)
- deno.jsonc exports (347c1ce)
- ... (3dfa025)
- add docs (76b8b2d)
- add explicit types (a5946fd)
- LICENSE (39ebe4c)
- publish jsr.io (dde19b3)
- try out various perf. variants (46c3816)
- use for...await...of (5545790)
1.1.0 (2023-12-4)
- export getIterableFromStream as alias for getIterableFromStream (946f704)
- 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)
- improve perf of codePointAt (f92a5c6)
- improve performance of getIterableStream (2781888)
- use codePointAt instead of complex loop (3138b46)
- fix build script (f0492ae)
- upgrade devcontainer to v20 (a12199c)
- upgrade gh action workflow (25423f8)
1.0.2 (2023-05-06)
- renaming dnt's output files break imports (f3d6201)
1.0.1 (2023-05-06)
- move all .d.ts, .mjs, .cjs into the same folder (4373b73)
- 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)
- add asCodePoints (fb87a75)
- add getIterableStream (4eee4c7)
- add support for mod.ts for deno (c078965)
- switch to using TextDecoder Iterators (b23c219)
- fix missing
getCallbackStream
initerable.ts
file (d1ff5a6)
- clean up the code (9f096c7)
- faster codepoints (895773c)
- move library to deno (ad61893)
- use deno (c0711d7)
- ... (a8d9ced)
- [skip ci] update deno.lock (7a6dc28)
- add link to benchmark (12b5d02)
- finalize examples (01d05ea)
- finalize README (ed6eaa9)
- get ready for publish (505a210)
- prep for release (33df1db)
- run benchmarks (39c3dbc)
- WIP (1fcaec7)
- WIP gitpod (d55e1c9)
- WIP: update the template README docs (b63040f)