In docs, include version numbers when operations were introduced or changed

Our operations change all the time, it’s natural and normal

When you’re looking at the docs, we show the latest adaptor version. So if you run from latest, you have the whole story.

But if you’re using an older adaptor version, its not clear from the docsite whether that API applies to your adaptor version. I suppose if you could load old adaptor version docs then that would solve the problem to a great extent.

Anyway, in node.js docs they include a line about what version a function was introduced in, and also changes per version for that function. Like this:

It would be neat to generate the same table for our docs