Skip to content

Commit

Permalink
Merge pull request #28 in LFOR/fhirpath.js from feature/LF-1642/handl…
Browse files Browse the repository at this point in the history
…ing-properties-of-primitive-types to master

* commit 'd75565afcd11228aa4611836491fb18374586a40':
  npm audit fix
  Added new unit tests for extension()
  Added a couple of unit tests for extension()
  Added support for "id" and "extension" properties for primitive types
  • Loading branch information
yuriy-sedinkin committed Jun 3, 2021
2 parents 959000e + d75565a commit 8e34890
Show file tree
Hide file tree
Showing 10 changed files with 480 additions and 499 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.9.0] - 2021-05-13
### Added
- Additional function: extension()
- Support for "id" and "extension" properties for primitive types.

## [2.8.0] - 2021-04-26
### Added
- String manipulation functions: upper(), lower(), toChars().
Expand Down
100 changes: 51 additions & 49 deletions demo/package-lock.json

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

2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "app.js",
"dependencies": {
"antlr4": "^4.7.1",
"codemirror": "^5.39.2",
"codemirror": "^5.61.1",
"json-loader": "^0.5.7",
"yaml-loader": "^0.5.0"
},
Expand Down
Loading

0 comments on commit 8e34890

Please sign in to comment.