Skip to content

Commit

Permalink
Release: v1.6.11
Browse files Browse the repository at this point in the history
* Loader: Fix bug loading language pack NPMs
* Validator: Find value sets on tx server if not tx.fhir.org
* Validator: Do not send Content-Type header with GET requests for tx servers
* Validator: Fix npe validating code system
* Validator: Support discriminator by position
* Validator: Don't check type characteristics for unknown types
* I18n: Fix typos in phrases, and fix up handling of apostrophes in messages without parameters
* Renderer: Fix contact rendering to work properly
* Renderer: Fix issue resolving contained resource rendering DiagnosticReports etc
* Renderer: Handle case where Contact.value has extensions instead of a string value
* Renderer: Render Parameterised types
* Renderer: Fix bug with LOINC Code row showing wrongly in Profile Details view
* Renderer: Partial implementation of type parameters
* Renderer: Fixed rendering of actor-specific obligations, added elementIds to obligation narrative rendering
* Renderer: Corrected ObligationsRenderer to handle multiple actors and multiple codes.  Also got obligations with elements to render properly (which means knowing whether you're on a table page or definitions page, what tab you're on, and whether the element for the obligation is in-scope for that tab (so you know whether to hyperlink or not).  Had to make links on the tables point to definitions because table anchors are not unique.
* Renderer: Fix issue generating dependency table for packages in error
***NO_CI***
  • Loading branch information
markiantorno committed Jun 7, 2024
1 parent 1d7b93c commit c24a6a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.hl7.fhir.publisher.cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>org.hl7.fhir.publisher</artifactId>
<groupId>org.hl7.fhir.publisher</groupId>
<version>1.6.11-SNAPSHOT</version>
<version>1.6.11</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion org.hl7.fhir.publisher.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hl7.fhir.publisher</groupId>
<artifactId>org.hl7.fhir.publisher</artifactId>
<version>1.6.11-SNAPSHOT</version>
<version>1.6.11</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- <version>5.3.14</version>-->
<!-- </parent>-->

<version>1.6.11-SNAPSHOT</version> <!-- See the note above -->
<version>1.6.11</version> <!-- See the note above -->

<properties>
<core_version>6.3.11</core_version>
Expand Down

0 comments on commit c24a6a1

Please sign in to comment.