Skip to content

Releases: smart-on-fhir/client-js

v2.3.1

10 Feb 20:22
Compare
Choose a tag to compare
  • client.create and client.update are using "Content-Type": "application/json" header by default
  • client.create and client.update alow custom Content-Type to be specified
  • node and hapi type definitions are moved to peer dependencies to avoid build conflicts

v2.3.0

19 Jan 00:18
Compare
Choose a tag to compare

2.2.0

10 Jan 18:47
Compare
Choose a tag to compare
  • Rewritten in TypeScript to improve readability and maintainability
  • Fixed some build errors (#68)
  • HapiJs users have new entry point const smart = require("fhirclient/lib/entry/hapi")
  • Better code coverage
  • Improved performance (#67)
  • Added ability to abort requests

2.1.1

27 Dec 19:23
Compare
Choose a tag to compare
  • Switched to ES modules (thanks to @kherock)
  • Updated type definitions to fix some issues with Angular projects
  • Other minor bug fixes

v2.1.0

27 Jul 13:20
Compare
Choose a tag to compare
  • Added convenience wrappers for the FHIR create/update/delete operations #56
  • Added patient context aware request wrapper #57
  • Fixed a refresh issue in Firefox #58
  • Improved fake token flow #59
  • Added getFhirVersion and getFhirRelease client methods
  • Few other minor fixes and improvements

v2.0.7

26 Jun 01:24
Compare
Choose a tag to compare

Complete rewrite!
For details see http://docs.smarthealthit.org/client-js/v2.html

v0.1.15

25 Jan 18:35
Compare
Choose a tag to compare
  • Included the last version of fhir.js
    • For previous page, bundle.link.relation can either have 'previous' or 'prev' value
    • Added getBundleByUrl api method
    • Added support for le and ge search parameters
    • Added support for _include and _revinclude
  • Added a warning if the launch URL is not loaded properly

v0.1.14

22 Jan 00:22
Compare
Choose a tag to compare
  • Fixed the structure of the released package broken in 0.1.13. Only the dist folder is released now.

v0.1.13

21 Jan 22:54
Compare
Choose a tag to compare
  • The profile claim can be absolute URL
  • Examples use existing server and patient ID
  • Resolve all npm vulnerabilities by updating to the latest versions
  • Switch -g to -t for varify to resolve build issues
  • Update lib/jqFhir.js with the latest version from https://github.com/FHIR/fhir.js/tree/v0.0.21.
  • Added the changelog file