SUSHI 1.0.0 Beta 4 is a candidate release for SUSHI 1.0.0. Barring the discovery of any major bugs, it will become the official SUSHI 1.0.0 release. SUSHI 1.0.0 Beta 4 contains the following bug fixes and enhancements since Beta 3:
- Fixes bug that overwrote a
Quantityvalue when a unit was set in a subsequent rule (#608) - Fixes handling of
MSflag when applied to sliced elements and/or slices (#647) - Fixes assignment to
Quantityspecializations (e.g.,Age) using FSH quantity syntax (#617) - Merges
Mappingrules when a matchingMappingalready exists on the parent resource (#657) - Exports
_-prefixed properties (e.g., extensions on primitives) directly after their non-_counterparts (#632) - Changes
config.yaml'sgroupkeys to representidrather thanname, allowingnameto be set independently (#646)
Full Documentation
For additional documentation, refer to FSH School's SUSHI 1.0 Beta documentation and/or the FSH specification.
Install or Update
To install or update to this beta version, run the following command:
$ npm install -g fsh-sushi@betaTo revert to a previous stable release, run a command like the following:
$ npm install -g fsh-sushi@0.16.0To check or confirm what version of SUSHI you have installed, you can run the following command:
$ sushi -v