Releases: JuliaHealth/FHIRClient.jl
Releases · JuliaHealth/FHIRClient.jl
v0.1.0
FHIRClient v0.1.0
Merged pull requests:
- Fix CI (#1) (@DilumAluthge)
- Add a brief description (#2) (@DilumAluthge)
- Add HTTP and JSON3 as dependencies (#3) (@DilumAluthge)
- Add the
FHIRType
abstract type (#4) (@DilumAluthge) - Rename the package (#5) (@DilumAluthge)
- Add some initial functionality (#6) (@DilumAluthge)
- Add a link to the GitHub repository (#7) (@DilumAluthge)
- Fix a typo (#8) (@DilumAluthge)
- Bump version number from "0.1.0-DEV" to "0.1.0" (#9) (@DilumAluthge)
- Add the
FHIRClients.version()
function (#10) (@DilumAluthge) - Add a docstring for the
version
function (#11) (@DilumAluthge) - Rephrase a sentence (#12) (@DilumAluthge)
- Clarify that
FHIRClients.jl
will support both FHIR and SMART on FHIR (#13) (@DilumAluthge) - Add StructTypes as a dependency (#14) (@DilumAluthge)
- Add DocStringExtensions as a dependency (#15) (@DilumAluthge)
- Rename and un-export some structs (#16) (@DilumAluthge)
- Rename the package to
FHIRClient.jl
(#17) (@DilumAluthge) - Add support for sending authentication in HTTP headers (#18) (@DilumAluthge)
- Fix a typo (#19) (@DilumAluthge)
- Reorganize the docs (#20) (@DilumAluthge)
- Add a basic example to the docs (#21) (@DilumAluthge)
- TagBot: use SSH deploy key (#23) (@DilumAluthge)
- Use
Base.SecretBuffer
for storing credentials (#24) (@DilumAluthge) - Implement JSON-to-struct mapping using JSON3 (#25) (@DilumAluthge)
- Simplify some of the tests (#26) (@DilumAluthge)
- Fix a bug in the test suite (#27) (@DilumAluthge)
- Rename
Generate
toGenerateFHIRTypes
(#28) (@DilumAluthge) - Add
Tables
as a test-dependency and docs-dependency (#29) (@DilumAluthge) - Add
OMOPCommonDataModel
as a dependency (#30) (@DilumAluthge) - Refactor the requests API (#31) (@DilumAluthge)