Skip to content

Commit c80e585

Browse files
authored
Add post for XSpec v2.1.4 release (#10)
1 parent df834da commit c80e585

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

content/posts/xspec_214_release.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
date: 2020-04-30
3+
linktitle: Release XSpec v2.1.4
4+
title: Release XSpec v2.1.4
5+
weight: 8
6+
categories: [ "Release" ]
7+
tags: ["v2.1.4"]
8+
---
9+
10+
## Release XSpec v2.1.4
11+
Release v2.1.4 introduces new features and enhancements, fixes bugs, and improves the test suite and the documentation. These are the highlights for XSpec v2.1.4:
12+
13+
#### **Common to Languages Under Test**
14+
- You can mark assertions as pending by setting `@pending` on `x:expect`, as an alternative to using the `x:pending` element.
15+
- `/x:description/@measure-time` measures elapsed run times of scenarios. (Requires Saxon-PE or EE.)
16+
17+
#### **XSLT**
18+
- Different scenarios can use different global parameters (`//x:scenario/x:param`). (Requires [`/x:description/@run-as="external"`](https://github.com/xspec/xspec/wiki/External-Transformation).)
19+
20+
#### **Schematron**
21+
- Fully tested with [SchXslt](https://github.com/schxslt/schxslt) v1.7.1
22+
- Supports [`/x:description/@run-as`](https://github.com/xspec/xspec/wiki/External-Transformation)
23+
24+
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.1.4).

0 commit comments

Comments
 (0)