-
Notifications
You must be signed in to change notification settings - Fork 177
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
Milestone and Future of ng-redux Discussion #142
Comments
Would love to see the ability to use ES6 classes for actions in the roadmap. #136 |
@deini do you know how Redux handles this type of situation? Or is this an ng-redux-only thing? |
@AntJanus Its more of a If you make that wrapper service a Class, the I can take investigate a bit more and give you more details / submit a PR. |
I can definitely help with some of the line-items on the 3.5.0 release checklist. Also, item 4 in the 3.5.0 milestone should be |
@deini Ahhh, I see. Alright, yeah, if you can create a PR, let's shove it into a release right after 4.0.0, like a 4.1.0 I think that definitely makes sense. @HunterEl if you can do code review and test some of the branches I reference, that'd be fantastic because then we can just merge that in and keep going. |
@AntJanus Absolutely. Will do that this weekend. |
We should also get rid of the |
@HunterEl thanks for the hard work! I'm going to go ahead and do a release of the current beta and once that's done, merge everything you mentioned. We can wait for changes for a bit and I'll go ahead and start work on the 4.0.0 milestone. Do you want to go ahead and become a collaborator? That way, your comments will carry the same weight and you can make direct changes/work on 4.0.0 as well. |
@AntJanus My pleasure! And that would be great! Thank you. |
Glad to see this repo is becoming active again. It's been really great for keeping my state sane while maintaining a legacy app. |
I want to know more about testing with ngRedux. I can not even run test with mock (https://gist.github.com/kareniel/ac08b1b4e7c817583da649452a8839fe) |
Hi all,
I'm a new contributor on ng-redux and I'm taking over for @wbuchwalter on this repo. There are a few changes I'd like to implement and I want to use this issue to track them. If anyone has any input, I'm totally all for it and let's discuss it.
3.5.0 Milestone
Currently, the latest "version" of 3.4.0-beta.1 without any tags and release information. I'd like to release 3.4.0 ASAP and then brace for the final 3.X release: 3.5.0. What will be in this release (or will at least be considered):
createStore
(preserve Symbol(observable) when connecting the store #129, fix: Replace lodash assign with Object.assign for symbol copy #144).npmignore
(chore(build): Switch to rollup + Update Dependencies #150)Other features/fixes:
production
The text was updated successfully, but these errors were encountered: