-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 in LFOR/fhirpath.js from feature/updates-from-…
…brian to master * commit '35792e9fc569dc47da648c6f0a1affb76e9fe71e': (37 commits) Updated version whitespace correction and changelog updated lint and test message cleanups Update the optionality of model/context parameters remove the toLowerCase() as requested (spec isn't specific here, so don't force it) Extra test as requested that has an `+` in the output Usage notes for the trace function in the readme Split function should not remove empty strings. If this FHIR issue resolves the other way, we will need to revert this part. Trace method incorrect documentation - resolved Also updated the typescript definition to require the model as it is not optional. Throw an error if the input collection isn't all strings. As per the updated spec, the join parameter is optional. https://build.fhir.org/ig/HL7/FHIRPath/#joinseparator-string-string throw an error if there are an uneven number of characters to decode Minor merge issue Missed including the min.r5.js file from the build step Unit test the R5 Observation model and various other updates to support building the content also. #137 Add support for FHIR R5 #121 Update the unit tests and include the ones from the FHIRPath spec tests #121 Implement the `urlbase64` format encoding correctly (this isn't the UriEncoding) #121 The `trim` function is only defined on a single string, so don't process the input as though it was a collection. #121 Update the `hex` encoding/decode to comply with the spec ...
- Loading branch information
Showing
13 changed files
with
296 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ test/benchmark/results | |
test/cypress/screenshots | ||
test/cypress/videos | ||
test/cypress/downloads | ||
.vs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.