SUSHI 1.3.2
SUSHI 1.3.2 includes the following bug fixes:
- Skip nonexistent files when traversing directories (#780)
- Fix bug which causes soft indexing sequences to always start at index 0 (#792)
- Fix bug with adding extensions to ElementDefinitions (#759)
- Loosen restrictions on constraining profiled types (#789)
- Provide more helpful error messages when authors try to bind a CodeSystem where a ValueSet should be used, or try to assign a ValueSet where a CodeSystem should be used (#538)
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