Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 901 Bytes

CHANGELOG.md

File metadata and controls

49 lines (26 loc) · 901 Bytes

1.10.0

  • Update axios version
  • Use @beda.software/remote-data

1.8.0

  • Fix race condition when deps changed in useService hook. #61

1.7.1

  • Add an optional refresh_token to the Token interface.

1.7.0

  • Extend usePager hook with loadPrevious, loadPage, hasPrevious, and currentPage properties.

1.6.0

  • Add a compiled and resolved build as default library import.

1.5.0

  • Fix useService hook performance

1.4.0

  • Add softReloadAsync ans reloadAsync to useService manager

1.3.3

  • Adjust the code for new ts

1.3.2

  • Fix build

1.3.0

  • findFHIRResources uses getFHIRResources under the hood
  • formatError respects OperationOutcome.issue.diagnostics in addition to OperationOutcome.issue.details.text

1.2.0

  • All requests helpers from FHIR module returns Resources wrapped with WithId type-wrapper.

1.1.1

  • Stable release