Skip to content

Releases: gomoob/php-websocket-server

1.2.0

22 Aug 22:03
Compare
Choose a tag to compare
  • Moves the TagsTree class to \Gomoob\WebSocket\Util\TagsTree ;
  • Add a new TagsTree->reset() method ;
  • Add a new \Gomoob\WebSocket\Client\WebSocketClientMock class to easier unit testing ;
  • Update composer dependencies.

1.1.0

18 Aug 11:08
Compare
Choose a tag to compare
  • Add more PHP Documentor documentation about the goals of metadata in
    the \Gomoob\WebSocket\IWebSocketRequest interface and the
    \Gomoob\WebSocket\Request\WebSocketRequest class ;
  • Add management of defaultMetadata in the \Gomoob\WebSoscket\IWebSocketClient interface and the
    \Gomoob\WebSocket\Client\WebSocketClient class ;
  • Add management of defaultTags in the \Gomoob\WebSocket\IWebSocketClient interface and the
    \Gomoob\WebSocket\Client\WebSocketClient class ;
  • Improve \Gomoob\WebSocket\Message\Message serialization ;
  • Improve \Gomoob\WebSocket\Request\WebSocketRequest serialization ;
  • Now all the factory methods can be calls with a factory(...) method or an alias create(...) method.

1.0.3

17 Aug 15:21
Compare
Choose a tag to compare
  • Fix port and address options problems while creating a WebSocketServer, the parameter were not
    transmitted to the Ratchet server ;
  • Now the default port number is 80 which is the default Ratchet server port.

1.0.2

17 Aug 14:37
Compare
Choose a tag to compare
  • Add missing symfony/yaml composer dependency, otherwise problems was encountered while running
    composer update --no-dev ;
  • Add missing monolog/monolog composer dependency, , otherwise problems was encountered while running
    composer update --no-dev.

1.0.1

17 Aug 13:31
Compare
Choose a tag to compare
  • Configure specific Eclipse validator rules ;
  • Add MIT license.

1.0.0

17 Aug 12:13
Compare
Choose a tag to compare

First release.