Releases: t0w5a/rx-pubsub
Releases · t0w5a/rx-pubsub
0.0.11
Merge pull request #6 from t0w5a/dev
remove parameter initializer in index.d.ts file
0.0.10
Merge pull request #5 from t0w5a/dev
add protected properties/methods in index.d.ts file
0.0.9
Merge pull request #4 from t0w5a/dev
Dev
0.0.8
Merge pull request #3 from t0w5a/dev
Dev
0.0.7
add the keywords list in package.json
0.0.6
add unsubscribe() method for the Subscription instance to allow to unsubscribe the Subscription directly without using the RxPubSub's unsubscribe method
0.0.4
update index.d.ts file. previousMessagesNr should be an optional parameter
0.0.3
Check the type before unsubscribing the subscription.
0.0.1
PubSub service based on RxJs ReplaySubject.
First release.
Check the documentation (README.md file) for more details.