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

Added functionality #4

Merged
merged 6 commits into from
Feb 24, 2018
Merged

Added functionality #4

merged 6 commits into from
Feb 24, 2018

Conversation

zgsrc
Copy link
Contributor

@zgsrc zgsrc commented Feb 22, 2018

  1. Added ability to automatically bind object methods to observed object.
  2. Added ability to bubble object mutations up to a handler function and transpose those mutations onto another object. Useful for one-way data sync. Should not impact performance without opt-in.

@coveralls
Copy link

coveralls commented Feb 22, 2018

Coverage Status

Coverage decreased (-6.5%) to 93.506% when pulling 656f1f8 on triploc:master into d038338 on elbywan:master.

@zgsrc
Copy link
Contributor Author

zgsrc commented Feb 23, 2018

Basically I want to add the code in the pull request so I can do this:
https://github.com/zgsrc/overactiv

@elbywan elbywan merged commit 656f1f8 into elbywan:master Feb 24, 2018
@elbywan
Copy link
Owner

elbywan commented Feb 24, 2018

Basically I want to add the code in the pull request so I can do this:
https://github.com/zgsrc/overactiv

That's great! Thanks for the PR!

I made a couple of modifications in the code, increased the coverage and renamed { write } to handlers : { write }. And merged 😉 .

@zgsrc
Copy link
Contributor Author

zgsrc commented Feb 24, 2018 via email

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

3 participants