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

Publish documentation for old versions #29

Open
jugglinmike opened this issue Nov 21, 2015 · 1 comment
Open

Publish documentation for old versions #29

jugglinmike opened this issue Nov 21, 2015 · 1 comment

Comments

@jugglinmike
Copy link
Member

Currently the docs reflect the latest release of JSHint. It would be great if the website could also expose information on prior releases because this recently-suggested approach (though value) is far from ideal:

You can browse to the version of which you are looking for documentation (v2.8.0) and read the comments in src/options.js

Because we are generating documentation from the source code, the ideal solution (as I see it) will require a fair amount of work. Pseudocode:

for each tag of the source code
  look up a version-specific source code parsing function
  apply that function to the code
  expand the documentation template with the parsed variables
update documentation pages to list all available versions
@dgisser
Copy link

dgisser commented Aug 22, 2016

Wasn't this fixed in 3b3fed2ff204db439aeabdf1c11535b2310fee64? Can't we close this?

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

2 participants