Releases: beda-software/fhir-react
Releases · beda-software/fhir-react
v1.10.0
v1.9.1
Update clean FHIR resource logic:
- remove fields with null/undefined value;
- remove fields with empty object/array as a value;
- trim null/undefined elements of array value;
- keep null/undefined elements in the array value if there is;
- non empty element with higher index.
v1.9.0
According to FHIR specification fields with empty values are not allowed (including empty objects and arrays). The exception is extension array with null values
v.1.8.9
- upgrade @beda.software/remote-data to fix vulnerability in axios;
- remove axios as a prod dependency
v1.8.8
What's Changed
- Return standart useState setter in pagerManager from usePager
Full Changelog: v1.8.7...v1.8.8
v1.8.7
What's Changed
- Add
setcallback to usePager hook by @alexlipovka in #2
New Contributors
- @alexlipovka made their first contribution in #2
Full Changelog: v1.8.6...v1.8.7
v1.8.6
Bump version to 1.8.6
v1.8.5
Bump version to 1.8.5
v1.8.4
Minor updates
v1.8.3
- upgrade deps