npm fsh-sushi 1.0.1
SUSHI 1.0.1

latest releases: 3.18.1, 3.18.0, 3.17.0...
5 years ago

SUSHI 1.0.1 is a patch release addressing one issue discovered using SUSHI 1.0.0:

  • Changed format for logging inferred dependencies to log a dependency per line (#669)

This change was needed due to a limitation in the HL7 IG Publisher: if SUSHI outputs a log statement larger than 255 characters, the IG Publisher will immediately stop relaying all SUSHI logs, giving the appearance that SUSHI has stopped (even though it has not stopped). The log statement for inferred dependencies occasionally triggered this limitation in the IG Publisher, so this fix helps mitigate the issue by splitting that log statement into multiple lines (one line per dependency).

SUSHI 1.0.0 was a significant major release of SUSHI. Please see the SUSHI 1.0.0 Release Notes for a full description of changes in SUSHI 1.0.0.

Full Documentation

For additional documentation, refer to FSH School's SUSHI 1.0 documentation and/or the FSH 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 fsh-sushi@0.16.0

To check or confirm what version of SUSHI you have installed, you can run the following command:

$ sushi -v

Don't miss a new fsh-sushi release

NewReleases is sending notifications on new releases.