Skip to content
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

[Feature] Observable #243

Merged
merged 12 commits into from May 7, 2016
Merged

[Feature] Observable #243

merged 12 commits into from May 7, 2016

Conversation

pepicrft
Copy link

@pepicrft pepicrft commented May 6, 2016

What?

New observable feature. Get an Observable<T> entity from your storage given a Request<T>. That observable can be observed and every time the data affected by your request changes, you'll get notified using a closure.

Fixes #234

TODO

  • Implement the feature including unit tests
  • Update the CHANGELOG file
  • Update the README file adding a section about Observables

It includes extensions for ReactiveCocoa & RxSwift

@pepicrft pepicrft merged commit 4049dde into master May 7, 2016
@pepicrft pepicrft deleted the feature/observer branch May 7, 2016 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant