Releases: hatsyjs/httongue
Releases · hatsyjs/httongue
Release 3.1.0
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()
.
Release 2.4.0
Changes
- Make
MIMEType
aenum
ratherconst enum
.
Packaging
- Build with
@run-z/project-config
. - Make exports compatible with
Node16
module resolution.
Release 2.3.0
Packaging
- Bundle in ESM format only.
Release 2.2.0
New Features
- Add
hyphenateCSSName()
function specific to CSS property names. - Add
hyphenateDecapName()
function that avoids the leading hyphen.
Release 2.1.0
New Features
- Implement
hyphenateName()
function to hyphenate property names.
Release 2.0.0
Rename to @frontmeans/httongue
.
Breaking Changes
- Replace
XXX__MIME
constancts withconst enum MIMEType
.
Release 1.1.2
Packaging
- Flatten type definitions with @proc7ts/rollup-plugin-flat-dts
Release 1.1.1
Fixes
- Exclude build configs from the package.
Release 1.1.0
New Features
- Add constants for MIME types.