Skip to content

SUSHI 3.2.0

Compare
Choose a tag to compare
@cmoesel cmoesel released this 26 Jul 15:32
· 112 commits to master since this release
4d02d90

What's Changed

Support patch wildcard when including package versions in configuration

Authors can now indicate that a dependency should resolve to the latest patch version within a given minor release by specifying the patch version as x. For example:

dependencies:
  hl7.fhir.us.core: 6.0.x

In the above example, the US Core dependency would currently resolve to 6.0.0 because that is the latest 6.0 release. If US Core were to release a 6.0.1 version, however, the dependency would then resolve to 6.0.1.

Please note that SUSHI and the IG Publisher support this only for patch releases. It is not possible to use the x wildcard to indicate the latest major or minor release.

New Contributors

Full Changelog: v3.1.0...v3.2.0

Install or Update

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

$ npm install -g fsh-sushi

To revert to the previous SUSHI stable release (3.1.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