-
Notifications
You must be signed in to change notification settings - Fork 12
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
Provide beta release? #127
Comments
Or provide a npm 5 prepare script for installing non-published references. |
@eranshmil you added build & publish utils. Can you help out? |
Sorry for the "+1" type of comment, but I also wanted to express that this would be very helpful. I will go into freelancing soon after having worked with Angular for years and having tried out different types of state management. And to my future clients I could only recommend NGXS over NGRX, if NGXS had a working solution for entity-management. In my current project almost everything is an entity, so for enterprise applications this is a dealbreaker. I tried out the lib in its current state and even if you need some workarounds, you can definitely already work with it. So having it on NPM over copy-pasting code from GitHub would be a huge improvement. If you can't release it now for some reason, please at least provide some sort of a roadmap/estimation when it's gonna be published. For businesses information like this is important. |
When issue #85 is closed only minor things like documentation (#5) remain and the library could be released.
Feel free to open feature requests. This library is included in the official 4.0.0 milestone and mentioned in the state-operator blog post, so the issues are useful for the future, even if they might not be included in the very near future (depends on the issue) |
@JanMalch Thanks for info! Really appreciate your work on this lib. The workarounds I mentioned are for the issues that are open already, in particular the one concerning developmentMode. |
I forked this and replaced yarn with NPM in the build script. Now you can install it with NPM and have NPM build it locally after install.
Adding this with the branch should also work but in my tests it sometimes was not the latest commit.
https://github.com/kuhnroyal/entity-state/tree/feature/npm-prepare I only got this to work with NPM, it is supposed to also work with yarn but I couldn't get it to work. |
Hi guys, I published current package with version 0.0.1 from master |
@splincode hello, could you please update npm package with current master ? |
I think this package is really important for many people working with ngxs or thinking about transitioning to ngxs. So big thanks for the work so far. <3 @splincode Since this package didn't get too much love in the last couple of months, I'd suggest adding an install hook, that builds the package. Let me know if that's a stupid idea. ;) Otherwise I'm really looking forward to a proper release! |
I'm working on entity management now |
Hi guys, |
Hi, I don't know why this fix wasn't included in 0.0.1 as the fix was in master 3 months earlier. |
I just published 0.0.2 |
Hi @JanMalch Are you still working on this? Is it safe to use in production? This plugin adresses perfectly my needs and matches existing features on Akita or NGRX. |
We are using this in a project close to production and are currently building this ourselves.
Is it possible to provide it as NPM package with beta/alpha tag?
The text was updated successfully, but these errors were encountered: