Skip to content

Releases: t0w5a/rx-pubsub

0.0.11

21 May 10:47
Compare
Choose a tag to compare
Merge pull request #6 from t0w5a/dev

remove parameter initializer in index.d.ts file

0.0.10

21 May 10:26
Compare
Choose a tag to compare
Merge pull request #5 from t0w5a/dev

add protected properties/methods in index.d.ts file

0.0.9

21 May 10:17
Compare
Choose a tag to compare
Merge pull request #4 from t0w5a/dev

Dev

0.0.8

21 May 10:07
Compare
Choose a tag to compare
Merge pull request #3 from t0w5a/dev

Dev

0.0.7

19 May 17:43
Compare
Choose a tag to compare

add the keywords list in package.json

0.0.6

14 May 12:06
Compare
Choose a tag to compare

add unsubscribe() method for the Subscription instance to allow to unsubscribe the Subscription directly without using the RxPubSub's unsubscribe method

0.0.4

13 May 21:31
Compare
Choose a tag to compare

update index.d.ts file. previousMessagesNr should be an optional parameter

0.0.3

13 May 21:24
Compare
Choose a tag to compare

Check the type before unsubscribing the subscription.

0.0.1

13 May 14:19
Compare
Choose a tag to compare

PubSub service based on RxJs ReplaySubject.
First release.
Check the documentation (README.md file) for more details.