Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fhir-package-loader to v0.2.0 #1246

Merged
merged 5 commits into from
Apr 3, 2023
Merged

Update fhir-package-loader to v0.2.0 #1246

merged 5 commits into from
Apr 3, 2023

Conversation

cmoesel
Copy link
Member

@cmoesel cmoesel commented Mar 24, 2023

This improves support for "current" dependencies, including support for specific branches of "current" dependencies (via current$mybranch).

This improves support for "current" dependencies, including support for specific branches of "current" dependencies (via current$mybranch).
@cmoesel
Copy link
Member Author

cmoesel commented Mar 24, 2023

Whelp. I guess I should have run the tests. Silly me.

@cmoesel cmoesel changed the title Update fhir-package-manager to v0.2.0 Update fhir-package-loader to v0.2.0 Mar 28, 2023
Copy link
Collaborator

@jafeltra jafeltra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense and I confirmed dependencies with a branch can be downloaded now. Yay!

expect(extensions).toHaveLength(6);
const birthPlace = extensions.find(e => e.id === 'patient-birthPlace');
const birthPlaceFromXML = extensions.find(e => e.id === 'patient-birthPlaceXML');
expect(extensions).toHaveLength(2);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh this is a nice feature from FPL!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you can thank @mint-thompson for that one! In fact, it looks like you already did!

@cmoesel cmoesel merged commit 265461f into master Apr 3, 2023
@cmoesel cmoesel deleted the bump-fpl branch April 3, 2023 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants