Stability - matchboxjs/matchbox GitHub Wiki

Here you can find information regarding the documentations and wikis throughout the matchbox project.

The various features and APIs may be marked with stability levels. Stability levels denote how safe it is to use and how mature a feature is.

Deprecated

stability

A newer version is available and this one will be removed in the foreseeable future.

  • Consider updating.

Experimental

stability

Work in progress, it may change or be removed in the future.

  • Don't expect tests.
  • Expect breakage.
  • Productions should avoid this.

Stable

stability

Updates may contain performance improvements and backward compatible changes, but never breaking changes. API may be extended.

  • Tests are available and all of them pass.
  • Ready for production use.
  • New versions may come.

Frozen

stability

It's considered complete and is never intended to change at all. API is not intended to change from this point.

  • Any update that my come will only contain fixes for unexpected bugs.
  • Development finished, no new version is expected.