-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Grahame Grieve
committed
Jan 9, 2025
1 parent
27a1d2c
commit 7b61e34
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
* Loader: Lazy load binaries for reduced memory usage | ||
* Loader: Support for Archetype processing in IG publisher | ||
* Loader: Process Archetypes properly as both IG input and output + remove ig-r4.json | ||
* Validator: Do not create issue about draft dependency for example bindings | ||
* Validator: Beef up validation of CodeSystem properties that are codes | ||
* Validator: Make sure all validation messages have a message id | ||
* Validator: enforce version-set-specific value for Extension and Extension context | ||
* Validator: Specific Error when ValueSet.compose.include.system refers to a ValueSet | ||
* Renderer: improved version specific extension rendering | ||
* Renderer: Add element view to generated fragments | ||
* Renderer: improve Extension context of use presentation - generate a fragment for that | ||
* Renderer: resolve issues with references between IGs to example resources | ||
* Renderer: add use-context fragment for version contest restrictions | ||
* Renderer: Lookup compliesWithProfile target from link-only dependencies | ||
* Renderer: Accessibility - role=presentation on appropriate tables | ||
* Renderer: Add archetype processing, and also path-other support | ||
* Renderer: resolve issues with references between IGs to example resources | ||
* Renderer: Lookup compliesWithProfile target from link-only dependencies | ||
* Renderer: Update SNOMED editions related routines (add more editions) | ||
* Renderer: Accessibility - role=presentation on appropriate tables | ||
* Packages: Add support for ADL in packages | ||
* Terminology Tests: Report count of tests in output from TxTester |