Shouldn't versions above be predecessor-version, too?
I think some clients (eg, node-w3capi) operate under the assumption that those two IDs are always the same, and it would be nice not having to make and exception in the code just for these two cases.
After the changes in #34 (
predecessor-version
andsuccessor-version
), the name of the arrays returned are not consistent.For example:
Shouldn't
versions
above bepredecessor-version
, too?I think some clients (eg,
node-w3capi
) operate under the assumption that those two IDs are always the same, and it would be nice not having to make and exception in the code just for these two cases.