From e2f50bd88ce594c25c11cd700a026f9fde505520 Mon Sep 17 00:00:00 2001
From: galtm <40716346+galtm@users.noreply.github.com>
Date: Sun, 31 Aug 2025 15:45:15 -0400
Subject: [PATCH 1/2] Oxygen add-on for XSpec v3.3.1
---
static/editors/oxygen/latest.xhtml | 25 +++++++++++++------------
static/editors/oxygen/oxygen-addon.xml | 4 ++--
2 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/static/editors/oxygen/latest.xhtml b/static/editors/oxygen/latest.xhtml
index e9b59db..06eec91 100644
--- a/static/editors/oxygen/latest.xhtml
+++ b/static/editors/oxygen/latest.xhtml
@@ -15,6 +15,19 @@
Changelog (not inclusive)
+
+
v3.3.1
+
+ - Release Candidate of the stable release
+ - You can execute an XSpec test for XSLT or XQuery using an XProc 3 pipeline (#2127)
+ - You can execute an XSpec test for a Schematron schema that has an XQuery-based queryBinding, using XQS as the Schematron implementation (#2157)
+ - 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. (#2122)
+ - Tested with BaseX 12.0
+
+
v3.2.2
@@ -73,18 +86,6 @@
- Official release of v3.0
-
-
v3.0.2
-
- - Release Candidate of the stable release
- - feat(xslt): code coverage for Saxon 12.4+ (#1833)
- - Removes Saxon 9.9 support
- - Saxon versions earlier than 12.4 are no longer recommended
- - Tested with Saxon 10.9, 11.6, and 12.4
- - Tested with Oxygen 26.1
-
-