Releases: smart-on-fhir/client-js
Releases · smart-on-fhir/client-js
v2.3.1
client.create
andclient.update
are using"Content-Type": "application/json"
header by defaultclient.create
andclient.update
alow customContent-Type
to be specifiednode
andhapi
type definitions are moved to peer dependencies to avoid build conflicts
v2.3.0
- Added API documentation generated from source - http://docs.smarthealthit.org/client-js/typedoc/
- Added ability to authorize in different window or frame - http://docs.smarthealthit.org/client-js/targets.html
- Fixed a Hapi.js issue with detecting the protocol of the request #69
2.2.0
- 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
v2.1.0
v2.0.7
Complete rewrite!
For details see http://docs.smarthealthit.org/client-js/v2.html
v0.1.15
- 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
andge
search parameters - Added support for
_include
and_revinclude
- Added a warning if the launch URL is not loaded properly
v0.1.14
- Fixed the structure of the released package broken in 0.1.13. Only the dist folder is released now.
v0.1.13
- 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