astral-regex provides a JavaScript regular expression for matching astral symbols, including an API that returns a RegExp via astralRegex(options). It is useful for finding astral symbols in strings (or, with exact: true, testing whether a string is exactly an astral symbol).
Project status
- This GitHub update source appears quiet and likely in maintenance mode, with the last upstream push on 2019-04-05 (well over 7 years ago as of 2026-08-12).
- The apparent updates cadence is essentially inactive, with only two notable versions shown (v1.0.0 in 2017, v2.0.0 in 2019), suggesting no ongoing development in recent years.
AI summary generated
Recent updates
v2.0.0
This release adds TypeScript type declarations and updates documentation/tests around the astralRegex function. The runtime code change is minimal (mostly refactoring the exported function binding), but the package metadata and CI/test setup change in ways that can impact consumers.
Featuresv1.0.0
Release v1.0.0 was published on 2017-07-21, but no release notes were provided by the publisher. Because the release notes are missing, the specific new features, fixes, or breaking changes cannot be determined from the provided data.