-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Support complex expressions #196
Comments
To add some context: the Ruby inspired gem syntax can be kept, but the use case is when we support LTS versions of a library - we need an expression like |
To be honest I never needed any of these.
All in all, I believe an |
I never said to port caret or tilde ranges, but having a way to have the "or" operator |
Superseded by #261 |
Support complex expressions, like npm's semver implementation like "or"
||
and hyphen ranges.I've implemented most of them with the npm's syntax in semantic_compare (caret ranges
^
instead of~>
and no space between the operator and version number)The text was updated successfully, but these errors were encountered: