Skip to content

6.3.0

Compare
Choose a tag to compare
@sclausen sclausen released this 20 Jun 09:01
· 100 commits to master since this release

BREAKING CHANGES

  • #95 Added new method , which will send the last received message to all new subscribers. (ec800f1)

The observable returned by observe won't send the latest message to a new subscriber. For retained behavior the new method observeRetained should be used. The returned observable will always send the latest message on subscribe.