-
Notifications
You must be signed in to change notification settings - Fork 131
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
Missing api history #135
Comments
For reference this is what the history looks like for @DCzajkowski, what information are you searching when accessing this page? Thanks! |
@molant thank you for the screenshot and a quick reply! Recently, I used it to see at which version a "net" module was introduced. If I had to point a general use-case I'd say being able to look up documentation for previous versions without the need to go through git. We are using Electron on an older version due to some incompatibilites with some packages we are using. We may migrate/upgrade soon, but it's still beneficiary to be able to read documentation at the point of our version and see what the changes in particular modules were introduced. As you know some APIs have been deprecated in newest versions and documentation for these functionalities is pretty hard to find. Maybe there is a way I am not aware of? Anyway, thanks for taking it into consideration |
We are working on adding versioned docs: There are still a couple things to polish but they should start showing up soon-ish. Would that be OK?
We could add a field in each API that tells you when it was added. Would that solve your use case? Happy to chat 1:1 more about this! We know the upgrade process is not always smooth and we want to make it easier! |
I think so, yes 🙂
I think that would be enough, yes, but there may be specific functions added in versions later than the module itself. Something to bare in mind. I remember Vue docs have this. https://v2.vuejs.org/v2/api/#warnHandler
Sure! But I am not sure if I can provide a lot of information. But if you feel like you could benefit from such chat then let's do this! |
My software is using Electron v29.x and I would really benefit from seeing something other than just the latest docs. Is there any progress on this? |
A client forces us to keep an old v22 environment, all I can do is read the blog history and pure guesswork. Having access to old docs, even if only as exported archive, would be really helpful |
Old version of the docs supported API history by appending
/history
to the URL.For example, from
/api/desktop-capturer
you could do/api/desktop-capturer/history
to get the history of changes of that module.Are there any plans to implement these pages in the new docs?
The text was updated successfully, but these errors were encountered: