Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 2.06 KB

CHANGELOG.md

File metadata and controls

30 lines (25 loc) · 2.06 KB

Changelog

Note: This changelog is tracking changes related to the health_cards library.

[v1.1.0]

  • 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

v0.0.1 (2021-05-14)

  • Initial health_cards release