Releases: annotation/stam-tools
Releases · annotation/stam-tools
v0.14.1
04 Feb 12:13
Compare
Sorry, something went wrong.
No results found
allow textsuffix and textprefix on annotations using TextSelectorBetweenMarkers. This implementation was missing, so markers could not have textprefixes or suffixes yet.
v0.14.0
04 Dec 13:46
Compare
Sorry, something went wrong.
No results found
fromxml: annotation IDs are now automatically generated for all that have none explicitly assigned.
fromxml: you can now include text prefixes and text suffixes in the main annotation by setting include_textprefix and/or
include_textsuffix to true.
fromxml: you can also explicitly annotated text prefixes/suffixes using annotatetextprefix and annotatetextsuffix
v0.13.8
21 Nov 20:42
Compare
Sorry, something went wrong.
No results found
xml: implemented XPath-like conditions on any nodes (#29 )
xml: allow templates to reference absolute paths from the root node (#28 )
xml: added starts_with and ends_with filters
dependency update for roxmltree (previous version was yanked)
v0.13.6
10 Nov 10:36
Compare
Sorry, something went wrong.
No results found
Updated for stam-rust v0.18.6
v0.13.5
27 Oct 22:05
Compare
Sorry, something went wrong.
No results found
Minor extra feature:
fromxml: allow specifying a desired output file with --inputfiles. The output file can be in any column and has a > prepended to its name.
v0.13.4
27 Oct 14:04
Compare
Sorry, something went wrong.
No results found
Bugfix:
fromxml: fix in handling context variables via --context-file
v0.13.3
22 Oct 09:15
Compare
Sorry, something went wrong.
No results found
xml: added --id-strip-suffix parameter to strip certain suffixes (extensions) when deriving identifiers from filenames
align: added --quiet parameter
v0.13.2
08 Oct 12:57
Compare
Sorry, something went wrong.
No results found
v0.13.1
08 Oct 12:16
Compare
Sorry, something went wrong.
No results found
v0.13.0
27 Sep 11:01
Compare
Sorry, something went wrong.
No results found
New features:
fromxml: implemented metadata annotations and --context-file parameter
fromxml: support simple XPath like conditional statements in templates
Bugfixes;
fromxml: fixed complex template variable parsing (refactoring)
fromxml: support simple XPath like conditional statements in templates