-
Notifications
You must be signed in to change notification settings - Fork 492
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: npm/node-semver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7ba4563de94e473817c7b8606f564359e78fa8ea
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: npm/node-semver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0eeceecfba490d136eb3ccae3a8dc118a28565a0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 10 files changed
- 1 contributor
Commits on Jul 1, 2019
-
Add a -0 prerelease on >X and <X ranges
In includePrerelease mode, there are in fact versions less than 0.0.0 which will satisfy the range <0.0.0.
Configuration menu - View commit details
-
Copy full SHA for ba19e8f - Browse repository at this point
Copy the full SHA ba19e8fView commit details -
Handle X ranges properly in includePrelease mode
Append a `-0` prerelease tag on the parsed comparators when in includePrerelease mode. Otherwise, 2.x will be satisfied by 3.0.0-beta, since it's in `>=2.0.0 <3.0.0`. However, `2.0.0-beta` will _not_ satisfy this range. By appending the `-0`, the version set is pinned to the appropriate boundary. Note that doing this in non-prerelease-including mode would be a mistake! Appending the `-0` to the comparator means that prereleases in the tuple are allowed, so `2.0.0-beta` would match `2.x` in non-prerelease-including mode as well. However, if we're including prereleases, then their inclusion is intentional. Fix: #282
Configuration menu - View commit details
-
Copy full SHA for c44e124 - Browse repository at this point
Copy the full SHA c44e124View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dc88f3 - Browse repository at this point
Copy the full SHA 3dc88f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d062593 - Browse repository at this point
Copy the full SHA d062593View commit details -
Configuration menu - View commit details
-
Copy full SHA for 388ec1c - Browse repository at this point
Copy the full SHA 388ec1cView commit details -
Add test coverage for bin file
NYC doesn't like to cover things that don't have file extensions
Configuration menu - View commit details
-
Copy full SHA for 24af461 - Browse repository at this point
Copy the full SHA 24af461View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce6190e - Browse repository at this point
Copy the full SHA ce6190eView commit details
Commits on Jul 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9f5f615 - Browse repository at this point
Copy the full SHA 9f5f615View commit details
Commits on Jul 23, 2019
-
Expose the token enum on the exports
The next major version bump should change the opaque arrays into actual objects with keys. But at least in the meantime, we can provide a mapping of keys to the array indexes.
Configuration menu - View commit details
-
Copy full SHA for 2779d96 - Browse repository at this point
Copy the full SHA 2779d96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eeceec - Browse repository at this point
Copy the full SHA 0eeceecView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7ba4563de94e473817c7b8606f564359e78fa8ea...0eeceecfba490d136eb3ccae3a8dc118a28565a0