Skip to content

0.4.0

Compare
Choose a tag to compare
@drozdzynski drozdzynski released this 06 May 11:15
· 8 commits to master since this release
  • [BREAKING] Storex.mutate/3 is no longer based on session_id
  • [BREAKING] Store.init/2 callback now need to return {:ok, state} | {:ok, state, key} | {:error, reason}
  • [BREAKING] Remove custom Registry logic
  • [BREAKING] Remove connection callback from javascript client
  • New registry mechanism provides distributed mutations across the cluster
  • Fix terminate callback in Storex.Handler.Plug
  • Added three callbacks to frontend client onConnected, onError and onDisconnected