-
Notifications
You must be signed in to change notification settings - Fork 223
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
1.0 release? #223
Comments
While it would indeed be nice with an 1.0 version, wouldn't it just make that specific problem even worse? Instead of libraries being divided on Bumping |
Yes, until there's a |
Ah, I'm currently shipping both features and patches in the patch bump, and breaking changes in the minor bump, since that is how Npm seems to follow the 0.x semver range. So a Still, I think 1.x is a good idea. It could be nice to wait for |
Yay!
The problem is that Worst case we need to republish |
Hmm, just realised that we cannot upgrade source-map at all currently, since they only have an async api now 🤔 |
Oh dear. It might be good to unite all source-map related packages into one organization, which could make it easier to evolve them with each others interests in mind. At this point I think |
This needs a 1.0. None of the versions lower than one can be assumed to be compatible, so no hoisting is possible. To help developers who rely on your code, we recommend starting your package version at 1.0.0 - About Semantic Versioning |
Shipping a 1.0 release will make it easier for different projects to end up with the same instance of
source-map-support
(by relying on dependency deduplication). This would lessen the impact of #200.The text was updated successfully, but these errors were encountered: