-
Notifications
You must be signed in to change notification settings - Fork 848
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
Is v4.0.0 not stable? #953
Comments
Well both should be stable, but 4.0.0 introduced some more substantial
breaking changes. By publishing 4.0.0 with the 'next' dist-tag, any
problems that people experience will be to a smaller group of devs.
So my advice:
* upgrading from an a pre-3.0.1? You might want to consider upgrade to
v3.0.1.
* installing from scratch? I would recommend v4.0.0 (npm i ng-table@next
--save).
…On Thu, Jan 5, 2017 at 1:28 PM, Sergiy Kyrylkov ***@***.***> wrote:
Is v4.0.0 not stable and v3.0.1 the latest stable as of 2007-01-05?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#953>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA2HPpyWXlnjl4XPtVVgsGDL1uVYB7Zdks5rPO_ugaJpZM4Lbr-s>
.
|
Does ng-table use semantic versioning? If yes, it's understood that 4.0.0 has some breaking changes. What's confusing in this case is that
Also the fact that 4.0.0 is marked as a pre-release in GitHub just adds to the confusion. I suggest you release 4.0.1 and mark it as a regular release so it becomes the latest release solving both issues outlined above. |
The project uses semantic-release to automate version number assignment and to publish to npm. This dictates certain conventions. One of which is NOT to use pre-release version numbers but instead use release channels via npm dist-tags to indicate whether the version is considered "battle tested". Interestingly, this is what the npm team uses itself to version the npm client. For ng-table, this leads to the following... Publishing work flow
Unfortunately tooling is not perfect. npm doesn't place meaning on the dist-tags and so C |
I've added a small clarification to the readme that points to this conversation. Hopefully, that will clear up some of the confusion for others |
That's great. Thank you for investing your time into this project. |
Cool. I'll close this issue now. |
Is v4.0.0 not stable and v3.0.1 the latest stable as of 2007-01-05?
The text was updated successfully, but these errors were encountered: