SUSHI 2.0.1
SUSHI 2.0.1 includes the following enhancements and bug fixes:
- Support downloading packages via
https
rather thanhttp
(#904) - Support including version information in
only
rules onCanonical
types (#898) - Fix bug causing soft indexing to fail on indented rules which are not path rules (#907)
- Fix bugs in
sushi --init
causing 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
CodeSystem
definitions viainsert
rules (#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-sushi
To revert to a previous stable release, run a command like the following:
$ npm install -g [email protected]
To check or confirm what version of SUSHI you have installed, you can run the following command:
$ sushi -v