This repository was archived by the owner on Mar 16, 2025. It is now read-only.
Release 3.0.0
Changes
- Rename to
httongue. - Bundle to ES2022.
- Rename
hyphenateDecapName()tohyphenate(). - Rename
hyphenateCSSName()tohyphenateCSS() - Drop confusing
hyphenateName(). - Rename
decodeURLComponent()todecodeURISearchPart().
Features
- Add RFC3986-compiant encoders:
encodeURIPart(),encodeURISearchPart().
- Add Unicode-compliant capitalization utilities:
capitalize(),decapitalize().
- Add JavaScript codegen helpers:
escapeJsString(),jsPropertyAccessor(),jsStringLiteral(),quoteJsKey().