Stream: shorthand
Topic: SUSHI 2.0.0 Beta 3
Julia Afeltra (Jul 28 2021 at 20:11):
Announcing SUSHI-2.0.0-beta.3. This beta release contains the following enhancements and bug fixes:
- Updates rule indentation to require that the first rule that sets context be aligned to the left of the document, with no preceding whitespace. Therefore, the first rule in a FSH entity must have no whitespace preceding it and only rules that are indented to use a previous rule's context can have leading whitespace.
- Supports creating Profiles of LogicalModels
- Supports loading predefined resources from nested folders within the IG template supported input folders
- Adds support for checking the type of a StructureDefinition when assigning a value using the
Canonical
keyword - Properly sets context on rules with no path (such as a caret (
^
) paths) and on rules that use the.
path- Note: The
.
path is only allowed on top-level rules and cannot be indented
- Note: The
- Fixes a bug to avoid changing the cardinality of optional slices when a value is assigned
- Fixes a bug to allow aliases to be assigned to URLs with fragments
Since this is a beta release, you must install it by specifying its version:
$ npm install -g fsh-sushi@2.0.0-beta.3
See the Release Notes for more details.
Last updated: Apr 12 2022 at 19:14 UTC