-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stability #14
Comments
Like node.js stability index? Some people tried to apply the same to modules (https://github.com/dominictarr/stability). |
This is a little outdated, but might still be useful -- https://github.com/hughsk/stability-badges |
API Frozen and Locked are nonsense, let's not go that way at all, please. |
yeah i don't think a module should ever be frozen or locked. maybe deprecated, though at that point you shouldn't even list it on the board |
yea, "frozen" or "locked" is another way to tell people "i don't give a f about this anymore; it's dead and not changing" |
stable
,unstable
, andexperimental
, defaulting tostable
ifv1+
.it'll just be a warning to users on how to use the module. ex.
templation
would be experimental but it's already v1 because i want to cohere to semver anyways.cookie
andcookies
would beunstable
because we plan to drastically rewrite and refactor it.The text was updated successfully, but these errors were encountered: