Back to Explore

wooorm/is-alphabetical

GitHub
2 watchersOpen source

Last release:

is-alphabetical is a small ESM JavaScript/TypeScript function that checks whether a given character is an ASCII alphabetical character (matching [a-z], case insensitive). It returns true for letters like “a” and “B”, and false for non-letters, and is useful when you need this check as a shared helper across multiple packages.

Project status

  • The source does not look actively maintained today, the most recent published updates in the provided history are from 2021-11-04 (v2.0.1), and there have been no newer versioned updates shown since then.
  • The apparent update cadence is irregular, early minor updates arrived roughly yearly from 2016 to 2020 (v1.0.0 to v1.0.4), then v2.0.0 and v2.0.1 shipped within 2021, after which the stream appears to go quiet by 2026-06-09 (even though there is a reported upstream push on 2022-11-23).

AI summary generated

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

Recent updates

  • 2.0.1

    Release 2.0.1 focuses on documentation updates and enabling stricter TypeScript settings. Code changes appear minimal at runtime, but the build and test toolchain (scripts and dev dependencies) was also modified.

  • 2.0.0

    Release 2.0.0 migrates the package to ESM and adds JSDoc based type support. The documented changes are small in the release notes, but the actual diff shows a more significant public API change and distribution/build changes.

    BreakingFeatures
  • 1.0.4

    Release 1.0.4 is described in the notes as a prose refactor. The diff shows mostly README wording/formatting updates, but it also includes version bumps for several development tooling dependencies and adds GitHub sponsorship metadata.

  • 1.0.3

    Release 1.0.3 is presented as a small documentation-focused update (more README badges, switch URLs to HTTPS, and rename the LICENSE file). The code diff shows additional changes to the build and development toolchain (devDependency updates and changes to the build scripts) plus a CI Node.js version update.

    Features
  • 1.0.2

    Release 1.0.2 is presented as a code-style refactor, with no stated functional changes. However, the diff shows multiple changes to development tooling, build scripts, CI configuration, and dependency versions that are not explicitly documented.

  • 1.0.1

    Release 1.0.1 is described as a documentation refactor plus removal of history.md. The actual diff shows mostly metadata and tooling changes, including CI configuration updates, significant devDependency version bumps, and documentation generation/linting configuration adjustments.

  • 1.0.0

    Release 1.0.0 was published on 2016-07-11, but the provided release notes contain no descriptive content beyond a celebratory marker. No information about new features, bug fixes, security updates, breaking changes, or migration steps is available in the supplied notes.