Skip to content

Commit 676c851

Browse files
authored
Oxygen add-on for XSpec v3.3.1 (#23)
* Oxygen add-on for XSpec v3.3.1
1 parent df3f789 commit 676c851

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

static/editors/oxygen/latest.xhtml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@
1515
</div>
1616
<div>
1717
<h2 style="margin-top: 8mm">Changelog (not inclusive)</h2>
18+
<div>
19+
<h3>v3.3.1</h3>
20+
<ul>
21+
<li>Release Candidate of the stable release</li>
22+
<li>You can execute an XSpec test for XSLT or XQuery using an XProc 3 pipeline (<a href="https://github.com/xspec/xspec/pull/2127"
23+
>#2127</a>)</li>
24+
<li>You can execute an XSpec test for a Schematron schema that has an XQuery-based queryBinding, using XQS as the Schematron implementation (<a href="https://github.com/xspec/xspec/pull/2157"
25+
>#2157</a>)</li>
26+
<li>In the x:expect element, the new, optional 'result-type' attribute describes the sequence type you expect for the actual result. XSpec checks the type before evaluating @test, so an unexpected type leads to an ordinary failure instead of a type error. (<a href="https://github.com/xspec/xspec/pull/2122"
27+
>#2122</a>)</li>
28+
<li>Tested with BaseX 12.0</li>
29+
</ul>
30+
</div>
1831
<div>
1932
<h3>v3.2.2</h3>
2033
<ul>
@@ -73,18 +86,6 @@
7386
<li>Official release of v3.0</li>
7487
</ul>
7588
</div>
76-
<div>
77-
<h3>v3.0.2</h3>
78-
<ul>
79-
<li>Release Candidate of the stable release</li>
80-
<li>feat(xslt): code coverage for Saxon 12.4+ (<a href="https://github.com/xspec/xspec/pull/1833"
81-
>#1833</a>)</li>
82-
<li>Removes Saxon 9.9 support</li>
83-
<li>Saxon versions earlier than 12.4 are no longer recommended</li>
84-
<li>Tested with Saxon 10.9, 11.6, and 12.4</li>
85-
<li>Tested with Oxygen 26.1</li>
86-
</ul>
87-
</div>
8889
</div>
8990
</body>
9091
</html>

static/editors/oxygen/oxygen-addon.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
* Update the changelog in xt:description
1515
-->
1616
<xt:location
17-
href="https://github.com/xspec/xspec/archive/refs/tags/v3.2.2.zip" />
17+
href="https://github.com/xspec/xspec/archive/refs/tags/v3.3.1.zip" />
1818

19-
<xt:version>3.2.2</xt:version>
19+
<xt:version>3.3.1</xt:version>
2020

2121
<!-- Note that supporting multiple oXygen versions may be hard to maintain, because
2222
* oXygen add-on and framework require manual testing.

0 commit comments

Comments
 (0)