has-tostringtag is a small JavaScript utility that checks whether the current JS environment supports `Symbol.toStringTag`. It returns true for native support, and also provides a `shams` variant to detect environments with a mostly-spec-compliant `Symbol.toStringTag` sham.
Project status
- The repository appears to support
Symbol.toStringTagdetection, including spec-compliant behavior and shams, but the provided release metadata does not clearly describe ongoing feature development beyond packaging and type surface changes. - The tagged npm package shows
updatesreleased in 2021 (v1.0.0) and early 2024 (v1.0.1, v1.0.2), suggesting a low, irregular release cadence based on the available tags.
AI summary generated Today
Recent updates
v1.0.2
2/1/2024This release is v1.0.2 of the has-tostringtag package, but no release notes were provided by the publisher. The code diff shows only packaging metadata changes, mainly adjusting dependency placement for has-symbols.
v1.0.1
2/1/2024v1.0.1 introduces TypeScript declaration files for the main entry point and the ./shams entry, and updates package.json export metadata to surface those types. The diff also includes CI/workflow refactors and changes to how the npm ignore file is generated during publish packaging.
Featuresv1.0.0
8/5/2021This release is tagged v1.0.0, but no release notes or change log content was provided by the publisher. As a result, there is no documented information here about new features, breaking changes, bug fixes, security updates, or dependencies.