This repository was archived by the owner on Apr 18, 2018. It is now read-only.
This repository was archived by the owner on Apr 18, 2018. It is now read-only.
Clarification on inherited, semver-minor changes #76
Closed
Description
I'd like to seek clarification based on semver versioning. For documented API objects (which are inheritable), it is unclear whether typically semver-minor additions on the prototype (nodejs/node@b2e00e3, nodejs/node@e11fc67) - which would affect inheriting objects - are always semver-minor and not semver-major.
In practice, this seems to be only according to the "popularity of inheritance" on the object in question. It doesn't seem to make sense to base semver decisions on just that, and I'd like to seek for clarification: can these changes be introduced in non-major releases?
See nodejs/node#734 for background discussion.