Releases: pieter-edelman-nictiz/hl7-fhir-validator-action
Releases · pieter-edelman-nictiz/hl7-fhir-validator-action
Version 0.26
Bugfix for when multiple entrie silence an issue on the same element
Version 0.25
- Fix error reporting on Github so errors aren't reported twice
- Improve/fix error suppressing
- Accept the profile root as an id if the Validator doesn't report line and col numbers
Version 0.24
Add the option to report errors and warnings on the Github Actions summary page.
Version 0.23
What's Changed
- Deal with resources xml/json which are not parsable.
- Document the use of multiple IGs.
Version 0.22
Bugfix release to allow the use of braces in the path for suppressing issues.
Version 0.21
It is now possible to use file names, in addition to resource id's, to document known exceptions (feature by @hvamstel )
Version 0.20
Fix two bugs:
- Don't crash if a known issue file is not provided
- Don't crash if a resource without id is encountered
- Handle file name extensions that are not all lowercase
Version 0.15
This release adds the nice feature to use the element id
as well as key for the known issues file.
Version 0.10.0
This version changes the way error parameters are reasoned about.
Version 0.9
First release of a Github action wrapper around the HL7 FHIR Validator.