NFF uses a simple sequential versioning system for all its components, including the API, guidelines, and implementations. Each new release, regardless of the size of the changes, will increment the version number. This approach is similar to the versioning system used by Mozilla Firefox.
For example:
- Version 1
- Version 2
- Version 3
This simple and predictable versioning scheme makes it easy for developers to understand the evolution of the framework and ensure compatibility between different components.
Detailed information about specific changes in each release will be documented in the Changelog, which will be updated with every new version.