-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 1fa9e51 🚀
- Loading branch information
Showing
18 changed files
with
581 additions
and
404 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<!DOCTYPE HTML><html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<meta http-equiv="Refresh" content="0; url=/announcements/2024/10/saxonjs-2.7.html"> | ||
<title>Redirect</title> | ||
</head> | ||
<body><a href="/announcements/2024/10/saxonjs-2.7.html">Redirect</a>. | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<!DOCTYPE HTML><html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
|
||
<title>Announcing SaxonJS 2.7</title> | ||
<meta name="author" content="Norm Tovey-Walsh"> | ||
<meta name="pubdate" content="2024-10-17T15:00:00"> | ||
<link rel="stylesheet" type="text/css" href="/css/blog.css"><link rel="stylesheet" type="text/css" href="/css/announcements.css"><meta content="Saxonica announcements" property="og:site_name"><meta content="https://blog.saxonica.com/img/sitecard.png" property="og:image"><meta content="The latest news from Saxonica." property="og:description"><meta content="https://blog.saxonica.com/announcements/" property="og:url"><meta content="600" property="og:image:width"><meta content="315" property="og:image:height"><meta content="Announcing SaxonJS 2.7" property="og:title"><meta content="en_GB" property="og:locale"><meta content="website" property="og:type"><meta name="viewport" content="width=device-width, initial-scale=1.0"></head> | ||
<body class="norm-tovey-walsh"><header><div class="banner"><h1><a href="/announcements/">Saxonica announcements</a></h1><div class="tagline">The latest news from Saxonica</div></div><h2>Announcing SaxonJS 2.7!</h2><aside class="nav"><div class="navlinks"><div id="search"><form action="https://www.google.com/search" target="_parent"><span>Search: </span><input size="20" name="as_q"><input type="hidden" name="hl" value="en"><input type="hidden" name="ie" value="UTF-8"><input type="hidden" name="btnG" value="Google+Search"><input type="hidden" name="as_qdr" value="all"><input type="hidden" name="as_occt" value="any"><input type="hidden" name="as_dt" value="i"><input type="hidden" name="as_sitesearch" value="blog.saxonica.com"></form></div><div id="blogroll"><a href="/">Home (combined archives)</a><br><a href="/announcements/">Announcements</a><br><a href="/mike/">Saxon diaries</a><br><a href="/oneil/">O’Neil Delpratt’s Blog</a><br><a href="/norm/">Saxon Chronicles</a></div></div></aside><div class="byline"><span class="by">By </span><span class="name"><a href="/authors.html#norm-tovey-walsh">Norm Tovey-Walsh</a></span><span class="on"> on </span><a href="/authors.html#norm-tovey-walsh-D2024-10"><span class="date" time="2024-10-17T15:00:00">October 17, 2024 at 03:00p.m.</span></a></div></header><main> | ||
|
||
|
||
<p>The SaxonJS 2.7 maintenance release has been published. This is a | ||
maintenance release for NodeJS and the browser. It fixes a number of bugs. | ||
(Including <a href="/norm/2023/10/06-no-longer-supported.html">that one</a> | ||
about the spurious warning message. Again.)</p> | ||
|
||
<p>Highlights include:</p> | ||
|
||
<ul> | ||
<li><a href="https://saxonica.plan.io/issues/4991">#4991</a>: Support JSON indentation in xml-to-json</li> | ||
<li><a href="https://saxonica.plan.io/issues/5540">#5540</a>: Namespace context is reset before each XSLT transformation</li> | ||
<li><a href="https://saxonica.plan.io/issues/5743">#5743</a>: Text nodes are no longer lost in xsl:catch instruction</li> | ||
<li><a href="https://saxonica.plan.io/issues/6234">#6234</a>: Corrected the behavior of a map called as a function</li> | ||
<li><a href="https://saxonica.plan.io/issues/6318">#6318</a>: Fixed an error in parsing regular expressions</li> | ||
<li><a href="https://saxonica.plan.io/issues/6352">#6352</a>: Resolved a performance issue introduced in SaxonJS 2.6</li> | ||
<li><a href="https://saxonica.plan.io/issues/6393">#6393</a>: Fixed a string/number comparison bug</li> | ||
<li><a href="https://saxonica.plan.io/issues/6418">#6418</a>: Improve behavior when attempting to use IXSL extensions on Node.js</li> | ||
<li><a href="https://saxonica.plan.io/issues/6516">#6516</a>: Fixed some XPath parsing errors related to uncommon expressions (like <code>/[x]</code>)</li> | ||
</ul> | ||
|
||
<p>For a complete list of the issues resolved in this release, please visit the | ||
<a href="https://saxonica.plan.io/projects/saxon-js/issues?utf8=%E2%9C%93&set_filter=1&sort=id%3Adesc&f%5B%5D=status_id&op%5Bstatus_id%5D=c&f%5B%5D=cf_10&op%5Bcf_10%5D=%3D&v%5Bcf_10%5D%5B%5D=97&f%5B%5D=&c%5B%5D=tracker&c%5B%5D=status&c%5B%5D=priority&c%5B%5D=subject&c%5B%5D=assigned_to&c%5B%5D=updated_on&group_by=&t%5B%5D=">issue tracker</a> | ||
on the Saxonica support site.</p> | ||
|
||
<p>SaxonJS 2.7 was released on 17 October 2024. This release has been | ||
uploaded to the usual locations on the Saxonica website and the NPM | ||
repository. | ||
For more details, please consult | ||
<a href="https://www.saxonica.com/saxon-js/documentation2/index.html">the documentation</a>. | ||
</p> | ||
|
||
<div class="note"> | ||
<p>Note: Saxon 12.5 won’t create SEF files that can be used with SaxonJS 2.x. | ||
This is a <a href="https://saxonica.plan.io/issues/6487">known bug</a> that will | ||
be fixed in Saxon 12.6. Saxon 12.4 and earlier versions will make SEF files that | ||
SaxonJS 2.x can use.</p> | ||
</div> | ||
|
||
<p>If you encounter any issues with SaxonJS 2.7, please | ||
<a href="https://saxonica.plan.io/projects/saxon-js/issues">report them</a> | ||
on our issue tracker.</p> | ||
|
||
</main><footer><div class="prev-uri"><a href="/norm/2024/08/16-packaging.html">Packaging SaxonJS for the browser</a></div><div class="next-uri"><a href="/norm/2024/10/17-oops.html">Oops, we did it again</a></div></footer></body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.