Skip to content

Releases: BlueObelisk/euclid

Euclid 2.9

09 May 20:50
Compare
Choose a tag to compare

DOI

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

17 Feb 14:21
Compare
Choose a tag to compare

DOI

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

18 Dec 07:18
Compare
Choose a tag to compare

DOI

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

26 Aug 15:30
Compare
Choose a tag to compare

DOI

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

09 Apr 07:51
Compare
Choose a tag to compare

DOI

Minor update with newer dependency versions for Log4j, and joda-time and updated build system.

Euclid 2.4

09 Apr 07:50
Compare
Choose a tag to compare

DOI

Minor update with newer dependency versions for XOM, Log4j, and joda-time.

Euclid 2.3

21 Aug 20:14
Compare
Choose a tag to compare

DOI

Minor release adding support for Java17 (fixing JavaDoc errors), excludes Xerces/Xalan from the hardcoded dependencies, and updates joda-time to version 2.11.0.

Euclid 2.2

21 Aug 20:12
Compare
Choose a tag to compare

DOI

Minor update with Apache Log4j 2.18.0.

Euclid 2.1

27 Mar 13:49
Compare
Choose a tag to compare

DOI

Minor release of Euclid with updated dependencies.

Euclid 2.0

03 Jan 12:24
Compare
Choose a tag to compare

DOI

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.