Skip to content

Tags: hirezio/observer-spy

Tags

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #47 from petrzjunior/return-this

v2.1.2

Toggle v2.1.2's commit message
fix: trying to fix types in dist

subscribeSpyTo is generated with `unknown` generic type instead of T, trying to see if this can fix
it

v2.1.1

Toggle v2.1.1's commit message
fix(faketime): fix fakeTime for RxJS 7

fix breaking changes of RxJS 7 that break the fakeTime util

fix #39

v2.1.0

Toggle v2.1.0's commit message
ci(github): change to github actions

move from travis to github actions

v2.0.0

Toggle v2.0.0's commit message
docs: add table of contents to README

v1.4.0

Toggle v1.4.0's commit message
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]>

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add `subscribeAndSpyOn` (#8)

Co-authored-by: Shai Reznik <[email protected]>

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add missing `fakeTime` export

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(): support async await for `onComplete`

v1.1.0

Toggle v1.1.0's commit message
feat(faketime): added fakeTime wrapper function

fakeTime allows you to test async Observables using the VirtualTimeScheduler behind the scenes