Skip to content

Commit dc103d1

Browse files
committed
#289: Changed prefetch token status change to a Major change, rather than a Patch change.
1 parent d10cf5a commit dc103d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/specification/1.0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ The following types of changes are possible for a hook definition:
848848
Change | Version Impact
849849
------ | ----
850850
Clarifications and corrections to documentation that do not impact functionality | Patch
851-
Change of prefetch token status of an existing context field | Patch
851+
Change of prefetch token status of an existing context field | Major
852852
Addition of a new, REQUIRED field to the context | Major
853853
Addition of a new, OPTIONAL field to the context | Minor
854854
Change of optionality of an existing context field | Major
@@ -859,6 +859,8 @@ Change of semantics of the hook | Major
859859

860860
When a major change is made, the hook definition MUST be published under a new name. When a minor or patch change is made, the hook version MUST be updated. Hook definers MUST use [semantic versioning](https://semver.org/) to communicate the impact of changes in an industry standard way.
861861

862+
> Note that the intent of this table is to outline possible breaking changes. The authors have attempted to enumerate these types of changes exhaustively, but as new types of breaking changes are identified, this list will be updated.
863+
862864
#### Change Log
863865

864866
Changes made to a hook MUST be documented in a change log to ensure hook consumers can track what has been changed over the life of a hook. The change log MUST contain the following elements:

0 commit comments

Comments
 (0)