Skip to content

Commit

Permalink
Merge pull request #34 in LFOR/fhirpath.js from feature/LF-2098/aggre…
Browse files Browse the repository at this point in the history
…gate-shortcuts to master

* commit '30658c95a3e442a1ee969f64ff4ab075f99785dd':
  npm audit fix
  Updated Node.js version
  Fixed issues found during review
  FHIRPath extension functions: sum(), min(), max(), and avg()
  • Loading branch information
yuriy-sedinkin committed Jan 25, 2022
2 parents 7c2b7ae + 30658c9 commit 9aa95fd
Show file tree
Hide file tree
Showing 13 changed files with 583 additions and 277 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This log documents significant changes for each release. This project follows
[Semantic Versioning](http://semver.org/).

## [2.12.0] - 2022-01-06
### Added
- FHIRPath extension functions: sum(), min(), max(), and avg().
### Fixed
- Division by 0 for `/`, `div`, and `mod` operators.

## [2.11.0] - 2021-12-29
### Added
- Storing the path for the data extracted from the resource in a hidden
Expand Down
2 changes: 1 addition & 1 deletion bashrc.fhirpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The following is the standard bashrc file for the
# development team for this repository.

NODE=node-v14.16.1-linux-x64
NODE=node-v12.18.3-linux-x64
#
# Set path
PATH=~/${NODE}/bin:/bin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/etc
Expand Down
Loading

0 comments on commit 9aa95fd

Please sign in to comment.