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

Use actual semver for udd framgents #102

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

sigmaSd
Copy link
Contributor

@sigmaSd sigmaSd commented Dec 11, 2022

This makes udd uses actual semver for fragments, which gets rid of a lot of the custom logic and its subtilitlies

Its a breaking change in 2 way:

  • the fragments needs to be now specified as a whole so ^1.0.0 instead of ^
  • the custom code applied caret and tilde rules to 0.x versions, but semver considers all 0.x versions compatible

@sigmaSd
Copy link
Contributor Author

sigmaSd commented Dec 11, 2022

I'm not fun of putting extra information in the url itself, theoretically this belongs to comments, but I understand this is probably the easiest implementation, we can maybe change it some other time which would need a js/deno parser, there might be official wasm libraries available

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.

1 participant