### Affected URL(s) https://nodejs.org/docs/latest/api/url.html ### Description of the problem some members of `URL` class & `URLSearchParams` class didn't list its version info --- `URL` class implement is added in [v7.0.0](https://nodejs.org/en/blog/release/v7.0.0/) and [v6.13.0](https://nodejs.org/en/blog/release/v6.13.0/), via https://github.com/nodejs/node/pull/7448 `URL.prototype.toJSON()` implement is added in [v7.7.0](https://nodejs.org/en/blog/release/v7.7.0/), via https://github.com/nodejs/node/pull/11236 `URLSearchParams` class implement is added in [v7.0.0](https://nodejs.org/en/blog/release/v7.0.0/) and [v6.13.0](https://nodejs.org/en/blog/release/v6.13.0/), as an internal instance, via https://github.com/nodejs/node/pull/7448, and exported in [v7.5.0](https://nodejs.org/en/blog/release/v7.5.0/) via https://github.com/nodejs/node/pull/10801