SEMANTIC-VERSIONING-EDI
MAJOR.MINOR.PATCH — la convention de versioning pour les schémas EDI custom.
Définition
Règles SemVer 2.0.0 : (1) MAJOR : breaking changes, (2) MINOR : new features backward-compat, (3) PATCH : bug fixes. Applicable aux extensions UBL custom, aux JSON Schema EDI internes, aux versions de mappings Schematron. Pas directement applicable à EDIFACT/X12 (qui ont leur propre versionnement UNTDID/ASC X12).
Origine
Spécification SemVer 2.0.0 publiée par Tom Preston-Werner en 2013.
Exemple en contexte
Le schéma JSON-Schema de l'API canonique passe de v2.4.1 à v2.5.0 (nouveaux champs optionnels, backward-compat).
Termes liés
- Versioning — cadre parent.