-
Notifications
You must be signed in to change notification settings - Fork 610
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
Why there is no semver or release tags? #16873
Comments
There should be a 1.1 release soon. See https://github.com/LeaVerou/awesomplete/milestones/v1.1 |
Ok, so is it planned to start using semver? Thanks for the quick reply. |
@LeaVerou Speaking of server, should it be a 2.0 instead? There is a small known breaking change with suggestion item text API. |
That's the problem I discovered today :) |
Can you please share, maybe it's something we don't know about yet? |
Well, it's related to the change in #16866. The Wasn't that the "breaking change" you were talking about? |
Yes, did you had a problem with this or something else:
|
Did this break any of your old code? Its |
The new version is 1.1 #16850 (comment) |
Hey guys,
I've been using this library for a while and it works pretty well.
Unfortunately the lack of versioning / releases is really a problem.
The workaround of using the tip of the repository as a dependency is obviously very fragile. A simple breaking change can go easily unnoticed into production build because of the absence of a version.
Of course we could simply lock the dependency to a specific commit, but it's going to be hard then to "upgrade" as there is no related changelog to look at.
So my question is: why there is no versioning / release tags? I can live with the library not being published to
npm
,bower
, etc, but having versions and keeping track of them should be a must IMHO.Thanks
The text was updated successfully, but these errors were encountered: