Show "supported since version x" for functions in API documentation #3713
Closed
Description
I think it would be useful to show from which version a given function in the API is supported, e.g. Buffer.prototype.indexOf()
was added in v4.x, so if I'm creating a node module that should be backwards compatible with node v0.12, I shouldn't use that function.
I'll happily make pull request with this change - and please comment if you have deeper knowlege of the documentation system in case there are ways to (semi-)automate this in some way.
Activity