Skip to content

SUSHI 3.6.0

Compare
Choose a tag to compare
@mint-thompson mint-thompson released this 13 Dec 15:54
· 64 commits to master since this release
7296698

What's Changed

New Feature: FSH index files

SUSHI will create two new files that contain the mappings between the input FSH definitions and output JSON files. The files are created in the fsh-generated directory. One file is in a text format for ease of readability, and the other file is in JSON format for ease of processing.

Install or Update

SUSHI 3.6.0 is the latest stable release of fsh-sushi. To install or update to SUSHI 3.6.0, run the following command:

$ npm install -g fsh-sushi

To revert to the previous SUSHI stable release (3.5.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.5.0...v3.6.0