8000 Comparing v3.15.1...v3.16.0 · FHIR/sushi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FHIR/sushi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.15.1
Choose a bas EE8A e ref
...
head repository: FHIR/sushi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.16.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on May 19, 2025

  1. Support for NPM aliases in dependencies (#1568)

    Allow users to use NPM aliases in sushi-config.yaml so that they can load multiple versions of the same package. E.g.:
    ```
    dependencies:
      hl7.fhir.us.core: 7.0.0
      v610@npm:hl7.fhir.us.core: 6.1.0
      v311@npm:hl7.fhir.us.core: 3.1.1
    ```
    The only point of these aliases is to allow loading multiple versions of the same package -- so the aliases are not used or referenced in any actual FSH content.
    
    Packages w/ multiple versions are loaded such that the latest version is loaded last. This way versionless resolution always goes to the latest version.
    
    See: https://chat.fhir.org/#narrow/channel/179239-tooling/topic/NPM.20Aliases/near/517985527
    cmoesel authored May 19, 2025
    Configuration menu
    Copy the full SHA
    f79e562 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. v3.16.0

    cmoesel committed May 20, 2025
    Configuration menu
    Copy the full SHA
    256907d View commit details
    Browse the repository at this point in the history
Loading
0