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

How to exclude a version? #30

Closed
MickeyKay opened this issue Mar 31, 2014 · 3 comments
Closed

How to exclude a version? #30

MickeyKay opened this issue Mar 31, 2014 · 3 comments
Assignees

Comments

@MickeyKay
Copy link

Is there a way to exclude a particular version or group of versions (e.g. 2.0.1 or 2.*)?

Thanks.

@tomByrer
Copy link
Contributor

tomByrer commented Apr 1, 2014

I tried to include a not selector, but was shot down. There is an op=or selector though.

@bebraw
Copy link
Contributor

bebraw commented Apr 1, 2014

Hey, why would you need to exclude specific versions?

@tomByrer
Copy link
Contributor

tomByrer commented Apr 1, 2014

Hey, why would you need to exclude specific versions?

Newer or older versions don't have the API or browser compatibility you need. EG jQuery dropped old browser compatibility in 2.x, AngularJS dropped IE8 in 1.3.x, etc.

@MickeyKay You can simply load all versions, then use node-semver to grab the versions you want. If you just want to load the newest version of a lib's branch, you can use version aliasing

@jimaek jimaek closed this as completed Jun 1, 2015
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

No branches or pull requests

4 participants