Skip to content

v0.1.2

Choose a tag to compare

@dnlbox dnlbox released this 19 Apr 15:08
· 43 commits to main since this release

Added

  • OAuth 2.0 bearer token support for secured FHIR servers: --bearer-token <token> flag on analyze and compare commands; falls back to FHIR_TOKEN environment variable
  • FetchOptions type exported from the library for consumer use
  • fetchCapabilityStatement(url, options?) now accepts an optional headers map

Fixed

  • Removed deprecated tsconfig.json options (baseUrl, esModuleInterop: false) that would stop functioning in TypeScript 7.0