| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-21 | Add TypeScript warning when attempting to fire "*" handlers. Fixes #93. | Jason Miller | |
| 2020-02-21 | [ts] Make `type` optional in WildcardHandler. Fixes #96. | Jason Miller | |
| 2019-10-21 | Update sizes | Jason Miller | |
| 2019-10-21 | Update to latest node. | Jason Miller | |
| 2019-10-21 | update deps | Jason Miller | |
| 2019-10-21 | 1.2.0 | Jason Miller | |
| 2019-10-21 | chore(release): 1.2.1 | Jason Miller | |
| 2019-05-29 | fix test runner | Jason Miller | |
| 2019-04-27 | Fix TypeScript warning and add caveats to ToC | Marin Ivanov | |
| 2019-04-27 | Add keywords to package.json | Marin Ivanov | |
| 2019-04-27 | Version 1.0.2 | Marin Ivanov | |
| Add a repository link to the package.json file. Improve the usage documentation and add ceveats section about once/when. Add a test to ensure the current behaviour of once() and off(). | |||
| 2019-04-26 | Bump verstion to 1.0.1 | Marin Ivanov | |
| Add acknowledgments to the readme | |||
| 2019-04-26 | Rename {mitt => nitt} | Marin Ivanov | |
| 2018-09-19 | Change type of the all property in the constructor (#73) | Jesper Dalgas Zachariassen | |
| This commit corrects the type of the `all` property in the `mitt` constructor function, such that it properly reflects a list of `Handler` functions rather than a single `Handler` function. This makes it possible to provide an argument to the `all` property in TypeScript projects without casting the argument to the `any` type and with proper error feedback. | |||
| 2018-09-19 | Fix Typescript wildcard handler (#76) | Zach Buttram | |
| * attempt to fix handler typedef for wildcard events * also fix wildcard handler typedef for .off | |||
| 2018-09-19 | Fixing TypeScript usage. Fixes #60 (#67) | David Khourshid | |
| * Fixing TypeScript usage * Removing extraneous formatting | |||
| 2018-05-16 | Add badges for gzip size and install size (#75) | Steven | |
| 2017-12-06 | Clean up repo root | Jason Miller | |
| 2017-12-06 | chore(release): 1.1.3 | Jason Miller | |
| 2017-12-06 | Docs update. | Jason Miller | |
| 2017-12-06 | Fixes #65 - handler removal during handler invocation (`.off()` during ↵ | Jason Miller | |
| `.emit()`). | |||
| 2017-12-06 | remove CodeSponsor (#68) | Daniel Ruf | |
| see https://codesponsor.io/shutdown-notice/ | |||
| 2017-10-14 | codesponsor.io | Jason Miller | |
| 2017-08-14 | Fixing API documentation header (#62) | Brian Wendt | |
| * Fixing API documentation header * Updating documentjs comment | |||
| 2017-07-05 | more precise type annotation for WildCardEventHandler (#58) | Tung Vu | |
| * more precise type annotation for WildCardEventHandler * fix: remove duplicated @flow * fix: make * optional | |||
| 2017-06-07 | Fix `emit` and `EventHandler` type annotations (#47) | Rūdolfs Vikmanis | |
| 2017-04-30 | use reify to run test (#52) | Thiago Santos | |
| 2017-04-17 | fix failing test from before removal of case normalization | Jason Miller | |
| 2017-04-17 | chore(release): 1.1.2 | Jason Miller | |
| 2017-04-17 | fix(builds): point `jsnext:main` to the ESM build instead of src, which ↵ | Jason Miller | |
| contains things like Flowtype annotations that are not stripped by most build tools | |||
| 2017-04-14 | chore(release): 1.1.1 | Jason Miller | |
| 2017-04-14 | Update deps. | Jason Miller | |
| 2017-04-14 | Avoid creating a new listener type array in `off()`, saves another 4 bytes ↵ | Jason Miller | |
| (187b -> 183b) | |||
| 2017-04-14 | Fix eslint complaints | Jason Miller | |
| 2017-04-14 | Make npm-run-all silent | Jason Miller | |
| 2017-04-13 | Cleanup Build Chain (#48) | Luke Edwards | |
| * condense rollup:* scripts; set multiple targets * add module entry * remove mkdirp | |||
| 2017-04-13 | Change description for emit (fix #49) (#50) | Denis Sikuler | |
| 2017-03-10 | Fix `emit` argument annotation (#45) | Rūdolfs Vikmanis | |
| 2017-03-09 | Removed outdated (untrue) API docs - chaining was removed in 53a44d8 (#44) | Mateusz Burzyński | |
| 2017-03-09 | Add Standard Version for Semantic Releases (#43) | Abhi Aiyer | |
| * chore(release): 1.1.1 * Add Standard-Version to Mitt for git tagging and changelog generation * Remove excess files created in testing * fix(ignoreStandardVersion): Ignore standard version in flowconfig * chore(flow): Ignore node_modules in flow config, add readme about flow-typed, clean up test script * Update README.md * fix(flowTyped): remove flow typed all together | |||
| 2017-02-28 | chore(*): remove example.js from root (#37) | Jason Miller | |
| Thinking this might be better in the readme anyway, or in a `docs/` dir. I'd like to get rid of any unnecessary files in the root. | |||
| 2017-02-27 | Add Flow type annotations (#23) | Brandon Dail | |
| * Add flowtype annotations * Add flow to test script | |||
| 2017-02-25 | 1.1.0 | Jason Miller | |
| 2017-02-25 | Update docs. | Jason Miller | |
| 2017-02-25 | Typescript definitions (#25) | Severin | |
| * Added type definitions * Handler only has exactly one or no argument * Moved type defs to root folder | |||
| 2017-02-25 | Merge branch 'agudulin-master' into tunnckoCore-refactor | Jason Miller | |
| # Conflicts: # src/index.js # test/index.js | |||
| 2017-02-25 | Merge branch 'master' into master | Jason Miller | |
| 2017-02-25 | Enforce semicolons | Jason Miller | |
| 2017-02-25 | Remove chaining return values so we don't make #1 impossible (yet?) | Jason Miller | |
| 2017-02-25 | Let's keep `all` as an argument for now to avoid a semver breaking change | Jason Miller | |
