Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 07:38
· 26 commits to main since this release

   🚀 Features

  • slug:
    • Script restriction levels and bidi component guard for Unicode slugs  -  by @productdevbook and Claude Fable 5 (66c7a)
  • uri:
    • WHATWG query/special-query/fragment/userinfo/c0 sets; iriToUri nfc option  -  by @productdevbook and Claude Fable 5 (42655)
    • Validators, host parsing, equivalence ladder, extractUri and the remaining RFC 3986/3987 gaps  -  by @productdevbook and Claude Fable 5 (269ec)
    • Relativize() and punycode host conversion for iriToUri  -  by @productdevbook and Claude Fable 5 (5ad6a)

   🐞 Bug Fixes

  • Closer UTS #46 domain mapping and virama-aware grapheme fallback  -  by @productdevbook and Claude Fable 5 in #46 (876ed)
  • slug: Never emit a dot-segment, keep every slug a segment-nz-nc, truncate on grapheme boundaries  -  by @productdevbook and Claude Fable 5 (b4b47)
  • uri: Host hex case, ucschar plane 14, scheme ABNF, unreserved decoding, base merge, serializer invariants, relative normalizePath  -  by @productdevbook and Claude Fable 5 (81eaf)
    View changes on GitHub