Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/lhc-git/master' into bugfi…
Browse files Browse the repository at this point in the history
…x/LF-3212/read-variables-from-context-only-when-used-in-an-expression

# Conflicts:
#	CHANGELOG.md
#	package-lock.json
#	package.json
  • Loading branch information
yuriy-sedinkin committed Jan 13, 2025
2 parents 8c655ee + 352cee5 commit 52763a9
Show file tree
Hide file tree
Showing 10 changed files with 2,060 additions and 609 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
This log documents significant changes for each release. This project follows
[Semantic Versioning](http://semver.org/).

## [3.15.3] - 2025-01-09
## [3.16.1] - 2025-01-09
### Fixed
- Read environment variables only when they are used in an expression, avoiding
unnecessary getter calls when working with libraries like Jotai.

## [3.16.0] - 2024-10-10
### Added
- Support for type factory API (%factory).

## [3.15.2] - 2024-08-30
### Fixed
- Removed the need to run `(cd demo && npm ci)`.
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-v18.14.2-linux-x64
NODE=node-v22.11.0-linux-x64
#
# Set path
PATH=~/${NODE}/bin:/bin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/etc
Expand Down
Loading

0 comments on commit 52763a9

Please sign in to comment.