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

Add date to changelog #63

Closed
thezoggy opened this issue Nov 13, 2013 · 2 comments
Closed

Add date to changelog #63

thezoggy opened this issue Nov 13, 2013 · 2 comments

Comments

@thezoggy
Copy link

Example: http://jqueryui.com/changelog/1.10.3/
Right now if you want to see when 1.10.3 came out, you have to browse to the parent folder to see it.

Why I mention this, is because you link directly to the change logs from the homepage.. so if you want to know when that version came out.. its a bit cumbersome.

Also may be nice to link to previous/next change log at the bottom of the page?

Additionally, it may be nice to see a list of all of the changelogs on the same page? So for example if I was upgrading from 1.9.x to 1.10.x i can see an overview of whats changed. Instead of having to peak at each specific one.

@scottgonzalez
Copy link
Member

Right now if you want to see when 1.10.3 came out, you have to browse to the parent folder to see it.

I agree this is a bit annoying.

Also may be nice to link to previous/next change log at the bottom of the page?

That sounds useful for people upgrading across multiple versions. Adding the next link may need to be a manual process on every release, but we might be able to automate that. I'd like to track this separately. See #64.

Additionally, it may be nice to see a list of all of the changelogs on the same page?

I'm not sure about this one. It seems like if you've got the prev/next links, this becomes less useful.

@thezoggy
Copy link
Author

sure thing, i was just thinking about for major/minor versions so you can see the changelog for the whole version at a time without having to step through each minor's patch.

figure it may be easy, just append/concat major.minor.x together to display.
for example, if one navigated to: http://jqueryui.com/changelog/1.10/
it would show a the aggregated changelog of 1.10.0, 1.10.1, 1.10.2, 1.10.3 all on the same page, with newest up top.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants