SUSHI 2.0.1 includes the following enhancements and bug fixes:
- Support downloading packages via
httpsrather thanhttp(#904) - Support including version information in
onlyrules onCanonicaltypes (#898) - Fix bug causing soft indexing to fail on indented rules which are not path rules (#907)
- Fix bugs in
sushi --initcausing IG Publisher to build with errors (#899) - Fix bug causing duplicate detection to only work within a file (#900)
- Fix bug allowing duplicate concepts to be added to
CodeSystemdefinitions viainsertrules (#903)
Full Documentation
For additional documentation, refer to FSH School's SUSHI documentation, the FSH STU1 specification, and/or the FSH current build specification.
Install or Update
To install or update to this release, run the following command:
$ npm install -g fsh-sushiTo revert to a previous stable release, run a command like the following:
$ npm install -g fsh-sushi@2.0.0To check or confirm what version of SUSHI you have installed, you can run the following command:
$ sushi -v