index
:
web/nitt.git
master
Event emitter library (JS)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
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
2021-06-22
Add test for #124
Jason Miller
2021-06-22
Stronger typing (#114)
iyegoroff
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-06-03
Expose `all` property
Jakob Linskeseder
2020-05-27
Export Mitt types for TS consumers (#101)
Jack Franklin
2020-05-26
Update all dependencies
Jason Miller
2020-05-26
Add tests for duplicate listeners
Jason Miller
2020-05-26
Migrate to TypeScript and use Map (#99)
Jack Franklin
2019-04-26
Rename {mitt => nitt}
Marin Ivanov
2017-04-17
fix failing test from before removal of case normalization
Jason Miller
2017-02-25
Merge branch 'agudulin-master' into tunnckoCore-refactor
Jason Miller
2017-02-25
Use sinon-chai methods for assertions
Jason Miller
2017-01-18
remove "drop support for emitting multiple args" thing as per https://github....
tunnckoCore
2017-01-17
fix: switch Set with array; update tests; drop toLowerCase()
tunnckoCore
2017-01-17
add editorconfig, fix original identation
tunnckoCore
2017-01-17
refactor: fixes #2, #6, #12 and #13
tunnckoCore
2017-01-16
Fixes #9: use Object.create(null) over {}
Alexander Gudulin
2017-01-14
Initial commit! 🚀
Jason Miller