Skip to content

Releases: FHIR/Ucum-java

1.0.10

22 Apr 16:42

Choose a tag to compare

  • Update UCUM essence parser for change to UCUM format

1.0.9

12 Dec 14:39

Choose a tag to compare

  • Disallow DTDs (doctypes) on XML document building

1.0.8

21 Aug 16:09

Choose a tag to compare

  • Check for whole numbers on canonical conversion

1.0.7

14 Aug 14:30

Choose a tag to compare

  • First GitHub and Sonatype release

1.0.6

14 Aug 13:58

Choose a tag to compare

  • Test Sonatype deployment release step

1.0.5

25 Jul 14:53

Choose a tag to compare

  • First CI release

1.0.4

25 Jul 14:33

Choose a tag to compare

  • First CI release

1.0.3 Maintenance Release

26 Aug 15:20

Choose a tag to compare

This release adds support for divideBy. Packages are available in Maven central. Example dependency in a Maven pom file:

<dependency>
  <groupId>org.fhir</groupId>
  <artifactId>ucum</artifactId>
  <version>1.0.3</version>
</dependency>