SUSHI 3.18.0 introduces improved support for multiline strings, two bug fixes, and updates to its dependency libraries. See below for details. Many thanks to @tibisabau and @glichtner for their contributions!
What's Changed
- Add support for multistring in invariant expressions by @tibisabau in #1607
- Add support for multiline strings in mapping comments by @tibisabau in #1608
- Fix inherited extension slices incorrectly appearing in child differential by @glichtner in #1609
- Retain VS version in VS Include rules and improve fishForMetadata for FSH definitions by @cmoesel in #1613
- Dependency Updates (February 2026) by @cmoesel in #1612
New Contributors
- @tibisabau made their first contribution in #1607
- @glichtner made their first contribution in #1609
Install or Update
SUSHI 3.18.0 is the latest stable release of fsh-sushi. To install or update to SUSHI 3.18.0, run the following command:
$ npm install -g fsh-sushi
To check or confirm what version of SUSHI you have installed, you can run the following command:
$ sushi -v
To revert back to the previous version of SUSHI, you can run the following command:
$ npm install -g fsh-sushi@3.17.0
Full Changelog: v3.17.0...v3.18.0