aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
AgeCommit message (Expand)Author
8 daysMerge tag '3.0.1' from mittHEADmasterMarin Ivanov
2023-07-04apply prettier formatting to all filesJason Miller
2022-01-31Clarify what `off('*')` doesJason Miller
2021-06-22Add support for mitt.off("type"), which removes all handlers of a given typeJason Miller
2021-06-22Merge branch 'master' into patch_123Jason Miller
2021-06-22Merge branch 'cheaper' of https://github.com/sealice/mitt into sealice-cheaperJason Miller
2021-06-22Stronger typing (#114)iyegoroff
2021-01-21compression codesealice
2021-01-11Fix the format and update the off APIsealice
2021-01-04Add new features of emitter.off. Fixes #123sealice
2020-07-15Merge branch 'expose-all' of https://github.com/jaylinski/mittJason Miller
2020-07-15Add generic types and update tests (#107)Jack Franklin
2020-07-13Merge branch 'master' into expose-allJason Miller
2020-07-09Add missing space (#103)Jay Linski
2020-06-03Expose `all` propertyJakob Linskeseder
2020-05-27Export Mitt types for TS consumers (#101)Jack Franklin
2020-05-27Use eslint-config-developitJason Miller
2020-05-27cache map.get() for size wins (#100)Jason Miller
2020-05-26Migrate to TypeScript and use Map (#99)Jack Franklin
2019-04-27Fix TypeScript warning and add caveats to ToCMarin Ivanov
2019-04-26Bump verstion to 1.0.1Marin Ivanov
2019-04-26Rename {mitt => nitt}Marin Ivanov