You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(observer-spy): add `autoUnsubscribe` and rename `subscribeAndSpyOn`
Here is the list of changes in this PR:
* Rename `subscribeAndSpyOn` to `subscribeSpyTo`
* Rename `ObserverSpyWithSubscription` to `subscriberSpy`
* Add deprecation messages to `subscribeAndSpyOn` and `ObserverSpyWithSubscription`
* Add `autoUnsubscribe` + setup file and `queueForAutoUnsubscribe
* Update and improve README doc
* Update CONTRIBUTING and CODE_OF_CONDUCT docs
closes#15
Co-authored-by: Shai Reznik <[email protected]>