Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 729 Bytes

CHANGELOG.md

File metadata and controls

29 lines (25 loc) · 729 Bytes

CHANGELOG

2.1.0

  • Add Support of Symfony Http Foundation Compoent
  • Add PubSub Service
  • SSE use magic method instead of direct access
  • Add Redis and Memcahce Mechnism
  • Add SessionLike Mechnism
  • Fixed event loop handling where removing handlers at runtime can result in a broken state.

2.0.1

  • Fix Order of arguments due to change of Utils::sseBlock

2.0.0

  • Use namespaces directly
  • SSEEvent becomes interfaces \SSE\Event
  • rename SSEData as \SSE\Data
  • Add DataInterface for all Mechnism
  • SSEUtils rename as \SSE\Utils
  • All snake case method name rename to camel case
  • Change order of argument of Utils::sseBlock

1.0.0

  • Add to Packagist as tonyhhtip/sse