Skip to content

0.0.10

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 05:32
91097c3
  • 91097c3 Merge pull request #44 from floodfx/pubsub
  • 6aa4f6f use jest timers for failing test
  • b2ba0f9 Merge pull request #43 from floodfx/pubsub
  • aa47593 make types more precise
  • 04be890 make types more precise
  • b482ec3 bump version to 0.0.10
  • 907c0f4 improve component manager tests
  • ee1c26e bit of cleanup
  • a340cd5 rename socketId to joinId
  • 02cfecb detect socket close and send phx_leave to component manager
  • 22b1cab cleaned up ComponentManager
  • 12220ed add PubSub for Redis and SingleProcess; refactor ComponentManager, BaseLiveViewComponent, and MessageRouter to use PubSub; refactor examples based on PubSub and PushPatch api change
  • a4b0eb8 more progress on pubsub
  • 1e6fed7 simplified / refactored
  • 53117a8 single process working