Note: This changelog is tracking changes related to the health_cards
library.
- Added
MonkeypoxImmunizationPayload
#103
- API Redesign: Old HealthCard class becomes Payload, new HealthCard class used by Issuer and Verifier #99
- Updated Allowables to reflect latest Vaccination IG #98
- Allow for unfiltered Health Cards #93
- More Robust Multi-Mode Support via updated RQRCode gem #88
- HealthCard attributes (FHIR Version, Card Types) are inheritable #87
- Update README #85 #90
- Added Support for Lab Results in Health Cards #72
v0.0.2 (2021-07-09)
- Added
fhir_models
>= 4.0 dependency #69 - Added native QR Code generation #62
- Updated FHIR Bundle minification #60
- Updated error handling #63
- Updated allowed/disallowed attributes implemenation #67
- Updated key resolution failure error handling #74
- Updated Bundle minification to use
each_element
#75 - Updated README #70
- Removed
json-minify
dependency #69 - Fixed
COVIDHealthCard
VC Type #56
- Initial
health_cards
release