이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

Plugin Stability

2024년 5월 20일 오후 4:28

Plugins are recommended to have a stability field that communicates the state of development of the plugin. It can contain the following values:

  • STABILITY_0_DEPRECATED - Deprecated. This plugin is not recommended for new projects
  • STABILITY_1_EXPERIMENTAL - Experimental. Non-backward compatible changes or removal may occur in any future release. Use of the plugin is not recommended in production environments
  • STABILITY_2_STABLE - Stable.
  • STABILITY_3_LEGACY - Legacy. Although this plugin is unlikely to be removed, it is no longer actively maintained, and other alternatives are available

These stability levels are taken from the Node.js project - https://nodejs.org/api/documentation.html#stability-index.