Skip to content

Commit

Permalink
Merge branch 'bugfix/return-type-in-ts-type-declarations' into 'master'
Browse files Browse the repository at this point in the history
Fixed return type for `evaluate` and `compile` in TypeScript type declarations

See merge request lfor/fhirpath.js!20
  • Loading branch information
yuriy-sedinkin committed Aug 6, 2024
2 parents 3002a74 + b17f35a commit c057867
Show file tree
Hide file tree
Showing 5 changed files with 1,098 additions and 48 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/).

## [3.15.1] - 2024-08-06
### Fixed
- Return data type for `evaluate` and `compile` in TypeScript type declarations.
The return data type now depends on the `async` option.

## [3.15.0] - 2024-08-05
### Added
- option `async`, which allows us to get the result of an expression evaluation
Expand Down
Loading

0 comments on commit c057867

Please sign in to comment.