I've just written a short article entitled Forced software upgrades in the land of web-apps
My question for Stackoverflow on this topic is, how would you go about allowing users to access old versions of your web-application (like GMails "Older version" button), and is it worth it?
Clarification: I am using the term "web application" very broadly, it could refer to sites like Stackoverflow, Reddit, or Lighthouse, etc. Anything site where it does more than simply display static content, really. I am not referring to anything resembling an API, where it is defiantly of benefit to retain backwards compatibility, say by including a version number in the URL (E.g GET /api/v01/posts
)