Skip to content

Commit 91af026

Browse files
authored
Add post XSpec v2.2.4 release (#12)
1 parent 00cba7b commit 91af026

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

content/posts/xspec_224_release.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
date: 2021-10-08
3+
linktitle: Release XSpec v2.2.4
4+
title: Release XSpec v2.2.4
5+
weight: 7
6+
categories: [ "Release" ]
7+
tags: ["v2.2.4"]
8+
---
9+
10+
## Release XSpec v2.2.4
11+
Release v2.2.4 introduces new features and enhancements, fixes bugs, and improves the test suite and the documentation. These are the highlights for XSpec v2.2.4:
12+
13+
#### Common to Languages Under Test
14+
15+
- Pending or unfocused variable declarations are handled more gracefully.
16+
- Large results are no longer saved in separate XML files by default.
17+
- This will be the last version to support Saxon 9.8.
18+
19+
#### XSLT
20+
21+
- Multiple test scenarios can be run in parallel by setting `@threads` on `x:description` or `x:scenario`. (Requires Saxon-EE)
22+
- You can set `x:context` when testing functions. (Requires `/x:description/@run-as`=`external`)
23+
24+
#### Schematron
25+
26+
- You can mark assertions as pending by setting `@pending` on `x:expect-*` elements, as an alternative to using the `x:pending` element.
27+
- When `@location` does not point to one node, the error message is more helpful.
28+
29+
Many thanks to the many XSpec contributors who made this release possible. They are listed on the [release notes](https://github.com/xspec/xspec/releases/tag/v2.2.4).

0 commit comments

Comments
 (0)