I've been using CouchDB for some time now, and I am currently testing CouchDB 2 and Fauxton on local env. One thing really disturbing compared to the good old Futon is that it is not possible with Fauxton to navigate through document revisions history.
Is it really not implemented with this new React tool or did I miss it ? Is there a Fauxton add-on that implements this missing feature ?
Currently, Fauxton only shows the "latest" document's revision and there is no option to navigate through document revisions history.
As per CouchDB team - https://github.com/apache/couchdb-fauxton/issues/1069
You can get additional information about the revisions for a given document by supplying the _revs_info argument to the query:
Now you can access the previous version of the document revisions via CouchDB HTTP API: