twitst4tz

twitter statistics web application
Log | Files | Refs | README | LICENSE

History.md (1340B)


      1 
      2 1.2.1 / 2016-04-18
      3 ==================
      4 
      5  * enable client side use
      6 
      7 1.2.0 / 2014-02-12
      8 ==================
      9 
     10  * prefix events with `$` to support object prototype method names
     11 
     12 1.1.3 / 2014-06-20
     13 ==================
     14 
     15  * republish for npm
     16  * add LICENSE file
     17 
     18 1.1.2 / 2014-02-10
     19 ==================
     20 
     21   * package: rename to "component-emitter"
     22   * package: update "main" and "component" fields
     23   * Add license to Readme (same format as the other components)
     24   * created .npmignore
     25   * travis stuff
     26 
     27 1.1.1 / 2013-12-01
     28 ==================
     29 
     30   * fix .once adding .on to the listener
     31   * docs: Emitter#off()
     32   * component: add `.repo` prop
     33 
     34 1.1.0 / 2013-10-20
     35 ==================
     36 
     37  * add `.addEventListener()` and `.removeEventListener()` aliases
     38 
     39 1.0.1 / 2013-06-27
     40 ==================
     41 
     42  * add support for legacy ie
     43 
     44 1.0.0 / 2013-02-26
     45 ==================
     46 
     47   * add `.off()` support for removing all listeners
     48 
     49 0.0.6 / 2012-10-08
     50 ==================
     51 
     52   * add `this._callbacks` initialization to prevent funky gotcha
     53 
     54 0.0.5 / 2012-09-07
     55 ==================
     56 
     57   * fix `Emitter.call(this)` usage
     58 
     59 0.0.3 / 2012-07-11
     60 ==================
     61 
     62   * add `.listeners()`
     63   * rename `.has()` to `.hasListeners()`
     64 
     65 0.0.2 / 2012-06-28
     66 ==================
     67 
     68   * fix `.off()` with `.once()`-registered callbacks