Back to Explore

mathiasbynens/cssesc

GitHub
1 watchersOpen source

Last release: 9/28/2016

cssesc is a JavaScript library that escapes text for use in CSS strings or CSS identifiers, generating the shortest possible ASCII-only output. It exposes a `cssesc(value, options)` function (including `isIdentifier`, `quotes`, and `wrap`) and also provides a command-line `cssesc` tool for escaping from a shell.

Project status

  • The last listed tagged updates are from 2016 (v1.0.0, v0.1.0), and the provided evidence does not show recent functional updates beyond that.
  • The repository has an upstream push timestamp in 2023-02-02, suggesting ongoing repository activity, but the evidence provided does not confirm active maintenance of features or frequent update cadence.

AI summary generated Today

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v1.0.0

    9/28/2016

    v1.0.0 modernizes cssesc’s implementation and tooling. The release notes only call out a Node.js support floor (Node.js v4+), but the diff shows broader refactors and potential environment support changes.

    Breaking
  • v0.1.0

    7/6/2016

    Release v0.1.0 of cssesc primarily documents basic cross-browser and Node.js compatibility testing. No feature additions, fixes, or behavioral changes are described in the release notes.