Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Release 3.0.0

Choose a tag to compare

@surol surol released this 26 Apr 09:21
· 67 commits to master since this release
v3.0.0
b22e7e5

Changes

  • Rename to httongue.
  • Bundle to ES2022.
  • Rename hyphenateDecapName() to hyphenate().
  • Rename hyphenateCSSName() to hyphenateCSS()
  • Drop confusing hyphenateName().
  • Rename decodeURLComponent() to decodeURISearchPart().

Features

  • Add RFC3986-compiant encoders:
    • encodeURIPart(),
    • encodeURISearchPart().
  • Add Unicode-compliant capitalization utilities:
    • capitalize(),
    • decapitalize().
  • Add JavaScript codegen helpers:
    • escapeJsString(),
    • jsPropertyAccessor(),
    • jsStringLiteral(),
    • quoteJsKey().