Releases: BlueObelisk/euclid
Euclid 2.9
Minor update with upgraded build system, now requiring Maven 3.6.3 (2019) or higher. Updated dependencies to Log4j 2.23.1 and Commons.io 2.16.1.
Full Changelog: euclid-2.8...euclid-2.9
Euclid 2.8
Minor update with upgraded build system, now requiring Maven 3.2.5 or higher, with newer dependency versions for Apache log4j 2.22.1 and joda-time 2.12.7. It also removes the deprecated creating of Double
and Integer
with their String constructors, now using their valueOf()
methods. The class org.xmlcml.testutil.TestUtils
was moved to the test section.
Full Changelog: euclid-2.7...euclid-2.8
Euclid 2.7
Minor update with newer dependency versions for Apache log4j 2.22, lang3 3.14, and commons-io 2.15.1, some JavaDoc improvements, and applied dos2unix
to all source files.
Full Changelog: euclid-2.6...euclid-2.7
Euclid 2.6
Minor update with newer dependency versions for Apache commons-io, commons-lang3, and XOM.
Full Changelog: euclid-2.5...euclid-2.6
Euclid 2.5
Euclid 2.4
Euclid 2.3
Euclid 2.2
Euclid 2.1
Euclid 2.0
New major release of Euclid with updated dependencies, but particularly, based on the xom 1.3 series, introducing some minor API changes: the copy()
method of multiple classes now return the more specific Element
or Attribute
instead of the Node
in the Euclid 1.x series.