Skip to content

SUSHI 2.2.2

Compare
Choose a tag to compare
@cmoesel cmoesel released this 10 Dec 21:01
· 267 commits to master since this release
34323f8

SUSHI 2.2.2 includes the following bug fixes and minor improvements:

  • Use package.json canonical when a package does not have an IG resource (#948, #966)
  • Log an error when a modifier extension is used in a non-modifier extension array (and vice-versa) (#576, #960)
  • Mirror slice base extensions in slices to accommodate validator (#932, #955)
  • Improve handling of package name case insensitivity (#962, #912, #800)
  • Fix handling of soft-indexing when used with indent rules (#973, #974)
  • Fix package loading errors by no longer using HTTP HEAD method (#975)

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