Merge pull request #594 from hapifhir/gg-202109-release-1
set up release
This commit is contained in:
commit
304499852f
|
@ -1 +1,14 @@
|
|||
* Fixed ID verification issues for resources
|
||||
Validator:
|
||||
|
||||
* Hack around erroneous R3 Invariant (ref-1)
|
||||
* Add support for generating terminology spreadsheets from the command line validator
|
||||
* Validate Resource.id and Element.id properly
|
||||
|
||||
Other Code Changes:
|
||||
* Change the FHIRPath interface IEvaluationContext.resolveConstant to return List<Base> not Base (BREAKING CHANGE!)
|
||||
* Binary Resource Renderer
|
||||
* Spreadsheet Generation for terminology resources (org.hl7.fhir.r5.renderers.spreadsheets package)
|
||||
* Fix various NPEs discovered by users
|
||||
* Fix rendering of value sets that have no definition
|
||||
* Mark generated narrative with a flag in user data
|
||||
* return system for display when IWorkerContext.validateCode is called
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -19,7 +19,7 @@
|
|||
|
||||
<properties>
|
||||
<hapi_fhir_version>5.1.0</hapi_fhir_version>
|
||||
<validator_test_case_version>1.1.66-SNAPSHOT</validator_test_case_version>
|
||||
<validator_test_case_version>1.1.66</validator_test_case_version>
|
||||
<junit_jupiter_version>5.7.1</junit_jupiter_version>
|
||||
<junit_platform_launcher_version>1.7.1</junit_platform_launcher_version>
|
||||
<maven_surefire_version>3.0.0-M4</maven_surefire_version>
|
||||
|
|
Loading…
Reference in New Issue