Skip to content

SUSHI 3.6.1

Compare
Choose a tag to compare
@cmoesel cmoesel released this 22 Jan 17:48
· 56 commits to master since this release
50ecd44

SUSHI 3.6.1 contains the following bug fixes and small enhancements:

What's Changed

  • Allow binding to inline ValueSet instances by @mint-thompson in #1395
  • Create fragment canonical references to non-Instance contained resources by @jafeltra in #1405
  • Use actual version in IG JSON when dependency version is "latest" by @mint-thompson in #1409
  • Unfold using profile on slice when its profile is different than sliced element's profile by @mint-thompson in #1410
  • Use https to download scripts during sushi init by @cmoesel in #1400
  • Fix fishing type order to match default order by @mint-thompson in #1412
  • Add informational disclaimers to grammar files by @cmoesel in #1399

Install or Update

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

$ npm install -g fsh-sushi

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