SUSHI 3.13.0
SUSHI 3.13.0 integrates the brand new FHIR Package Loader (FPL) 2.0.0. While this SUSHI release does not introduce any significant new features related to FPL 2.0.0, it sets up SUSHI to more easily support future enhancements and fixes to dependency handling.
SUSHI 3.13.0 also includes several bug fixes and minor enhancements.
What's Changed
- Support fully defining resources using caret rules by @mint-thompson in #1530
- Allow assigning an inline instance of a primitive by @jafeltra in #1539
- Support "position" slicing discriminator by @mint-thompson in #1538
- Handle missing snapshot when checking
isModifierExtension
by @jafeltra in #1541 - Integrate FHIR Package Loader v2 by @cmoesel in #1543
- v3.13.0 by @cmoesel in #1545
Install or Update
SUSHI 3.13.0 is the latest stable release of fsh-sushi. To install or update to SUSHI 3.13.0, run the following command:
$ npm install -g fsh-sushi
To revert to the previous SUSHI stable release (3.12.1), run the following command:
$ npm install -g [email protected]
To check or confirm what version of SUSHI you have installed, you can run the following command:
$ sushi -v
Full Changelog: v3.12.1...v3.13.0