-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Feature flags #771
Comments
It would be nice if we could apply the stability index to specific features, instead of at the module level. |
I think basically all flagged features are unstable, everything else conforms to semver |
#1159 for the first planned flagged feature |
I like it! We should still increment the minors on such stuff, though. |
@indutny of course. This is pretty much how I see it: http://emberjs.com/guides/configuring-ember/feature-flags/ We need some build and runtime infrastructure to make this possible |
A few features have gone in using flags at this point into various branches — uint8array-backed buffers in next, for example. I've opened an issue in the docs-repo-to-be; closing this one for now. Edit: also, feature flags are a great idea 👏 |
We could wrap new features in feature flags that to could be enabled via command line flag or programmatically. That's what v8 does, Ember.js and maybe others. This way we could ship new features faster and reserve the right to change API for flagged features.
/cc @iojs/owners @iojs/collaborators
The text was updated successfully, but these errors were encountered: