Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions static/editors/oxygen/latest.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@
</div>
<div>
<h2 style="margin-top: 8mm">Changelog (not inclusive)</h2>
<div>
<h3>v3.3.1</h3>
<ul>
<li>Release Candidate of the stable release</li>
<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"
>#2127</a>)</li>
<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"
>#2157</a>)</li>
<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"
>#2122</a>)</li>
<li>Tested with BaseX 12.0</li>
</ul>
</div>
<div>
<h3>v3.2.2</h3>
<ul>
Expand Down Expand Up @@ -73,18 +86,6 @@
<li>Official release of v3.0</li>
</ul>
</div>
<div>
<h3>v3.0.2</h3>
<ul>
<li>Release Candidate of the stable release</li>
<li>feat(xslt): code coverage for Saxon 12.4+ (<a href="https://github.com/xspec/xspec/pull/1833"
>#1833</a>)</li>
<li>Removes Saxon 9.9 support</li>
<li>Saxon versions earlier than 12.4 are no longer recommended</li>
<li>Tested with Saxon 10.9, 11.6, and 12.4</li>
<li>Tested with Oxygen 26.1</li>
</ul>
</div>
</div>
</body>
</html>
4 changes: 2 additions & 2 deletions static/editors/oxygen/oxygen-addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
* Update the changelog in xt:description
-->
<xt:location
href="https://github.com/xspec/xspec/archive/refs/tags/v3.2.2.zip" />
href="https://github.com/xspec/xspec/archive/refs/tags/v3.3.1.zip" />

<xt:version>3.2.2</xt:version>
<xt:version>3.3.1</xt:version>

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