PHP Classes

File: vendor/evenement/evenement/CHANGELOG.md

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   vendor/evenement/evenement/CHANGELOG.md   Download  
File: vendor/evenement/evenement/CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Chatto PHP Websocket Chat System
Websocket based chat system using Ratchet library
Author: By
Last change:
Date: 3 years ago
Size: 1,500 bytes
 

Contents

Class file image Download

CHANGELOG

  • v3.0.1 (2017-07-23)

    * Resolved regression introduced in once listeners in v3.0.0 #49

  • v3.0.0 (2017-07-23)

    * Passing null as event name throw exception #46, and #47 * Performance improvements #39, and #45 * Remove once listeners #44, #45

  • v2.1.0 (2017-07-17)

    * Chaining for "on" method #30 * Unit tests (on Travis) improvements #33, #36, and #37 * Benchmarks added #35, and #40 * Minor performance improvements #42, and #38

  • v2.0.0 (2012-11-02)

    * Require PHP >=5.4.0 * Added EventEmitterTrait * Removed EventEmitter2

  • v1.1.0 (2017-07-17)

    * Chaining for "on" method #29 * Minor performance improvements #43

  • v1.0.0 (2012-05-30)

    * Inital stable release