index
:
web/nitt.git
master
Event emitter library (JS)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
index.ts
Age
Commit message (
Expand
)
Author
8 days
Merge tag '3.0.1' from mitt
HEAD
master
Marin Ivanov
2023-07-04
apply prettier formatting to all files
Jason Miller
2022-01-31
Clarify what `off('*')` does
Jason Miller
2021-06-22
Add support for mitt.off("type"), which removes all handlers of a given type
Jason Miller
2021-06-22
Merge branch 'master' into patch_123
Jason Miller
2021-06-22
Merge branch 'cheaper' of https://github.com/sealice/mitt into sealice-cheaper
Jason Miller
2021-06-22
Stronger typing (#114)
iyegoroff
2021-01-21
compression code
sealice
2021-01-11
Fix the format and update the off API
sealice
2021-01-04
Add new features of emitter.off. Fixes #123
sealice
2020-07-15
Merge branch 'expose-all' of https://github.com/jaylinski/mitt
Jason Miller
2020-07-15
Add generic types and update tests (#107)
Jack Franklin
2020-07-13
Merge branch 'master' into expose-all
Jason Miller
2020-07-09
Add missing space (#103)
Jay Linski
2020-06-03
Expose `all` property
Jakob Linskeseder
2020-05-27
Export Mitt types for TS consumers (#101)
Jack Franklin
2020-05-27
Use eslint-config-developit
Jason Miller
2020-05-27
cache map.get() for size wins (#100)
Jason Miller
2020-05-26
Migrate to TypeScript and use Map (#99)
Jack Franklin
2019-04-27
Fix TypeScript warning and add caveats to ToC
Marin Ivanov
2019-04-26
Bump verstion to 1.0.1
Marin Ivanov
2019-04-26
Rename {mitt => nitt}
Marin Ivanov