Releases: okikio/codepoint-iterator
Releases · okikio/codepoint-iterator
v1.1.1
v1.1.0
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
v1.0.2
v1.0.1
1.0.1 (2023-05-06)
Improvements
- move all .d.ts, .mjs, .cjs into the same folder (4373b73)
Automation
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)
v1.0.0
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
initerable.ts
file (d1ff5a6)
Improvements
- clean up the code (9f096c7)
- faster codepoints (895773c)
- move library to deno (ad61893)
- use deno (c0711d7)
Misc
- ... (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)