Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 904 Bytes

CHANGELOG.md

File metadata and controls

57 lines (31 loc) · 904 Bytes

Changelog

0.1.2

  • Removed unnecessary dependency.

0.1.1

  • Fixed react babel error.

0.1.0

  • Added multiply sockets support.
  • Changed ProviderOptions type.

0.0.13

  • Added es modules.

0.0.12

  • Fixed reconnection service.

0.0.11

  • Fixed send function of the useLazySignal.
  • Fixed remove function of the SignalListenres.

0.0.9

  • Fixed close of from the useWebSocketState hook.

0.0.8

  • Fixed useWebSocketState type.

0.0.7 - 0.0.5

  • Fixed WebSocketOptions type.

0.0.4

  • Fixed types location.

0.0.3

  • Fixed doc.

0.0.2

  • Fixed listeners.

0.0.1

  • Added a feature for management WebSocket state useWebSocketState.
  • Added a feature for management WebSocket requests and responses useSignal and useLazySignal.
  • Added a feature for management WebSocket responses/subscriptions useSuvscription and useLazySuvscription.