Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

Releases: standardhealth/shr-json-javadoc

6.3.0

20 Sep 19:44
Compare
Choose a tag to compare

Version 6.3.0 includes the following changes:

  • uses shr-models instead of CIMCORE JSON
  • removes shr.base.Entry from inheritance model (no longer needed)
  • uses a new approach to logging
  • bug fixes

6.2.0

04 Sep 04:31
Compare
Choose a tag to compare

Version 6.2.0 adds support for displaying decimal, integer, uri, and string constraints.

6.1.0

20 Aug 16:19
d7e201d
Compare
Choose a tag to compare

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

06 Jun 13:10
d8ce1a1
Compare
Choose a tag to compare

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, and CodeableConcept with new concept 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

30 May 02:52
Compare
Choose a tag to compare
6.0.0 Beta 1 Pre-release
Pre-release

Initial support for the new CIMPL 6.0 grammar. The two most significant changes to the model are:

  • Replaced code, Coding, and CodeableConcept with new concept primitive
  • Removed RefValue in favor of using a field's "entry-ness" to determine if it should be a reference

1.4.5

08 Feb 15:26
b5108b0
Compare
Choose a tag to compare

Version 1.4.5 fixes a bug that prevented cardinality constraints from being properly displayed for root level fields in an element.

1.4.4

28 Nov 15:51
16b55fa
Compare
Choose a tag to compare

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

31 Aug 13:45
5c3931b
Compare
Choose a tag to compare

Version 1.4.3 introduces the following changes:

  • Removes VS links since they often are not resolvable
  • Escapes < and > characters that the IG publisher interpreted as HTML tags

1.4.3 Beta 2

16 Aug 05:04
Compare
Choose a tag to compare
1.4.3 Beta 2 Pre-release
Pre-release

Version 1.4.3 Beta 2 contains the following change:

  • escape < and > in original text when rendering markdown

1.4.3 Beta 1

14 Aug 03:17
Compare
Choose a tag to compare
1.4.3 Beta 1 Pre-release
Pre-release

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.