Skip to content

Commit 4fd0d78

Browse files
Merge pull request #44 in LFOR/fhirpath.js from bugfix/context-var-without-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
2 parents 3c67ea7 + c95e68e commit 4fd0d78

6 files changed

Lines changed: 297 additions & 154 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
This log documents significant changes for each release. This project follows
44
[Semantic Versioning](http://semver.org/).
55

6+
## [2.14.7] - 2022-08-15
7+
### Fixed
8+
- Fixed directly (without member invocation) accessing the value of a variable in the context if this value was fetched
9+
from a resource using fhirpath.js.
10+
611
## [2.14.6] - 2022-06-29
712
### Fixed
813
- FHIR Quantities are now only converted to System Quantities when necessary, so

demo/package-lock.json

Lines changed: 137 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)