SUSHI 3.11.0
SUSHI 3.11.0 contains the following enhancements and bug fixes:
What's Changed
- Add new
snapshot
option to FshToFhir API by @joepaquette in #1465 - Remove releaseLabel coded options from
sushi-config.yaml
created bysushi init
by @jafeltra in #1462 - Warn when
sushi-config.yaml
does not include a menu and there is no providedmenu.xml
by @KaelynJefferson in #1464 - Set a default for Logical Model and Resource root elements to prevent empty/missing definition by @KaelynJefferson in #1466
New Contributors
- @KaelynJefferson made their first contribution in #1464
Install or Update
SUSHI 3.11.0 is the latest stable release of fsh-sushi. To install or update to SUSHI 3.11.0, run the following command:
$ npm install -g fsh-sushi
To revert to the previous SUSHI stable release (3.10.0), 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.10.0...v3.11.0