Skip to content

Commit

Permalink
Merge pull request #44 in LFOR/fhirpath.js from bugfix/context-var-wi…
Browse files Browse the repository at this point in the history
…thout-member-invocation to master

* commit 'c95e68e1d67aa5d55f92b352e0e167bf905e5861':
  Fixed a comment
  Updated CHANGELOG.md
  Fixed a comment
  npm audit fix
  Convert context variable values when MemberInvocation is not used
  • Loading branch information
yuriy-sedinkin committed Aug 23, 2022
2 parents 3c67ea7 + c95e68e commit 4fd0d78
Show file tree
Hide file tree
Showing 6 changed files with 297 additions and 154 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
This log documents significant changes for each release. This project follows
[Semantic Versioning](http://semver.org/).

## [2.14.7] - 2022-08-15
### Fixed
- Fixed directly (without member invocation) accessing the value of a variable in the context if this value was fetched
from a resource using fhirpath.js.

## [2.14.6] - 2022-06-29
### Fixed
- FHIR Quantities are now only converted to System Quantities when necessary, so
Expand Down
180 changes: 137 additions & 43 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4fd0d78

Please sign in to comment.