Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.92 KB

VERSIONS.md

File metadata and controls

22 lines (15 loc) · 1.92 KB

React Form Input Validation Versions

You can come back to this page and switch the version of the docs you're reading at any time.

Stable versions

The most recent version is recommended in production.

Versions Documents Releases
v2.1.0 Documentation Release notes
v2.0.1 Documentation Release notes
v2.0.0 Documentation Release notes
v1.0.1 Documentation

Versioning strategy

React Form Input Validation follows Semantic Versioning 2.0.0. React Form Input Validation version numbers have three parts: major.minor.patch. The version number is incremented based on the level of change included in the release.

  • Major releases contain significant new features, some but minimal developer assistance is expected during the update. When updating to a new major release, you may need to run update scripts, refactor code, run additional tests, and learn new APIs.
  • Minor releases contain important new features. Minor releases are fully backward-compatible; no developer assistance is expected during update, but you can optionally modify your apps and libraries to begin using new APIs, features, and capabilities that were added in the release.
  • Patch releases are low risk, contain bug fixes and small new features. No developer assistance is expected during update.