Hi everyone,
I frequently reference the ArcGIS API documentation (e.g., https://developers.arcgis.com/javascript/latest/api-reference/).
While the URL contains "latest" in the path, suggesting the possibility of accessing previous documentation versions, this functionality doesn't seem to be available.
Having access to previous versions of the documentation would be valuable for several reasons:
- Supporting applications built with older API versions during migration periods
- Understanding deprecated features and their replacements
- Helping developers maintain legacy applications
- Tracking API evolution and changes over time
Many other development platforms (like React, Angular, or Python) provide access to documentation for previous versions. This feature would be a helpful addition to the ArcGIS development ecosystem.
Would it be possible to implement versioned documentation access, perhaps through a version selector or by allowing URL parameters for specific versions?
Best regards