Skip to content

Commit cc6b359

Browse files
authored
Add revision notes to JSON.md. (#1475)
This PR adds a section to JSON.md listing Swift Evolution proposals that have modified the JSON schema. ### Checklist: - [x] Code and documentation should follow the style of the [Style Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md). - [x] If public symbols are renamed or modified, DocC references should be updated.
1 parent 1deb32b commit cc6b359

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Documentation/ABI/JSON.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,14 @@ sufficient information to display the event in a human-readable format.
219219
["testID": <test-id>,
220220
["testCase": <test-case>]]
221221
-->
222+
223+
## See Also
224+
225+
### Relevant Swift Evolution proposals
226+
227+
| Proposal Number | Summary | Swift Version | Schema Version |
228+
|:-|-|-:|-:|
229+
| [ST-0002](https://github.com/swiftlang/swift-evolution/blob/main/proposals/testing/0002-json-abi.md) | Introduced the initial version of this JSON schema. | 6.0 | `0` |
230+
| [ST-0009](https://github.com/swiftlang/swift-evolution/blob/main/proposals/testing/0009-attachments.md#integration-with-supporting-tools) | Added attachments. | 6.2 | `0` |
231+
| [ST-0013](https://github.com/swiftlang/swift-evolution/blob/main/proposals/testing/0013-issue-severity-warning.md#event-stream) | Added test issue severity. | 6.3 | `"6.3"` |
232+
| [ST-0016](https://github.com/swiftlang/swift-evolution/blob/main/proposals/testing/0016-test-cancellation.md#integration-with-supporting-tools) | Added test cancellation. | 6.3 | `"6.3"` |

0 commit comments

Comments
 (0)