GoFSH 2.0.0
GoFSH 2.0.0 is a major release that integrates the new SUSHI 3.0.0 and FHIR Package Loader libraries, as well as increases the required Node.js version to version 18. In addition, it contains fixes for handling instances with numeric ids.
This is considered a breaking change (and thus a major release) since it requires an updated version of Node.js.
What's Changed
- SUSHI 3.0.0 + Relevant Features by @jafeltra in #222
- Integrate FPL by @jafeltra in #181 and bc7b0b3
- Handle numeric element names when importing resources by @mint-thompson in #219
- Create inline instances with numeric ids by @mint-thompson in #213
- Update to official SUSHI 3.0 by @jafeltra in bd2c4d0
- Require Node 18 by @cmoesel in #223
Install or Update
To install or update to the latest version, run the following command:
$ npm install -g gofsh
Full Changelog: v1.6.5...v2.0.0