|
1 | | -# Validator changes |
2 | | - |
3 | | -* Java: update dependencies |
4 | | -* Loader: fix error pinning parameter (wrong type) |
5 | | -* Loader: add support for -po (file) |
6 | | -* Loader: trust v2 template |
7 | | -* Loader: Additional resources fix |
8 | | -* Loader: refactor PO pipeline to allow loading a .po file at runtime (-po file) |
9 | | -* Loader: Fix version loading issue with cross version extensions |
10 | | -* Terminology: fix issue with multiple languages in internal terminology server |
11 | | -* Version Comparison: more logging in comparators |
12 | | -* Validator: fix FHIRPath error evaluating $this in repeat() |
13 | | -* Validator: fix json parser NPE for some incomplete arrays |
14 | | -* Validator: Validate using new contentReferenceProfile extension |
15 | | -* Validator: disallow extensions on resource.id |
16 | | -* Validator: Applied https://jira.hl7.org/browse/FHIR-56312, which allows htmlChecks to be invoked on 'string' as well as xhtml. Also fixed issue where htmlChecks was returning 'false' rather than 'empty' when invoked on invalid types. (Spec says it returns empty.) |
17 | | -* Validator: Fix issue with old HTML not being processed properly |
18 | | -* Renderer: Add start of support for structural constraints |
19 | | -* Renderer: Add support for rendering FML fragments in IGs |
20 | | -* Renderer: When rendering Binary resources that contain logical model instances (e.g., ViewDefinition), check if a specialised renderer exists before falling back to JSON/XML rendering. |
21 | | -* Renderer: better rendering of references in markdown |
22 | | -* Renderer: fix rendering recusrion problem |
23 | | -* QA: catch url decoding error |
24 | | -* Web site maintainer: fix path errors |
0 commit comments