Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Latest commit

History

History
54 lines (33 loc) 路 2.26 KB

README.md

File metadata and controls

54 lines (33 loc) 路 2.26 KB

Stability Badges

Copy-paste friendly stability badges inspired by the Node.js Stability Index.

All badges are provided by shields.io.

Stability: Deprecated

stability - deprecated

This feature is known to be problematic, and changes may be planned. Do not rely on it. Use of the feature may cause warnings to be emitted. Backwards compatibility across major versions should not be expected.

[![stability - deprecated][deprecated-img]][stability-url]

[deprecated-img]: https://img.shields.io/badge/stability-deprecated-red.svg?style=flat-square
[stability-url]: https://nodejs.org/api/documentation.html#documentation_stability_index

Stability: Experimental

stability - experimental

This feature is still under active development and subject to non-backwards compatible changes, or even removal, in any future version. Use of the feature is not recommended in production environments. Experimental features are not subject to the Node.js Semantic Versioning model.

[![stability - experimental][experimental-img]][stability-url]

[experimental-img]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
[stability-url]: https://nodejs.org/api/documentation.html#documentation_stability_index

Stability: Stable

stability - stable

The API has proven satisfactory. Compatibility with the npm ecosystem is a high priority, and will not be broken unless absolutely necessary.

[![stability - stable][stable-img]][stability-url]

[stable-img]: https://img.shields.io/badge/stability-stable-brightgreen.svg?style=flat-square
[stability-url]: https://nodejs.org/api/documentation.html#documentation_stability_index

License

CC0-1.0