1.8.1 (2022-04-25)
- 🐛 rename type (85e451d)
1.8.0 (2022-04-22)
- 🐛 allow re-sending duplicate mussages over localStorage (ec7bcb3)
- 🎸 add ability for tabs to establish call channels (130ac0b)
- 🎸 add dependency injection to tablist (c21aa92)
- 🎸 allow broadcast channels to be numbers (e7432a6)
- 🎸 elect oldest tab a the leader (5a62949)
- 🎸 implement TabList (04b9608)
- 🎸 make in-memory pubsub busses global (1edaf30)
- 🎸 make pubsub channel name configurable (55dbae1)
1.7.0 (2022-04-20)
- 🎸 add el() helper (e6fae4c)
- 🎸 add PubSub implementation on top of BroadcastChannel (561d542)
- 🎸 allow dynamic children in el() (4ed8c5e)
- 🎸 improve pubsub implementation (0df54f9)
1.6.0 (2020-07-19)
- 🎸 add STDIN and ANSI key sensors (239ada3)
1.5.1 (2020-06-03)
- 🐛 correctly set initial value in matchMedia$ (c173deb)
1.5.0 (2020-06-02)
- 🐛 correctly emit darkTheme$ values (c9a0166)
- 🐛 make match media observables behave like behavior subjec (71a5d0c)
- 🎸 export types (b341dea)
1.4.0 (2020-05-16)
- 🎸 add colorSchemeDark$ (fd75060)
- 🎸 add colorSchemeLight$ (c6161db)
- 🎸 add colorSchemeNoPreference$ (b2cca5c)
- 🎸 add darkTheme$ (a605077)
- 🎸 use ReadonlyBehaviorSubject as export type (ddeaf01)
1.3.0 (2020-05-16)
1.2.0 (2020-05-03)
- 🎸 add onLine$, connection$ and network$ observables (b36ede5)
1.1.0 (2020-05-02)
- 🎸 add pathname$ observable (08857ad)