Skip to content

Releases: dldc-packages/pubsub

Rename deno folder

12 Jun 20:15
Compare
Choose a tag to compare
v5.1.2

Release 5.1.2

v5.1.1

11 Jun 14:12
Compare
Choose a tag to compare
Release 5.1.1

Add deferred

18 May 10:05
Compare
Choose a tag to compare

Fix channels

17 May 23:13
Compare
Choose a tag to compare

Fix channel emit

17 May 23:02
Compare
Choose a tag to compare

Version 5: Channels

17 May 22:38
Compare
Choose a tag to compare

BREAKING CHANGES:

Renaiming:

  • import { Subscription } from "suub" -> import { Suub } from "suub"
  • Subscription.create() -> Suub.createSubscription()
  • Subscription.createVoid() -> Suub.createVoidSubscription()

New feature

Added support for channels. (Doc not out yet)

Commits

  • Renaming and add channel feature 67f6ef0

v4.0.3...v5.0.0

Upgrade deps

17 May 18:10
Compare
Choose a tag to compare

Add types in exports

13 May 16:32
Compare
Choose a tag to compare

v4.0.1...v4.0.2

Fix error name

25 Mar 18:38
Compare
Choose a tag to compare

v4

25 Mar 16:58
Compare
Choose a tag to compare
v4

Breaking changes

  • Removed deprecated Subscription() -> use Subscription.create() and Subscription.createVoid()
  • Removed ID subscription from basic methods (subscribe, unsubscribe, isSubscribed) -> use the new dedicated methods with the ById suffix (subscribeById, unsubscribeById, isSubscribedById)
  • Renamed option maxRecursiveCall to maxRecursiveEmit

v3.4.0...v4.0.0