[GH-ISSUE #19] Provide a diff at semver.org #5132

Closed
opened 2026-06-15 11:04:08 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @cowboy on GitHub (Mar 9, 2012).
Original GitHub issue: https://github.com/semver/semver/issues/19

It would make 1.0.0 -> 2.0.0 changes more easy to understand!

Originally created by @cowboy on GitHub (Mar 9, 2012). Original GitHub issue: https://github.com/semver/semver/issues/19 It would make 1.0.0 -> 2.0.0 changes more easy to understand!
Author
Owner

@theory commented on GitHub (Apr 6, 2012):

You could do it yourself by plugging in the right URL right here on GitHub—if there was a tag for v1.0.0, which alas I do not see. :-(

<!-- gh-comment-id:5003442 --> @theory commented on GitHub (Apr 6, 2012): You could do it yourself by plugging in the right URL right here on GitHub—if there was a tag for v1.0.0, which alas I do not see. :-(
Author
Owner

@dotproto commented on GitHub (May 16, 2012):

Seems reasonable to add a tag for new tag users can diff on GitHub. semver.org could then link to the diff thereby using GitHub for the heavy lifting.

I propose that the header links on semver.org change from

[v2.0.0-rc.1](http://semver.org/) [v1.0.0](http://semver.org/spec/v1.0.0.html)

to

[v2.0.0-rc.1](http://semver.org/)[diff](https://github.com/mojombo/semver/compare/v1.0.0-rc.1...v2.0.0-rc.1) [v1.0.0](http://semver.org/spec/v1.0.0.html)

Note that the v2.0.0-rc.1 tag referenced above does not yet exist.

<!-- gh-comment-id:5731262 --> @dotproto commented on GitHub (May 16, 2012): Seems reasonable to add a tag for new tag users can diff on GitHub. semver.org could then link to the diff thereby using GitHub for the heavy lifting. I propose that the header links on semver.org change from ``` [v2.0.0-rc.1](http://semver.org/) [v1.0.0](http://semver.org/spec/v1.0.0.html) ``` to ``` [v2.0.0-rc.1](http://semver.org/)[diff](https://github.com/mojombo/semver/compare/v1.0.0-rc.1...v2.0.0-rc.1) [v1.0.0](http://semver.org/spec/v1.0.0.html) ``` Note that the `v2.0.0-rc.1` tag referenced above does not yet exist.
Author
Owner

@dmitshur commented on GitHub (Jan 30, 2013):

I'll just mention here that www.quickdiff.com can be used for something like this, in case anyone finds it useful.

<!-- gh-comment-id:12872056 --> @dmitshur commented on GitHub (Jan 30, 2013): I'll just mention here that www.quickdiff.com can be used for something like this, in case anyone finds it useful.
Author
Owner

@haacked commented on GitHub (Mar 13, 2013):

I really like this idea! This is the repository for the specification. The repository for the http://semver.org/ website is over here: https://github.com/mojombo/semver.org

Would you mind submitting a PR over there? I'd be happy to help and discuss a good way to do it.

<!-- gh-comment-id:14852844 --> @haacked commented on GitHub (Mar 13, 2013): I really like this idea! This is the repository for the specification. The repository for the http://semver.org/ website is over here: https://github.com/mojombo/semver.org Would you mind submitting a PR over there? I'd be happy to help and discuss a good way to do it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/semver#5132