Releases: standardhealth/shr-json-javadoc
6.3.0
6.2.0
6.1.0
Version 6.1.0 implements class filtering and improvements for the model doc. The user now can effectively filter the model doc to the options that are most relevant to them.
6.0.0
Version 6.0.0 introduces support for the new CIMPL 6.0 grammar. The two most significant changes to the models are:
- Replaced
code
,Coding
, andCodeableConcept
with newconcept
primitive - Removed
RefValue
in favor of using a field's "entry-ness" to determine if it should be a reference
6.0.0 Beta 1
Initial support for the new CIMPL 6.0 grammar. The two most significant changes to the model are:
- Replaced
code
,Coding
, andCodeableConcept
with newconcept
primitive - Removed
RefValue
in favor of using a field's "entry-ness" to determine if it should be a reference
1.4.5
1.4.4
Version 1.4.4 adds special support for "inherited" fields from Entry. Prior to this fix, the model-doc exporter could crash when a data element constrains fields that are also in the Entry class.
In future versions, we will rework how entry works -- but this update reflects the currently valid approach.
1.4.3
1.4.3 Beta 2
Version 1.4.3 Beta 2 contains the following change:
- escape
<
and>
in original text when rendering markdown
1.4.3 Beta 1
The 1.4.3 Beta 1 release removes hyperlinks from value sets. This was done because value set links are not guaranteed to resolve, and sure enough, many of them didn't.