Releases: SCDH/tei-xpointer-schemes
Releases · SCDH/tei-xpointer-schemes
0.3.3
Changes
0.3.3
- fix github release action
0.3.2
- use github actions for tests, making releases and publishing
0.3.1
- fix builds in CI/CD pipeline
0.3.0
- fix dependencies for Oxygen 24.0
- implement
string-range()
scheme - improve
string-index()
scheme
0.2.2
- fix pipeline
0.2.1
- fix pipeline
0.2.0
- grammar based on XPath 3.1 grammar from the ANTLR4 grammars project,
written by Ken Domino:
https://github.com/antlr/grammars-v4/blob/master/xpath/xpath31/XPath31.g4 - allow
COMMA
in path expressions - added more test cases
- delivery as oxygen plugin
0.1.0
- implementation of the following pointers:
xpath()
left()
right()
string-index()
in partsrange()
IDREF
(simple fragment identifier without TEI XPointer)
- parse pointers with an ANTLR4 grammar
- not allowing
COMMA
in path expressions due to its syntactical
ambiguity
- not allowing
- XPath function extension
xptr:get-sequence(pointer as xs:string) as node()*
xptr:forrest(nodes as node()*) as node()*
0.3.2
version 0.3.2 released