-
Notifications
You must be signed in to change notification settings - Fork 32
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
create git tag/release for 1.1.1, 1.1.2 #74
Comments
https://www.npmjs.com/package/vuex-composition-helpers vuex-composition-helpers/package.json Line 3 in d4c5704
also the version in package.json is |
Hi! Thanks for the idea. Regarding NPM, they consider the latest publish as latest, even if it's not the actual latest version. 1.1.x - for Vue 2.0-2.6.x |
really? it seems like 1.1.2 is for Vue 2.7. |
Nope. |
ah true, sorry it was my mistake. |
What about using |
It started as a "zero-dependencies" package, and so it should stay. There are ~25k weekly downloads to this package, so it should avoid affecting users' applications as much as possible, and we should take the dependencies part very seriously. Also, as a Vue enthusiast myself, I converted all my projects into using Pinia, and I suggest you do it too. |
I want to move to Pinia eventually, but my projects are very large, very complex, and I have a small team. Also, my Vuex setup is working very well, so there is no real reason to justify the change right now. Therefore, this is not something we're ready to do. This package is not really necessary, but it really helps with code clarity. I can use the store instance directly with Vuex, and was already moving away from it to get ready for Vue 2.7, as I did not realise you had a release for it (there is no proper releases or a changelog to keep track of). Anyway, it is not my place to tell you what to do with your package. But since you've shared your opinion with me, I just wanted to show you that there are people with different needs and wants, and it might be quite different than yours. |
Is it documented somewhere that 1.2.x is for vue 2.7? If so, maybe it could be highlighted a bit more as 2.7 is the lts version for vue 2 going forward.. |
@halnaf no it wasn't. |
so that we can check the diff between releases
The text was updated successfully, but these errors were encountered: