What's Changed
- Allow binding to types with the #can-bind characteristic by @jafeltra in #1363
- Consider imposeProfile extensions when constraining types by @cmoesel in #1366
- Remove antlr4 workaround by @mint-thompson in #1362
- Bug fix: Improve handling of child elements on meta.profile by @mint-thompson in #1353
- Bug fix: Don't return instance rules when looking for id by @mint-thompson in #1355
- Bug fix: Stop collecting ParamRuleSet contents when encountering a Logical or Resource by @mint-thompson in #1365
- v3.5.0 by @cmoesel in #1370
Install or Update
SUSHI 3.5.0 is the latest stable release of fsh-sushi. To install or update to SUSHI 3.5.0, run the following command:
$ npm install -g fsh-sushi
To revert to the previous SUSHI stable release (3.4.0), run the following command:
$ npm install -g fsh-sushi@3.4.0
To check or confirm what version of SUSHI you have installed, you can run the following command:
$ sushi -v
Full Changelog: v3.4.0...v3.5.0