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

loosen the versionPath requirements #20

Merged
merged 3 commits into from
Aug 18, 2023
Merged

Conversation

mattquinlan440
Copy link
Contributor

Thanks for opening a Pull Request

Changes

Please outline the reason for the changes you are making:

In some use cases, users may not want to use the version interpolation, but instead specify a hard-coded versionPath
to resolve a dependency to. This change would allow the versionPath property of a registration to be a specified version.

Are there any breaking changes you are aware of in the PR?

No

If yes, what are they?

General Checklist

  • Change is tested locally
  • Demo is updated to exercise change (if applicable)
  • [WIP] flag is removed from the title

});

it('should allow versionPath to contain a string representing a specific version', () => {
options.versionPath = '1.14.0-STARFLEET-1701.D';

Choose a reason for hiding this comment

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

Engage number 1

@mattquinlan440 mattquinlan440 marked this pull request as ready for review August 18, 2023 19:01
@mattquinlan440 mattquinlan440 requested a review from a team as a code owner August 18, 2023 19:01
Co-authored-by: Joe Theriault <[email protected]>
Copy link
Member

@jtheriault jtheriault left a comment

Choose a reason for hiding this comment

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

This is a nice QOL change! Thanks!

@mattquinlan440 mattquinlan440 merged commit 4f1d78b into main Aug 18, 2023
3 checks passed
@mattquinlan440 mattquinlan440 deleted the versionpath-tweaks branch August 18, 2023 19:05
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