-
Notifications
You must be signed in to change notification settings - Fork 1
Release Notes
Phil Fearon edited this page Sep 12, 2021
·
13 revisions
Not yet release
- Auto-completion for node=names in XPath locations now uses the context from XPath notebook variables
10 August 2021
- Improved XPath language problem-reporting (from 0.3.6 XSLT/XPath extension)
- New command:
New XPath Notebook
creates an untitled notebook and opens it
- Initial
.xbook
notebook file was closed automatically to workaround upstream late-loading of built-in renderers bug
1 August 2021
- (Change) An empty-sequence is now represented in the application/json cell output as an empty array:
[]
previouslynull
was used
- Evaluation of an XPath cell that returned an array with a single
null
array-item would never complete. This has now been fixed.
31 July 2021
- issue #3 Context file used for cell evaluation now shows in status bar even when cell execution fails
- Preparation for support of
ipynb
files (awaiting upstream fixes for persisting language-info metadata for non-python code cells)
- issue #4 When XPath notebook cells were executed on a Windows platform, an error 'Invalid hexadecimal escape sequence' occurred. This issue has now been fixed