Releases: HuygensING/alexandria
Releases · HuygensING/alexandria
2.4.1
What's Changed
- [Snyk] Upgrade org.jetbrains.kotlin:kotlin-stdlib from 1.4.10 to 1.5.0 by @snyk-bot in #4
- [Snyk] Fix for 1 vulnerabilities by @snyk-bot in #9
- [Snyk] Fix for 5 vulnerabilities by @snyk-bot in #7
- [Snyk] Upgrade org.apache.commons:commons-lang3 from 3.9 to 3.12.0 by @snyk-bot in #14
- [Snyk] Upgrade com.fasterxml.jackson.core:jackson-databind from 2.10.3 to 2.12.3 by @snyk-bot in #13
- [Snyk] Upgrade org.jetbrains.kotlin:kotlin-stdlib from 1.5.0 to 1.5.10 by @snyk-bot in #12
- [Snyk] Upgrade org.fusesource.jansi:jansi from 1.17.1 to 1.18 by @snyk-bot in #16
- [Snyk] Upgrade com.smoketurner:dropwizard-swagger from 1.3.12-1 to 1.3.17-1 by @snyk-bot in #15
- [Snyk] Upgrade org.jetbrains.kotlin:kotlin-stdlib from 1.5.10 to 1.5.20 by @snyk-bot in #17
- [Snyk] Upgrade com.fasterxml.jackson.core:jackson-annotations from 2.10.0.pr3 to 2.12.4 by @snyk-bot in #19
- [Snyk] Upgrade com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider from 2.12.3 to 2.12.4 by @snyk-bot in #20
- [Snyk] Upgrade org.jetbrains.kotlin:kotlin-stdlib from 1.5.20 to 1.5.21 by @snyk-bot in #21
- [Snyk] Upgrade org.jetbrains.kotlin:kotlin-stdlib from 1.5.21 to 1.5.30 by @snyk-bot in #22
- [Snyk] Upgrade com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.12.4 to 2.12.5 by @snyk-bot in #23
- [Snyk] Upgrade com.fasterxml.jackson.core:jackson-annotations from 2.12.4 to 2.12.5 by @snyk-bot in #24
- [Snyk] Upgrade org.glassfish.jersey.connectors:jersey-apache-connector from 2.34 to 2.35 by @snyk-bot in #25
- [Snyk] Upgrade org.jetbrains.kotlin:kotlin-stdlib from 1.5.30 to 1.5.31 by @snyk-bot in #26
- [Snyk] Upgrade com.fasterxml.jackson.core:jackson-annotations from 2.12.5 to 2.13.0 by @snyk-bot in #28
- [Snyk] Upgrade org.jetbrains.kotlin:kotlin-stdlib from 1.5.31 to 1.6.0 by @snyk-bot in #30
- [Snyk] Upgrade com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider from 2.12.5 to 2.13.0 by @snyk-bot in #29
- [Snyk] Upgrade com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.12.5 to 2.13.0 by @snyk-bot in #27
- [Snyk] Upgrade org.jetbrains.kotlin:kotlin-stdlib from 1.6.0 to 1.6.10 by @snyk-bot in #31
- [Snyk] Upgrade org.jetbrains.kotlin:kotlin-stdlib from 1.6.10 to 1.6.20 by @snyk-bot in #32
- [Snyk] Upgrade com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.13.0 to 2.13.3 by @snyk-bot in #35
- [Snyk] Upgrade org.jetbrains.kotlin:kotlin-stdlib from 1.6.20 to 1.6.21 by @brambg in #33
- [Snyk] Upgrade ch.qos.logback:logback-classic from 1.3.0-alpha4 to 1.4.0 by @snyk-bot in #40
- [Snyk] Upgrade org.glassfish.jersey.containers:jersey-container-grizzly2-http from 2.35 to 2.36 by @snyk-bot in #41
- [Snyk] Upgrade com.fasterxml.jackson.core:jackson-annotations from 2.13.0 to 2.13.4 by @snyk-bot in #43
- [Snyk] Upgrade com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider from 2.13.3 to 2.13.4 by @brambg in #44
- [Snyk] Upgrade org.jetbrains.kotlin:kotlin-stdlib from 1.6.21 to 1.7.10 by @snyk-bot in #46
- [Snyk] Upgrade org.glassfish.jersey.connectors:jersey-apache-connector from 2.36 to 2.37 by @snyk-bot in #47
- [Snyk] Fix for 1 vulnerabilities by @brambg in #55
- [Snyk] Upgrade org.jetbrains.kotlin:kotlin-stdlib from 1.7.10 to 1.7.20 by @brambg in #52
- [Snyk] Upgrade ch.qos.logback:logback-classic from 1.4.0 to 1.4.1 by @brambg in #49
New Contributors
Full Changelog: 2.4...2.4.1
2.4
New features and fixes
- The
export-xml
command now has an option to choose a 'leading' layer. When a TAGML document has multiple layers,export-xml
uses Trojan Horse Milestones on the layers. Previously it used these on all layers. In this version you can indicate a layer to define the XML hierarchy: markup in this leading layer will be output as regular XML open/close tags, for all other layers the Trojan Horse Milestones will be used. - When a view is active, changes to its definition file cannot be committed.
- The
init
command now also creates a sparql directory.
2.3
Bugfixes:
- It is now possible, when a view other than the default view is active, to commit new and changed view definitions, and new tagml source files.
Committing changes to tagml source files of existing documents is still only possible when the default view is active. - Running
alexandria init
in your home directory is not allowed and will fail with an error message. alexandria status
will now only search one level deep in watched directories for files/directories that may be added.- When committing a view definition which is valid json, but does not contain at least one of the required fields
includeLayers
,excludeLayers
,includeMarkup
,excludeMarkup
, alexandria would silently accept this, producing an invalid view.
This has been fixed: committing this view definition will not fail with an error message.
2.2
New/Changed commands for the command-line app:
- query
- about/status
Bugfixes:
- After a revert, the reverted file is now no longer shown as modified.
- It is now possible to run alexandria commands from any directory, provided one of its parent directories has been initialized.
2.1
2.1 (December 2018)
New features:
New/Changed commands for the command-line app
- about
- add
- commit
- export-dot
- export-svg
- export-png
- export-xml
Bugfixes:
- The first markup is now always the root markup for the default layer, even if new layers are defined on that markup.
- This means that this first markup tag must correspond with the last closing markup tag, and suspending/resuming of this markup is not allowed.