TJ Holowaychuk
|
b0a02583d6
|
fix pkg.json name
|
2013-06-27 08:55:16 -07:00 |
|
TJ Holowaychuk
|
df9d9c63dc
|
Release 1.0.1
|
2013-06-27 08:53:58 -07:00 |
|
TJ Holowaychuk
|
64244adbf6
|
mit
|
2013-03-18 14:39:44 -07:00 |
|
TJ Holowaychuk
|
fd7c2fa4a0
|
pin indexof
|
2013-03-15 20:12:19 -07:00 |
|
TJ Holowaychuk
|
c0d1ad75e3
|
Merge pull request #22 from rschmukler/indexof_fix
Add indexof dependency of package.json
|
2013-03-12 14:50:57 -07:00 |
|
Ryan Schmukler
|
a338b9c170
|
Add indexof dependency of package.json
|
2013-03-12 10:05:33 -07:00 |
|
Guillermo Rauch
|
8913da9224
|
Merge pull request #21 from nulltask/fix/ie
add support for legacy ie
|
2013-03-12 08:04:20 -07:00 |
|
nulltask
|
8f55f63ff5
|
add support for legacy ie
|
2013-03-03 15:25:04 +09:00 |
|
TJ Holowaychuk
|
caf91cfc02
|
Merge pull request #20 from MatthewMueller/patch-2
change name back for now
|
2013-02-27 17:11:00 -08:00 |
|
Matthew Mueller
|
37269d96e5
|
change name back for now
based on what we discussed, you can just as easily use this in npm with:
{ "emitter" : "component/emitter" }
though it's slightly more obscure.
|
2013-02-27 14:06:38 -08:00 |
|
TJ Holowaychuk
|
2a787907b0
|
history
|
2013-02-26 14:39:57 -08:00 |
|
TJ Holowaychuk
|
45d757adca
|
typo
|
2013-02-26 14:39:23 -08:00 |
|
TJ Holowaychuk
|
9c5379b4d1
|
Release 1.0.0
|
2013-02-26 14:38:36 -08:00 |
|
TJ Holowaychuk
|
fac5f45e30
|
add .off() support. Closes #19
thought we had this already :D
|
2013-02-26 14:38:16 -08:00 |
|
TJ Holowaychuk
|
57ccc30408
|
add node aliases
|
2013-01-08 13:11:15 -08:00 |
|
TJ Holowaychuk
|
7063b6f07d
|
screw npm
|
2012-12-10 08:47:20 -08:00 |
|
TJ Holowaychuk
|
3d5b12b113
|
Release 0.0.6
|
2012-10-08 17:03:16 -07:00 |
|
TJ Holowaychuk
|
183adc1ceb
|
docs
|
2012-10-08 17:02:54 -07:00 |
|
TJ Holowaychuk
|
c3fc7f5aa8
|
add this._callbacks initialization to prevent funky gotcha
|
2012-10-08 17:00:09 -07:00 |
|
TJ Holowaychuk
|
d4919f183f
|
add mixin warning
|
2012-09-10 20:15:42 -07:00 |
|
TJ Holowaychuk
|
bfb335c3c8
|
Release 0.0.5
|
2012-09-07 14:33:42 -07:00 |
|
TJ Holowaychuk
|
2c6aa090f4
|
fix Emitter.call(this) usage
|
2012-09-07 14:32:52 -07:00 |
|
TJ Holowaychuk
|
c4df699d38
|
Release 0.0.4
|
2012-09-05 22:08:58 -07:00 |
|
TJ Holowaychuk
|
5d25dd6011
|
add mixin docs
|
2012-09-05 22:08:48 -07:00 |
|
TJ Holowaychuk
|
88fb716e4e
|
Merge branch 'master' of github.com:component/emitter
|
2012-09-05 22:07:33 -07:00 |
|
TJ Holowaychuk
|
b251af60b6
|
add mixin support via Emitter(obj). Closes #5
|
2012-09-05 22:07:23 -07:00 |
|
TJ Holowaychuk
|
03c7823144
|
fix install docs
|
2012-09-05 21:52:02 -07:00 |
|
TJ Holowaychuk
|
01f83655a8
|
add component.json
|
2012-08-01 21:51:51 -07:00 |
|
TJ Holowaychuk
|
19e192dd41
|
Release 0.0.3
|
2012-07-11 20:02:41 -07:00 |
|
TJ Holowaychuk
|
d23e2ad533
|
add docs for .listeners(event)
|
2012-07-11 20:02:02 -07:00 |
|
TJ Holowaychuk
|
bcb45a5817
|
change .has to .hasListeners
as per guillermo request, which makes sense! inheriting
from emitter and then overriding .has with your own thing
could potentially suck
|
2012-07-11 20:01:40 -07:00 |
|
TJ Holowaychuk
|
e62db4c98e
|
add history.md
|
2012-06-28 18:39:49 -07:00 |
|
Guillermo Rauch
|
050ad8ea19
|
Fixes failing test.
|
2012-06-28 18:39:10 -07:00 |
|
Guillermo Rauch
|
591f069f01
|
Added failing test
|
2012-06-28 18:39:10 -07:00 |
|
TJ Holowaychuk
|
13e19d5808
|
Release 0.0.2
|
2012-06-28 17:01:52 -07:00 |
|
TJ Holowaychuk
|
d0743a4a30
|
Fixed .off() with .once()-registered callbacks
|
2012-05-21 21:31:09 -03:00 |
|
TJ Holowaychuk
|
bf6f07abc9
|
added test for emitter.once() and .off()
|
2012-05-21 21:28:42 -03:00 |
|
TJ Holowaychuk
|
441b438157
|
docs
|
2012-05-10 10:15:38 -07:00 |
|
TJ Holowaychuk
|
05d95f0470
|
Added Emitter#has(event)
|
2012-05-10 10:15:18 -07:00 |
|
TJ Holowaychuk
|
872de89f6c
|
Added tests
|
2012-05-03 10:41:42 -07:00 |
|
TJ Holowaychuk
|
6b2240a13b
|
changed name
|
2012-05-02 10:49:51 -07:00 |
|
TJ Holowaychuk
|
8f5c87082d
|
docs
|
2012-05-02 10:49:14 -07:00 |
|
TJ Holowaychuk
|
d69fcf20b8
|
readme
|
2012-05-02 10:48:56 -07:00 |
|
TJ Holowaychuk
|
709deff363
|
Initial commit
|
2012-05-02 10:44:33 -07:00 |
|