-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add hierarchy and hierachy bounds listener support #55
Add hierarchy and hierachy bounds listener support #55
Conversation
I included a commit that fixed the broken build, see issue #54. When that's merged, I will rebase this PR on top of the branch 0.x. |
7d410c2
to
f84e665
Compare
Could you rebase this? |
I reviewed the change today...
I'd say... rebase it, merge it, release it! Let's give back some life to RxSwing. Best regards, |
@Petikoch Thanks for the review. I'll have to dust this code off, rebase and merge. Yeah, lets tackle some of the work on this project.... I'm ready to pull up my sleeves. Mike |
f84e665
to
f5ef38c
Compare
What about releasing? Best regards, |
@Petikoch Thanks for the reminder. I actually started to do the release and then got busy renovating my house... Anyway, I've been crazy busy with my day job. Gonna take care of this tomorrow... |
@mikebaum Thanks for releasing! And all the best for the house renovation... :-) Best regards, |
This PR implements issues #32 and #33. There are three commits, the first is just to fix the broken build. That should be reviewed and merged as per issue #54.