Skip to content

Releases: grrowl/redux-scuttlebutt

0.3.2

13 Jan 00:00
Compare
Choose a tag to compare
  • Exports devToolsStateSanitizerto better display state in redux dev-tools.
    Thanks @sanfilippopablo
  • Use new, non-depreciated devtools extension hook. Thanks @zalmoxisus

0.3.1

08 Jan 12:25
Compare
Choose a tag to compare
  • Adds dispatcher option signAsync. This allows flexible signing or other
    mutation of locally dispatched actions.

0.3.0

08 Jan 12:25
Compare
Choose a tag to compare
  • Internally, we now use the redux history for gossiping with other
    scuttlebutts, instead of maintaining a separate history.
  • Adds dispatcher option verifyAsync. This allows flexible validation of
    actions.
  • Adds Dispatcher unit tests

0.2.1

06 Dec 07:58
Compare
Choose a tag to compare

Adds SECURE_SB env variable support to the server, so you can connect and replicate with a remote redux-scuttlebutt.

0.2.0

24 Nov 07:19
Compare
Choose a tag to compare
  • timestamp is now logical. This means it has no relationship with wall-clock time.
    • Updates are now strictly sorted by [timestamp, source].
  • Tests for orderedHistory
  • Stores and replays scuttlebutt updates in timestamp-source order, not received order
    • True to the original paper, better in high-latency situations
  • Create new scuttlebutt streams for re-connections
    • Increases reconnection reliability
  • Adds option function isGossipType
  • Updated examples