Releases: standardhealth/shr-text-import
5.5.1
5.5.0
5.4.2
5.4.2 Beta 1
Version 5.4.2 Beta 1 adds support for provenance info in the configuration file.
5.4.0
5.3.1
The 5.3.1 release contains the following changes:
- multiline descriptions are trimmed line-by-line to avoid incorrect rendering in FHIR IGs
- when the spec configuration's
projectURL
is the same as thefhirURL
, valueset and codesystem canonical URLs use the standard FHIR format.
This release represents the exact code used to generate the HL7 US Breast Cancer May 2018 ballot.
5.3.0
5.2.3
The 5.2.3 patch release fixes support for the "value is type" constraint, allowing it to be used with primitives. This can happen when "value is type" is used to constrain a choice to a single type.
For example, the following is now supported:
EntryElement: Foo
Value: date or dateTime
EntryElement: Bar
1..1 Foo value is type dateTime
5.2.2
Version 5.2.2 makes shr-models
and bunyan
peer dependencies. This means that the application using this library is responsible for providing the peer dependencies. This reduces the likelihood that multiple versions of the dependencies will be loaded at the same time.
In order to support the unit tests, however, these libraries are also declared as dev dependencies -- but this has no impact in a release environment.